davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
264 stars 24 forks source link

Updates to lib6502 breaks objdump #95

Closed venomix666 closed 8 months ago

venomix666 commented 8 months ago

objdump does not build with the updated lib6502 (#93) as the zpr addressing mode is not handled by the disassembler:

apps/objdump.c:191:46: error: use of undeclared identifier 'zpr_cb'

ivop commented 8 months ago

Thanks for reporting. Fixed here https://github.com/davidgiven/cpm65/pull/96