0 Members and 2 Guests are viewing this topic.
The number is stored it a "safe" place until it is recalled It doesn't even have to ever be used.
4^*B+2->(r1,r2)
@HappybobjrThe problem is that it won't know the size until it finishes the entire compile. If I make it pause the size at the end, it will annoy many users who want to compile as quickly as possible. But I just had a great idea as I was typing this. What if I use the homescreen to display the final size of the program? Axe clears the homescreen anyway when it quits, it might as well do something useful with it. I like that, I think I'll add that feature. By the way, the size displayed will not be the same as what you see in the memory management menu because it will not include the symbol table entry.
It will know the executable size after pass 1, but it won't know the total size including the data until after pass 2.
I could at the same time display the percentage of the subprogram elsewhere at this moment.