本人匯編學(xué)習(xí)的不深,求教上述匯編語言第二行與第三行是什么意思。謝謝作者: Godbach 時(shí)間: 2010-08-13 10:24
int $0x80
產(chǎn)生0x80中斷,這個(gè)中斷是做什么用的,查一下。剩下的估計(jì)就容易明白了作者: liying_gg 時(shí)間: 2010-08-13 10:33
a Use the %eax, %ax, or %al registers.
= The operand can only be written to.
0 signals the compiler to use the same register with output作者: liying_gg 時(shí)間: 2010-08-13 10:37
int80是陷入系統(tǒng)調(diào)用的軟中段,但是你程序中沒有設(shè)置寄存器,不知道陷入那個(gè)系統(tǒng)調(diào)用作者: nathan10 時(shí)間: 2010-08-13 10:55 回復(fù) 4#liying_gg