Skip to content

Instantly share code, notes, and snippets.

@cbmeeks
Created November 27, 2011 05:19
Show Gist options
  • Save cbmeeks/1397011 to your computer and use it in GitHub Desktop.
Save cbmeeks/1397011 to your computer and use it in GitHub Desktop.
scroll.asm
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