1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-27 20:51:17 +00:00
erc-c/include
Peter Evans 0581ed6b44 Fix stack in several ways
1. The stack should descend, not ascend;
2. The stack should be pushed byte for byte; meaning, when pushing P or
A, those should consume one byte, not two;
3. The MSB should be pushed first when doing JSR and BRK, which makes
some sense if you were reading the stack from $0100 - $01FF.
2018-01-21 01:09:42 -06:00
..
apple2.bank.h
apple2.dbuf.h
apple2.dd.h
apple2.draw.h Draw text in 40 column mode 2018-01-18 16:21:25 -06:00
apple2.h
apple2.kb.h
apple2.mem.h
apple2.pc.h
apple2.tests.h Add tests for apple2.kb.c 2018-01-17 14:58:42 -06:00
log.h
mos6502.dis.h Change disassembly to add more info 2018-01-19 00:34:57 -06:00
mos6502.enums.h Several core changes to status, soft switches 2018-01-20 21:01:26 -06:00
mos6502.h Fix stack in several ways 2018-01-21 01:09:42 -06:00
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