Last active
June 2, 2020 22:33
-
-
Save epost/165f6092e06be3ffe23027ba69da7047 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
.cpu 6502 | |
* = $c000 | |
start | |
inc $d020 | |
inc $d021 | |
jmp start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment