Type help, and all the commands will be there One thing that is too big to put in the help menu: Let's say you have the value "Hello" stored in memory location 34. Then you type "echo %34". This won't make the console say "%34" it will make it say "Hello", because putting a percent sign in-front of a number will cause it to return the memory value stored in that particular location. Note: number after % sign must be 1-512.
I'm planning to turn this into a complete OS, but that's in the future. Changelog: 3/20/15: - Added commands store, get and memory - Added '%' symbol that will get value in memory 3/19/15: - Created this - Added commands help, echo, encode and decode