Skip to content

Instantly share code, notes, and snippets.

@jblang
Created December 21, 2017 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jblang/424aab3c8dc296453c5ef1b65378cf67 to your computer and use it in GitHub Desktop.
Save jblang/424aab3c8dc296453c5ef1b65378cf67 to your computer and use it in GitHub Desktop.
Test code
leds = $D000
dips = $D001
* = $F000
begin lda dips
sta leds
jmp begin
* = $FFFA
nmi .addr begin
reset .addr begin
irq .addr begin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment