回复 9楼 pangding
原来如此

The quieter you become, the more you can hear
2012-09-05 00:08
2012-09-05 00:08
2012-09-05 00:10
2012-09-05 08:06

2012-09-05 09:36
2012-09-05 09:37

2012-09-05 11:46
程序代码:.global _start
_start:
jmp do_call
jump_back:
xor %eax, %eax
xor %ebx, %ebx
xor %ecx, %ecx
xor %edx, %edx
movb $4, %al
movb $14, %dl
popl %ecx
movb $1, %bl
int $0x80
xor %eax, %eax
movb $1, %al
xor %ebx, %ebx
int $0x80
do_call:
call jump_back
hello:
.ascii "Hello, World!\n"

2012-09-05 11:55

2012-09-05 12:02

2012-09-05 12:15