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