Skip to content

Instantly share code, notes, and snippets.

@gergoerdi
Created September 5, 2010 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gergoerdi/566307 to your computer and use it in GitHub Desktop.
Save gergoerdi/566307 to your computer and use it in GitHub Desktop.
1. clr z
2. jz a 7
3. dec a
4. inc z
5. inc b
6. jmp 2
7. jz z 11
8. dec z
9. inc a
10. jmp 7
11. Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment