How does PA-RISC trap to the OS during syscalls.
x86 uses trapgates and long-jumps, sparc uses traps and MIPs uses jumps.
I'm wondering what the set of instructions are to initiate a system call.
-inane