The name of the register holding the 2nd arg Example : 'r1' for armv7
The name of the register holding the 3rd arg Example : 'r2' for armv7
The name of the register holding the 4th arg Example : 'r3' for armv7
The name of the register holding the 5th arg Example : 'r4' for armv7
The name of the register holding the 6th arg Example : 'r5' for armv7
The name of the register holding the syscall number Example : 'r7' for armv7
The mmemonic of the opcode performing the interruption Example : 'swi' for armv7
The name of the register holding the program counter / current instruction Example : 'pc' for armv7 , 'EIP', ...
The name of the register holding the error code / return value after the syscall Example : 'r7' for armv7
Generated using TypeDoc
The name of the register holding the 1st arg Example : 'r0' for armv7