0 Members and 3 Guests are viewing this topic.
Does that cause a mem leak like in Basic?I can't wait to try 0.0.5! *ZTrumpet hurry's over to download...
You can still leak in Axe Parser, but only by calling a subroutine that keeps calling itself in a non-terminating infinite loop. I mean, you can have subroutines call themselves if you want to have a recursive subroutine, but it has to actually exit somewhere. All the other commands are leak-proof unlike basic.
Btw, the buffer is stored in plotSScreen.
What would be the use of copying the screen to the buffer? All of the drawing commands draw to the buffer anyway.
Well I haven't worked with Axe or Assembly very much (not Assembly much at all) but is 150 labels/subs really very necessary? Maybe its just my BASIC attitude towards labels but it would seem to me that you wouldn't need to use them that much.