Use the spacebar if the text prompt doesn't show up. SB-DOS is a ROM-based text/sound-only operating system that allows the user to create their own programs using a simple programming language.
For Programmers: [INFO] -Code is set to one operation per program -Chained programs will be added in the future -Print is limited to 22 characters. [PREFIXES:] S: Starts the program -Formatted like: "SP123" -Console output: "123" L: Loops code infinitely -Formatted like: "LP123" -Console output: "123 123 123" [BASE CODE] M: Plays audio media -Formatted like: "SM1" [Number after M specifies file#.] -Console output N/A, only sound file 1 is played.