I can not find a good NASA x86 interrupt link on a Linux system. For example, what is it int 0x60and how does it differ from int 0x80?
Is there a manual somewhere that lists all the interrupt numbers that can be used in conjunction with the int statement ?
source
share