NativeFunctions
Functions
Link copied to clipboard
Declare a global with a given size (the size is the first integer on top of the stack, it will be removed) (leaves the global address on top of the stack)
Declare a global with a given size (leaves the global address on top of the stack)
Link copied to clipboard
Free a global with a given size The address is the first integer on the stack and will be removed The size is the second integer on the stack and will also be removed
Free a global with a given size The globals address is the first integer on the stack and will be removed
Link copied to clipboard
Print and remove the first double from the stack
Link copied to clipboard
Print and remove the first float from the stack
Link copied to clipboard
Print a line separator character to the console
Link copied to clipboard
Print and remove the first short from the stack