1%verify "executed"
2    /*
3     * invoke-direct-empty is a no-op in a "standard" interpreter.
4     */
5    FETCH_ADVANCE_INST(3)               @ advance to next instr, load rINST
6    GET_INST_OPCODE(ip)                 @ ip<- opcode from rINST
7    GOTO_OPCODE(ip)                     @ execute it
8