Last active
October 9, 2015 15:48
-
-
Save honux77/b19d9e684607e0985a9a to your computer and use it in GitHub Desktop.
6502 tutorial 1-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LDA #$01 | |
| STA $0200 | |
| LDA #$02 | |
| STA $0201 | |
| LDA #$03 | |
| STA $0220 | |
| LDA #$04 | |
| STA $0221 | |
| LDA #$05 | |
| STA $05FF | |
| LDA #$06 | |
| STA $05FE | |
| LDA #$07 | |
| STA $05DF | |
| LDA #$08 | |
| STA $05DE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment