#include <decoder.h>
Public Member Functions | |
avr_op_OUT (word opcode, AvrDevice *c) | |
int | operator() () |
Performs instruction. | |
int | Trace () |
Performs instruction and write out instruction mnemonic for trace. | |
Protected Attributes | |
unsigned char | ioreg |
unsigned char | R1 |
Friends | |
class | AvrFlash |
Definition at line 1365 of file decoder.h.
Definition at line 1178 of file decoder.cpp.
int avr_op_OUT::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 1183 of file decoder.cpp.
References DecodedInstruction::core, AvrDevice::GetCoreReg(), ioreg, R1, and AvrDevice::SetIOReg().
Referenced by Trace().
int avr_op_OUT::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 554 of file decoder_trace.cpp.
References ioreg, operator()(), R1, and traceOut.
unsigned char avr_op_OUT::ioreg [protected] |
Definition at line 1378 of file decoder.h.
Referenced by AvrFlash::LooksLikeContextSwitch(), operator()(), and Trace().
unsigned char avr_op_OUT::R1 [protected] |
Definition at line 1379 of file decoder.h.
Referenced by AvrFlash::LooksLikeContextSwitch(), operator()(), and Trace().