mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-18 22:06:01 +00:00
a785eb5665
The execute function should just work from the PC register. It might seem to be easier to test by passing an arbitrary opcode into the function, but because so much of the chip's execution is context-sensitive (that is, it expects PC to be pointing at the opcode, to have its operand in front of it, etc.), passing an arbitrary opcode is not really reflective of what needs to be in place for the function to work correctly. |
||
---|---|---|
.. | ||
apple2.dd.h | ||
apple2.draw.h | ||
apple2.h | ||
apple2.mem.h | ||
log.h | ||
mos6502.dis.h | ||
mos6502.enums.h | ||
mos6502.h | ||
mos6502.tests.h | ||
objstore_data.h | ||
objstore.h | ||
option.h | ||
vm_area.h | ||
vm_bitfont.h | ||
vm_bits.h | ||
vm_screen.h | ||
vm_segment.h |