摘要: 尝试着记录学习过程#include# offset 512, entry point .globl _start_start: # Explicitly enter this as bytes, or the assembler # tries to generate a 3-byte jump here, which causes # everything else to push off to the wrong offset. .byte ... 阅读全文
posted @ 2013-10-09 21:06 addon 阅读(102) 评论(0) 推荐(0)