#include <decoder.h>


Public Member Functions | |
| avr_op_RETI (word opcode, AvrDevice *c) | |
| int | operator() () |
| Performs instruction. | |
| int | Trace () |
| Performs instruction and write out instruction mnemonic for trace. | |
Protected Attributes | |
| HWSreg * | status |
Definition at line 1470 of file decoder.h.
Definition at line 1235 of file decoder.cpp.
| int avr_op_RETI::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 1239 of file decoder.cpp.
References DecodedInstruction::core, HWSreg_bool::I, AvrDevice::PC, AvrDevice::PC_size, HWStack::PopAddr(), AvrDevice::stack, and status.
Referenced by Trace().


| int avr_op_RETI::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 584 of file decoder_trace.cpp.
References operator()(), and traceOut.

HWSreg* avr_op_RETI::status [protected] |
Definition at line 1483 of file decoder.h.
Referenced by operator()().
1.6.3