1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-02-03 22:33:16 +00:00
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
..
2018-01-18 16:21:25 -06:00
2018-01-17 14:58:42 -06:00
2018-01-21 01:09:42 -06:00
2018-01-15 17:10:27 -06:00
2018-01-15 17:10:27 -06:00