Intro: This is just a basic console based Operating System i am making. It isn't done and this is just an earley Alpha. Console Comands: -I This basicley starts evrything. You realley want to run this 1st. -S Shut down. This removes all data. -A [Program Line] This adds a line to the program (see part on programing to know what to put in here) -U ## This sets what line the program starts on. (replace ## with the line you want to start on. e.g 01 , 55 , 99 Only goes up to 99) -R Starts the Program -E # # Sets a bit in the RAM (Replace the 1st # with which part of the ram you want to change (1-8) and the second # with what you want to change it to (0-1)) -T TRYS to stop the current program. (More coming soon) Programming: Programming is very buggy even though it only has 2 commands. There is NO DEBUGGER. *S _# (_/.)# This sets a bit of the ram. The 1st # you put in which bit you want to change (1-8) before the second # you either put _ or . (hence the (_/.)) If you put _ then the second # will be what the bit is set to. if you put . the # will be what part of ram will the value be copied from. S Stops the program. Syntax: Beacuse of the way scratch works this is not Caps Sensative. Spacing DOES matter. Make sure you put 1 space when 1 space is needed i DON'T put them were they are NOT needed. FAQ: No one has asked any questions yet :(