#include <decoder.h>


Public Member Functions | |
| avr_op_RCALL (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 1431 of file decoder.h.
Definition at line 1209 of file decoder.cpp.
| int avr_op_RCALL::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 1213 of file decoder.cpp.
References DecodedInstruction::core, AvrDevice::DebugOnJump(), AvrDevice::flagTiny10, AvrDevice::flagXMega, AvrDevice::Flash, Memory::GetSize(), K, HWStack::m_ThreadList, ThreadList::OnCall(), AvrDevice::PC, AvrDevice::PC_size, HWStack::PushAddr(), and AvrDevice::stack.
Referenced by Trace().


| int avr_op_RCALL::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 572 of file decoder_trace.cpp.
References DecodedInstruction::core, K, operator()(), AvrDevice::PC, and traceOut.

signed int avr_op_RCALL::K [protected] |
Definition at line 1444 of file decoder.h.
Referenced by operator()(), and Trace().
1.6.3