Skip to content

Instantly share code, notes, and snippets.

@gnacu
Created May 18, 2017 18:36
Show Gist options
  • Save gnacu/0b1311e2ac777b7ef128aeb549b95f8a to your computer and use it in GitHub Desktop.
Save gnacu/0b1311e2ac777b7ef128aeb549b95f8a to your computer and use it in GitHub Desktop.
chrout = $ffd2
out16 .macro
LDA \1+1
JSR inttohex
TYA
JSR chrout
TXA
JSR chrout
LDA \1
JSR inttohex
TYA
JSR chrout
TXA
JSR chrout
LDA #13
JSR chrout
.endm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment