______ / ___/ \___ \ i n i x: messing with Scratch since 2021 /____ > \/ DOCUMENTATION public function poke(int bus, int val): System call Renamed version of `internal function transmit(int bus, int val)`. Provides integer input to the parser. No negative integers. public function peek(int bus): System call Renamed version of `internal function receive(int bus, int val)`. Retrieves integer output from the parser. No negative integers. public function printl(char *str): Print line Simply outputs (char*)str+"\n" to the output stream (stdout). public function printf(char *str): Print function Simply outputs (char*)str to the output stream (stdout). public char **stdout: Standard output Standard output for SinixOS. --> = "": is equal to an empty string Clears output. public class time: Timing and waiting public function sleep(int ms): Wiat n milliseconds Waits ms milliseconds.
6565 is the bootint, the magic number per se. When you poke this number to val, the program will stop. You can also do progcalls (prog=1 at start, prog=0 at end. prog=0 will poke 6565,1).