+Ryan Witmer Posted April 21, 2020 Share Posted April 21, 2020 I've scoured the documentation looking for something like this, but haven't managed to find anything. I'm using 32KB output format (-f3) and I would really like to know how much of that ROM space I'm actually using, and how much is just the fill byte. Presently I'm forced to hexdump the binary and just estimate, it seems like there must be a better way to get this information. Is there some kind of switch for this that I just haven't tracked down yet? Link to comment Share on other sites More sharing options...
Thomas Jentzsch Posted April 21, 2020 Share Posted April 21, 2020 Here is a macro collection from me, which we used for Aardvark. It is not well documented, but maybe you it helps you. The free space macros count the free space created by ALIGN and (R)ORG and output the result. TJ_Macros.h 1 Link to comment Share on other sites More sharing options...
+Andrew Davie Posted April 21, 2020 Share Posted April 21, 2020 (edited) Don't forget you can get dasm to do a listing file and have a look there to see where things begin/end. Edited April 21, 2020 by Andrew Davie 1 Link to comment Share on other sites More sharing options...
Recommended Posts