Skip to content

Instantly share code, notes, and snippets.

@Zibri
Created May 8, 2020 14:35
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 Zibri/e247c6ca66cccf2930e1f38e2f75d8f5 to your computer and use it in GitHub Desktop.
Save Zibri/e247c6ca66cccf2930e1f38e2f75d8f5 to your computer and use it in GitHub Desktop.
Vertical bars record by Zibri/RamJam
;---------------------------------------
; Vertical Bars
; By Zibri/RamJam 2020
;---------------------------------------
.ORG $2f5
boot
SEI
newline TSX
newbar
STX $D020
INX
BMI newbar
STY $D011
bpl newline
.byte <boot, >boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment