visrealm / hbc-56

Homebrew 65C02 computer on a backplane
https://youtube.com/@TroySchrapel
MIT License
195 stars 28 forks source link

Emulator: Add support for debugging ca65/cc65/cl65 source code #8

Open ari26squared opened 2 years ago

ari26squared commented 2 years ago

How would I add my source code to view like your examples? And I see that you are using a linker map file and not just a regular map file? How compatible is it with the map file generated from cl65?

I have successfully compiled (and run?) a C program + Asm using cc65. I am not sure what its doing now, since I can only see a portion of raw disassembled instructions.

Thanks!

visrealm commented 2 years ago

Hi. I use ACME assembler, so currently only support their report file format. I'll take a look at cc65 and see if I can support it.

ari26squared commented 2 years ago

Thank you.

bearney74 commented 2 years ago

ari26squared, what target system did you use when you compiled your code to run on the emulator?