MEGA65 / mega65-rom-public

MEGA65 ROM public issue reporting
4 stars 0 forks source link

MONITOR: Add EOM as an alias for NOP, make it the default disassembly #99

Closed dansanderson closed 7 months ago

dansanderson commented 7 months ago

I notice the Monitor supports the MAP instruction but not the EOM instruction. It should support EOM as an alias for NOP, and should disassemble to EOM by default. (MAP is technically an alias for AUG, though nobody uses AUG.)