摘要:
对于一段nasm的汇编代码section .textglobal mystart ; make the main function externally visiblemystart:xor bx,bxstart: mov ax,1add ax,bxjmp short nextnopnopnopnext: mov bx,ax; 2 exit the program; 2a prepare the argument for the sys call to exitpush dword 0 ; exit status returned to the operating system; 2b mak 阅读全文
posted @ 2014-01-05 00:13
苏打草莓
阅读(867)
评论(0)
推荐(0)
浙公网安备 33010602011771号