Skip to content

Instantly share code, notes, and snippets.

@durka
Created May 28, 2009 22:41
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 durka/119633 to your computer and use it in GitHub Desktop.
Save durka/119633 to your computer and use it in GitHub Desktop.
/* the memory is in an array Mem, which is of type int[] or char[] or something */
Mem[B] -= Mem[A];
if (Mem[B] <= 0) goto C;
else goto (IP + 3);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment