1 /* (stub) */ 2 SAVE_PC_FP_TO_SELF() @ only need to export these two 3 mov r0, rSELF @ self is first arg to function 4 bl dvmMterp_${opcode} @ call 5 LOAD_PC_FP_FROM_SELF() @ retrieve updated values 6 FETCH_INST() @ load next instruction from rPC 7 GET_INST_OPCODE(ip) @ ...trim down to just the opcode 8 GOTO_OPCODE(ip) @ ...and jump to the handler 9