newbieatassembly
Technical User
Hi,
I was just trying to do
asm {
mov ah, 0x00
mov ax, 0x13
int 0x10
}
It looks as though I don't have to set ah to 0, to make it work but yet I see all the codes setting ah to 0.
Could anyone please explain why I don't have to set ah to 0 and why do everyone do it when its not necessary ??
Thank you.
I was just trying to do
asm {
mov ah, 0x00
mov ax, 0x13
int 0x10
}
It looks as though I don't have to set ah to 0, to make it work but yet I see all the codes setting ah to 0.
Could anyone please explain why I don't have to set ah to 0 and why do everyone do it when its not necessary ??
Thank you.