simulavr
1.1.0
|
Go to the source code of this file.
Functions | |
DecodedInstruction * | lookup_opcode (word opcode, AvrDevice *core) |
Translates an opcode to a instance of DecodedInstruction. More... | |
DecodedInstruction* lookup_opcode | ( | word | opcode, |
AvrDevice * | core | ||
) |
Translates an opcode to a instance of DecodedInstruction.
Definition at line 1949 of file decoder.cpp.
References avr_op_ILLEGAL::avr_op_ILLEGAL(), AvrDevice::flagEIJMPInstructions, AvrDevice::flagELPMInstructions, AvrDevice::flagIJMPInstructions, AvrDevice::flagIWInstructions, AvrDevice::flagJMPInstructions, AvrDevice::flagLPMInstructions, AvrDevice::flagMOVWInstruction, AvrDevice::flagMULInstructions, AvrDevice::flagTiny10, AvrDevice::flagTiny1x, mask_A_5, mask_A_6, mask_k_12, mask_k_22, mask_K_6, mask_k_7, mask_K_8, mask_q_displ, mask_Rd_2, mask_Rd_3, mask_Rd_4, mask_Rd_5, mask_reg_bit, mask_Rr_3, mask_Rr_4, mask_Rr_5, and mask_sreg_bit.
Referenced by AvrFlash::Decode(), and DecodedInstruction::GetModifiedRHi().