you select a line to type on by clicking the number next to it. You type with letters and numbers. You delete with left arrow. save before running your code make sure to click off the slider after using it. If you make something cool, please share it up+down to save right to load 123 102 301 SET x y - sets variable x to the value y (eg set 1 2 is equivalent to a=1 ADD x y z - adds the variables x and y together and writes the result to the variable z SUB x y z subtracts the variable y from the variable x and writes the result to variable z PNT - prints the variable x to the screen HLT - stops the program from running this is a program to add 2 and 3 SET 1 2 SET 2 3 ADD 1 2 3 PNT 3 HLT set 1 16/set 2 32/key space 3/set 100 4/mul 3 100 4/add 4 2 2 /set 101 1/sub 2 101 2/clr/pxl 1 2 3/rfs/add 101 1000 1000/pnt 1000/jmp 3//////hlt///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// set 1 1/add 1 2 3/add 1 0 2/add 3 0 1/print 1/sbi 4 1 9999/jn 2/print 1/halt////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
v 0.5 set add sub mul, div, jmp, pRInt, hAlt no conditional jump though I added ALU flags v 0.6 added screen added clEAr, rEfREsH, and pxl v0.7 added conditional jumps JP JN JE JNE added costumes defC stAMp v0.8 added audio and player input nOIse key added immediate operations adi sbi mli dvi rsi rdi v0.9 added functions cAll ret made it so you can read from the screen rpx v1.0 made CaLL and RET work (call stack is one long, sorry)