0 Members and 1 Guest are viewing this topic.
this would have to be done in ASM then, i guess? since Axe can't write to programs
My question is how are you going to run the program after you add in the spaces? And the only reason the AutoOptimization program is able to edit programs is because it never *increases* the file size, which is incredibly difficult.
But with that, i need at least half of my ram free, and so programs that take up more than half of RAM (excluding the organization program) won't work
So are you planning to use spaces or some other token for the indent? Colons i think would work the best because then the program would still execute, while any other would cause errors.
Quote from: Builderboy on November 14, 2010, 12:28:12 amSo are you planning to use spaces or some other token for the indent? Colons i think would work the best because then the program would still execute, while any other would cause errors.Aren't spaces ignored by the parser?
So are you planning to use spaces or some other token for the indent? Colons i think would work the best because then the program would still execute, while any other would cause errors.Also, there is an alternative method for allocating memory using numerous OS BCALLS that would move the program around and extend free memory so that the program could grow normally, but i would not be the one to ask on how to use that