/nim-syscall

Raw system calls for Nim

Primary LanguageNimMIT LicenseMIT

Raw System Calls for Nim Build Status

Low level system calls, currently Linux x86 & x86_64 only, but meant to be extended on demand.

Example

discard syscall(WRITE, 1, cstring("Hello!\n"), 7)