|
JVM
|

Functions | |
| const char * | decodeOpcodeNewarrayType (uint8_t type) |
| Return the Opcode_newarray_type type as a String. More... | |
| const char * | getOpcodeMnemonic (uint8_t opcode) |
| The instruction's mnemonic is its name. Its opcode is its numeric representation which specifies the operation to be performed. This functions gives the instruction's mnemonic by it's opcode. More... | |
| const char* decodeOpcodeNewarrayType | ( | uint8_t | type | ) |
| const char* getOpcodeMnemonic | ( | uint8_t | opcode | ) |
The instruction's mnemonic is its name. Its opcode is its numeric representation which specifies the operation to be performed. This functions gives the instruction's mnemonic by it's opcode.
| uint8_t | opcode - the opcode of the instruction. |
