Opcode handler type. More...
#include <access.h>
Data Fields | |
access_opcode_t | opcode |
The model opcode. More... | |
access_opcode_handler_cb_t | handler |
The opcode handler callback for the given opcode. More... | |
Opcode handler type.
Each specific model implementation is assumed to statically define an array of "opcode handlers", one handler for each of the expected opcodes of the given model.
access_opcode_t access_opcode_handler_t::opcode |
access_opcode_handler_cb_t access_opcode_handler_t::handler |