0 Members and 1 Guest are viewing this topic.
Again, sorry to be late responding.-I can throw in the ability to call assembly programs, but for now only up to 768 byte of code.-I plan to make it an app, but for now it is a program. It takes a short time opening the asm program (like all asm programs), but while it is actually interpreting the code, it is just as fast as assembly (because it is). If I made a command equivalent to an OS command, it would be faster.-For now, the source is in hex (because that is how I am programming), but I am slowly converting it to mnemonics when I get the chance.-I definitely plan to start small and then I will build my way up. I think I will wait to add crazy things like labels and jumps and calls.Actually, I just thought of this with that last one... I think I am going to make calls end with "End" and the code end with "Stop" because I only need to change one byte of the code for that.