-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The Infiltrator C64 Disassembler tool provides the call addresses e.g. ($2A64) as labeled code in it's output (though in this case, I'm showing the code for a VIC-20 program, seems to work fine)

Because I have worked out all the code/data addresses in my VIC-20 program, via some MS Excel manipulation

I was able to feed Infiltrator with my Data address exclusions to get a perfect set of labelled code call addresses, which I was then able to extract via some more Excel manipulation

and feed back into dasmfw via an info file

and thus merge them into my dasmfw output

This makes it very easy to work out where your most used utility functions are!

I can also disable these label/comments with a single ;

This actually only took a couple of hours to make work, but only because I have all my code/data worked out. It would be great if dasmfw had an option to do this automatically, like Infiltrator. Better still would be if it could include the most recently defined label for the calling address, I could do that with Excel but then it starts to get messy.
Thanks for considering it 🙂