Module c

Source
Expand description

C API.

Functions§

alloc
Allocate memory block of the specified size.
free
Deallocate the memory block of the specified size starting at address.
gas
Get the current amount of gas.
video_mode
Set video monitor output mode.
yield_console_data
Append the data from address..address + len to the console output stream.
yield_video_frame
Append a video frame from address..address + len to the video output stream.