Skip to content

Instantly share code, notes, and snippets.

@lostdj
Created October 16, 2012 05:19
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 lostdj/3897341 to your computer and use it in GitHub Desktop.
Save lostdj/3897341 to your computer and use it in GitHub Desktop.
OP_MOV $r1 0
OP_MOV $r2 0
OP_JMP_GE $r2 10000 11
OP_MOV $r3 0
OP_JMP_GE $r3 10000 9
OP_MUL $r2 $r3 $r4
OP_ADD $r1 $r4 $r1
OP_ADD 1 $r3 $r3
OP_JMP 4
OP_ADD 1 $r2 $r2
OP_JMP 2
OP_PRINT $r1
OP_RET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment