Skip to content

Instantly share code, notes, and snippets.

@mach-kernel
Created February 19, 2018 02:18
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 mach-kernel/213cc71c8014dd22c5a22a8a86247317 to your computer and use it in GitHub Desktop.
Save mach-kernel/213cc71c8014dd22c5a22a8a86247317 to your computer and use it in GitHub Desktop.
drawpos pha
phx
; draw the parens and comma
lda #"("
stal $0007F1
lda #$AC
stal $0007F4
lda #")"
stal $0007F7
txa
jsr tencount
adc #$B0
stal $0007F3
txa
adc #$B0
stal $0007F2
tya
jsr tencount
adc #$B0
stal $0007F6
txa
adc #$B0
stal $0007F5
; restore x and original keydown char
plx
pla
rts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment