1    /* rem vA, vB */
2    lsr     w3, wINST, #12              // w3<- B
3    lsr     w9, wINST, #8               // w9<- A+
4    and     w9, w9, #15                 // w9<- A
5    GET_VREG s1, w3
6    GET_VREG s0, w9
7    bl  fmodf
8    lsr     w9, wINST, #8               // w9<- A+
9    and     w9, w9, #15                 // w9<- A
10    FETCH_ADVANCE_INST 1                // advance rPC, load rINST
11    GET_INST_OPCODE ip                  // extract opcode from rINST
12    SET_VREG s0, w9
13    GOTO_OPCODE ip                      // jump to next instruction
14