Created
March 29, 2013 23:48
-
-
Save ejrh/5274458 to your computer and use it in GitHub Desktop.
milos.list
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
E201 // Load 1 into register 2 -- use this for incrementing | |
E101 // Load 1 into register 1 -- use this for the counter | |
B101 // Start of loop: Display register 1 on port 1 | |
0112 // Add register 2 into register 1 | |
C0FE // Jump up two instructions, to loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment