christo / revenge

Reverse Engineering Environment for Retro-Programming
GNU General Public License v3.0
5 stars 1 forks source link

c128 MOS 8502 support #2

Open christo opened 1 year ago

christo commented 1 year ago

by request from an early user

christo commented 1 year ago

Interpreting this as support for the MOS 8502 CPU only. The C128 also had a Z80 cpu, but support for Z80 is much more work as the internal representation of an instruction set has several assumptions about the architecture that need to be extracted into parameters before the Z80 instruction set can be modelled.

kfox commented 1 year ago

This would be a great addition. Z80 support isn't nearly as useful as MOS8502 support.