1    FETCH_ADVANCE_INST(1)                  #  advance rPC, load rINST
2    GET_INST_OPCODE(t0)                    #  extract opcode from rINST
3    GOTO_OPCODE(t0)                        #  jump to next instruction
4