Most instructions are in-project. Not case-sensitive (although I tried) List of commands: Brackets [ ] should be replaced by any allowed value. ▸ ">>[ string ]": Prints "[ string ]" ▸ "~[ b1 ]": Bitwise NOT operator ( [ b1 ] must be an 8-digit binary number. ) ▸ "[ b1 ]&[ b2 ]": Bitwise AND operator ▸ "[ b1 ]|[ b2 ]": Bitwise OR operator ▸ [ b1 ]^[ b2 ]": Bitwise XOR (Exclusive OR) operator ( [ b1 ] and [ b2 ] must be 8-digit binary numbers. ) ▸ ">HD [ a1 ] [ a2 ]": Writes RAM locations [ a1 ] to [ a2 ] to the hard drive ▸ "S-[ 1 or 0 ]": Enables / Disables safe mode ▸ "clear": Clears all RAM ▸ More will be added soon