System Interface

syscall

Perform a system call operation

Take: a0 a1 ... a# # n
Return: n

Only in the Linux port

n is the syscall number, # is the number of arguments; a0 through a# are the arguments to the syscall


from

Select a library to import from

Take:
Return:

Only in the windows port

This is a parsing word


import

Import a "stdcall" style function

Take: n
Return:

Only in the windows port

This is a parsing word


cimport

Import a C-style function

Take: n
Return:

Only in the windows port

This is a parsing word