1,885
edits
Changes
Syscalls
,no edit summary
== Using the syscall macro definitions in asm code ==
The syscall macros can be used in a C an assembly program if that program is processed by the C preprocessor (cpp). The extension <code>,.S</code> (uppercase instead of lowercase) is used to designate an assembler source file that must be processed by cpp.
There are two ways to do this for a pure assembler source file: