.text
    .code32

.globl _start;
_start:
   . = 0x200  //这是让下面的代码偏移量为0x200
    movl 0x100,%eax

相关文章: