hello all, im curious to know how i can make my own executable files! i mean i made a simple simulator ! with my own made language! pretty simple! sth like this
Code:
RED 1 
WRI 1
HLT
and yet a simpler version
Code:
1010  //read Memory location 10
1210 //write To Memory Location 10
9000 //Halt the program execution
well the program now works only inside the simulator(actually you run the simulator and then you write your program in my new language! and then you press 1 e.g and simulator interpret the codes and will do the calculations!
now im seeking a way to make an executable file when the user tries to run the emulated code on simulator! so that, after that the user gets an executable program! and wont need the simulator anymore to run the new language codes! !