1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-02-07 03:30:28 +00:00
Peter Evans a785eb5665 Remove next_byte, read_byte; remove opcode from execute
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.
2018-01-09 20:56:11 -06:00
..
2018-01-07 13:44:07 -06:00
2017-12-26 16:43:08 -06:00
2018-01-06 21:37:15 -06:00
2018-01-05 14:18:39 -06:00
2017-12-31 15:50:59 -06:00
2018-01-07 20:05:02 -06:00
2017-12-06 21:37:14 -06:00
2018-01-07 20:00:09 -06:00