Artifact a477b8d9719521e2ddfb9c88345ceb6838a10e602f9ab00d1e739f85a573bcdc:
- File arch/x86.lin.64.s — part of check-in [37b0cfaa06] at 2019-08-18 17:56:41 on branch trunk — revamp arch/ makefile, add generic syscall fn on posix, rewrite kiosend() to use k_platform_syscall instead of k_platform_write (user: lexi, size: 210) [annotate] [blame] [check-ins using]
;; abi definition file for x86 linux 64-bit ; vim: ft=nasm ; syscall64 numbers - syscall table must be created first! %include "system_calls.s" ; linux uses the common x86-64 ABI %include "x86.syscall.64.s"