Skip to content

Instantly share code, notes, and snippets.

@blondie7575
Created December 10, 2012 00:14
Show Gist options
  • Save blondie7575/4247619 to your computer and use it in GitHub Desktop.
Save blondie7575/4247619 to your computer and use it in GitHub Desktop.
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