Guest User

Untitled

a guest
May 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //PSEUDO
  2. static int (*microtable[][])(cpu *t_cpu) = {
  3. {FETCH_OP, FETCH_OPERAND, DO_JMP, BURN_CYCLE},
  4. {FETCH_OP, FETCH_OPERAND, DO_ADD, NIL},
  5. };
Add Comment
Please, Sign In to add comment