#include <decoder.h>
Public Member Functions | |
avr_op_RJMP (word opcode, AvrDevice *c) | |
int | operator() () |
Performs instruction. | |
int | Trace () |
Performs instruction and write out instruction mnemonic for trace. | |
Protected Attributes | |
signed int | K |
Definition at line 1491 of file decoder.h.
Definition at line 1246 of file decoder.cpp.
int avr_op_RJMP::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 1250 of file decoder.cpp.
References DecodedInstruction::core, AvrDevice::DebugOnJump(), AvrDevice::Flash, Memory::GetSize(), K, and AvrDevice::PC.
Referenced by Trace().
int avr_op_RJMP::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 590 of file decoder_trace.cpp.
References DecodedInstruction::core, K, operator()(), AvrDevice::PC, and traceOut.
signed int avr_op_RJMP::K [protected] |
Definition at line 1504 of file decoder.h.
Referenced by operator()(), and Trace().