#include <decoder.h>
Public Member Functions | |
avr_op_STD_Z (word opcode, AvrDevice *c) | |
int | operator() () |
Performs instruction. | |
int | Trace () |
Performs instruction and write out instruction mnemonic for trace. | |
Protected Attributes | |
unsigned char | R1 |
unsigned char | K |
Definition at line 1779 of file decoder.h.
Definition at line 1538 of file decoder.cpp.
int avr_op_STD_Z::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 1543 of file decoder.cpp.
References DecodedInstruction::core, AvrDevice::flagTiny10, AvrDevice::flagXMega, AvrDevice::GetCoreReg(), AvrDevice::GetRegZ(), K, R1, and AvrDevice::SetRWMem().
Referenced by Trace().
int avr_op_STD_Z::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 672 of file decoder_trace.cpp.
References K, operator()(), R1, and traceOut.
unsigned char avr_op_STD_Z::K [protected] |
Definition at line 1793 of file decoder.h.
Referenced by operator()(), and Trace().
unsigned char avr_op_STD_Z::R1 [protected] |
Definition at line 1792 of file decoder.h.
Referenced by operator()(), and Trace().