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.