JVM
|
Go to the source code of this file.
Typedefs | |
typedef uint8_t(* | InstructionFunction) (JavaVirtualMachine *jvm, Frame *currentFrame) |
Functions | |
InstructionFunction | fetchOpcodeFunction (uint8_t opcode) |
Retrieves the instruction function for a given instruction opcode. More... | |
typedef uint8_t(* InstructionFunction) (JavaVirtualMachine *jvm, Frame *currentFrame) |
InstructionFunction fetchOpcodeFunction | ( | uint8_t | opcode | ) |
Retrieves the instruction function for a given instruction opcode.