a program compiler for an upcoming computer project. only buttons that work at the moment are: add line delete line add line assisted (recommended to use if you have no knowledge of my programming language) export (exports the entire program into binary machine code suited for an upcoming computer project that i am working on) toggle binary (toggles views between the language and the machine code - you have to export first before using this feature.)
[] = instruction input () = variable input <> = line id for the program to go to {} = command typical program line would look like this [{SAVE}<000001>] [{GOTO}(111111)] [{DATA}(00000011)] [{RMID}(000001)] [{RMCD}{01}] basically means that the program is going to be saved onto line 000001 the program means that it will input the data 00000011 into the ram cell 000001 and then jump to the line 111111. this is only one line of a program.