mirror of
https://github.com/pevans/erc-c.git
synced 2025-03-12 20:33:56 +00:00
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.