Created
May 8, 2020 14:35
-
-
Save Zibri/e247c6ca66cccf2930e1f38e2f75d8f5 to your computer and use it in GitHub Desktop.
Vertical bars record by Zibri/RamJam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;--------------------------------------- | |
; 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