I have decided to start learning 32-bit x86 intel nasm syntax, I have a good ammount of programming with 16-bit, and have been doing a bit of research into 32-bit, and I have a few questions about interrupts:
Is there any difference between the interrupts? (Can I use the same interrupts from 16-bit assembly) If the interrupt list is the same do I have to specify if it is a 32-bit interrupt? (for int. 0x16 use eax instead of ax to put the read byte in).
also, I did try to google the answers, but I can't find them.
EDIT :: I didn't think about including my OS, but right now I'm on linux mint 12.
eax
,ax
) and not interrupts. – Ken White