mirror of
https://github.com/pevans/erc-c.git
synced 2025-02-03 22:33:16 +00:00
0581ed6b44
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.