Exercise 03 - obj/boot/boot.asm 反汇编文件 截取asm部分文件并注释理解 # Set up the important data segment registers (DS, ES, SS). xorw %ax,%ax # Segment number zero 7c02: 31 c0 xor %eax,%eax //指令地址: 指令机器码 指令机器码反汇编到的指令 movw %ax,%ds # -> Data Segment 7c04: 8e d8 mov %e…