#include <iostream>
#include "rwmem.h"
#include "types.h"
#include "avrdevice.h"
Go to the source code of this file.
DecodedInstruction* lookup_opcode | ( | word | opcode, | |
AvrDevice * | core | |||
) |
Translates an opcode to a instance of DecodedInstruction.
Definition at line 1955 of file decoder.cpp.
References 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().