visualize

2021-6-22 20:56
$ cat hello_world.sglobal _startsection .text_start:mov rax,1 mov rdi,1 mov rsi,msg mov rdx,len syscall mov rax,60 xor rdi,rdi syscallsection .data msg db"......