mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
68b1b79549
It's really wrong, because we _should_ be storing PC + 2 in the stack. And software's definitely gonna bork when we try emulating them, because they will invariably inspect the stack and assume that's what we have in there. But the proper fix is to not actually do next_byte(), and to never advance PC outside of the execute function. But that's a bigger change than I want to do at this specific moment. So, in the meantime, you have me prattling on in a commit message. Lucky you! |
||
---|---|---|
.. | ||
build | ||
data | ||
apple2.c | ||
apple2.dd.c | ||
apple2.draw.c | ||
apple2.mem.c | ||
CMakeLists.txt | ||
log.c | ||
main.c | ||
mos6502.addr.c | ||
mos6502.arith.c | ||
mos6502.bits.c | ||
mos6502.branch.c | ||
mos6502.c | ||
mos6502.dis.c | ||
mos6502.exec.c | ||
mos6502.loadstor.c | ||
mos6502.stat.c | ||
objstore.c | ||
option.c | ||
vm_area.c | ||
vm_bitfont.c | ||
vm_screen.c | ||
vm_segment.c |