Skip to content

Instantly share code, notes, and snippets.

@ejrh
Created March 29, 2013 23:48
Show Gist options
  • Save ejrh/5274458 to your computer and use it in GitHub Desktop.
Save ejrh/5274458 to your computer and use it in GitHub Desktop.
milos.list
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