I can't seem to find a good reference for NASM x86 interrupts on a Linux system. For example, what is int 0x60 and how is it different from int 0x80?
Is there a manual somewhere which will list all the interrupt numbers which can be used in conjunction with the int instruction?