CEmu icon indicating copy to clipboard operation
CEmu copied to clipboard

[Feature Request] Dumping disassembly

Open s5bug opened this issue 5 years ago • 2 comments

As of image CEmu doesn't have a feature to dump a disassembly of the ROM. This would be really helpful for understanding certain calculator behaviors.

s5bug avatar Feb 08 '20 01:02 s5bug

You could use this demo to generate some albeit not great disassembly. A better cli around zdis could be written without too much effort and with arbitrarily more features. There are at least four other eZ80 disassemblers written by members of the community, but the only other one I know of with released source code is eZDisasm. If you want better disassembly than that, you might have to contact one of a few specific people directly.

jacobly0 avatar Feb 08 '20 02:02 jacobly0

zdis works but something integrated into CEmu (especially for when I'm not booted into Linux) would be nice, especially since CEmu already uses zdis.

s5bug avatar Feb 08 '20 02:02 s5bug