Created
December 10, 2012 00:14
-
-
Save blondie7575/4247619 to your computer and use it in GitHub Desktop.
This file contains 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
ldy #$ff | |
OUTER: | |
ldx $ff | |
INNER: | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
nop | |
dex | |
bne INNER | |
dey | |
bne OUTER | |
WVBLLO: | |
lda $efff | |
cmp #$00 | |
bne WVBLLO | |
WVBLHI: | |
lda $efff | |
cmp #$ff | |
bne WVBLHI | |
lda #$04 | |
sta #efff | |
lda #$03 | |
sta $efff | |
HALT: | |
jmp HALT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment