Skip to content

Instantly share code, notes, and snippets.

@agrif
Created January 20, 2020 03:26
Show Gist options
  • Save agrif/033f5eea64e5d30f4274307a1253cd71 to your computer and use it in GitHub Desktop.
Save agrif/033f5eea64e5d30f4274307a1253cd71 to your computer and use it in GitHub Desktop.
ld a, 1
loop:
nop
out (0), a ; LEDs are on port 0
inc a
jr loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment