#include <decoder.h>
Public Member Functions | |
avr_op_OR (word opcode, AvrDevice *c) | |
int | operator() () |
Performs instruction. | |
int | Trace () |
Performs instruction and write out instruction mnemonic for trace. | |
Protected Attributes | |
unsigned char | Rd |
unsigned char | Rr |
HWSreg * | status |
Definition at line 1319 of file decoder.h.
Definition at line 1140 of file decoder.cpp.
int avr_op_OR::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 1146 of file decoder.cpp.
References DecodedInstruction::core, AvrDevice::GetCoreReg(), HWSreg_bool::N, Rd, Rr, HWSreg_bool::S, AvrDevice::SetCoreReg(), status, HWSreg_bool::V, and HWSreg_bool::Z.
Referenced by Trace().
int avr_op_OR::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 540 of file decoder_trace.cpp.
References MONSREG, operator()(), Rd, Rr, and traceOut.
unsigned char avr_op_OR::Rd [protected] |
Definition at line 1332 of file decoder.h.
Referenced by operator()(), and Trace().
unsigned char avr_op_OR::Rr [protected] |
Definition at line 1333 of file decoder.h.
Referenced by operator()(), and Trace().
HWSreg* avr_op_OR::status [protected] |
Definition at line 1334 of file decoder.h.
Referenced by operator()().