Skip to content

Instantly share code, notes, and snippets.

@honux77
Last active October 9, 2015 15:48
Show Gist options
  • Select an option

  • Save honux77/b19d9e684607e0985a9a to your computer and use it in GitHub Desktop.

Select an option

Save honux77/b19d9e684607e0985a9a to your computer and use it in GitHub Desktop.
6502 tutorial 1-2
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