Created
November 27, 2011 05:19
-
-
Save cbmeeks/1397011 to your computer and use it in GitHub Desktop.
scroll.asm
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
lda $D016 | |
and #%11111000 | |
ora TEMP1 | |
sta $D016 | |
dec TEMP1 | |
bne !exit+ | |
lda #7 | |
sta TEMP1 | |
jsr shiftleft | |
!exit: | |
:ReturnFromInterrupt() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment