Created
January 20, 2020 03:26
-
-
Save agrif/033f5eea64e5d30f4274307a1253cd71 to your computer and use it in GitHub Desktop.
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
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