X86 NASM Interrupt Link

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 ?

+3
source share
2 answers

There is Ralph Brown ... He has been for many years ...

http://www.ctyme.com/rbrown.htm

Instead of looking for a grain of sand in the desert, you can set the direction for the Wiki:

BIOS

http://en.wikipedia.org/wiki/INT_10H

http://en.wikipedia.org/wiki/INT_13H

http://en.wikipedia.org/wiki/BIOS_interrupt_call

Dos

http://en.wikipedia.org/wiki/MS-DOS_API

+2
source

1 255.

/ , ! , , IDT, .

+2

All Articles