We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi
Is there a Assembler directive to calculate or indicate the used space in a Segment?
I want to clear a portion of RAM which contains x amount of variables. I know that I can read the length of used RAM for a specific segment from the Map file an insert it into my code but i'd like an automated method so that when compiling the code the value is inserted into a counter.
Thanx