Can anybody please explain how program counter can be read using assembly instruction in MC68000 controller.
Following instruction set gave error – undefined addressing mode
MOVE.L %PC, %D0
Also tried following assembly code but got error
MOVEA %PC, %D0
MOVE.L %PC,(0x4ffff0).L
New contributor
V C Prathap is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.