1%verify "executed"
2    /* for: move/16, move-object/16 */
3    /* op vAAAA, vBBBB */
4    movzwl    4(rPC),%ecx              # ecx<- BBBB
5    movzwl    2(rPC),%eax              # eax<- AAAA
6    GET_VREG(%ecx,%ecx)
7    FETCH_INST_WORD(3)
8    ADVANCE_PC(3)
9    SET_VREG(%ecx,%eax)
10    GOTO_NEXT
11