Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ari26squared opened this issue Apr 10, 2022 · 3 comments
Open

Comments

@ari26squared
Copy link

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
Copy link
Owner

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
Copy link
Author

Thank you.

@bearney74
Copy link
Contributor

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

@visrealm visrealm changed the title emulator and source code Emulator: Add support for debugging ca65/cc65/cl65 source code Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants