Differences From Artifact [fed93e863f]:
- File arch/x86.lin.32.s — part of check-in [860229e8ce] at 2019-06-27 09:57:30 on branch trunk — add in mechanism to generate syscall tables for x86 linux (user: lexi, size: 667) [annotate] [blame] [check-ins using]
To Artifact [cef64f4a20]:
- File arch/x86.lin.32.s — part of check-in [a8d93823f1] at 2019-08-18 13:42:35 on branch trunk — add functions, generate C syscall table (user: lexi, size: 656) [annotate] [blame] [check-ins using]
1 1 ;; abi definition file for x86 linux 32-bit 2 2 ; vim: ft=nasm 3 3 4 4 ; syscall32 numbers - syscall table must be created first! 5 -%include "calls.x86.lin.32.s" 5 +%include "calls.s" 6 6 7 7 ; syscall32 registers 8 8 %define sys.reg.n 6 9 9 %define sys.reg.0 eax 10 10 %define sys.reg.1 ebx 11 11 %define sys.reg.2 ecx 12 12 %define sys.reg.3 edx