#include <decoder.h>
Public Member Functions | |
avr_op_ICALL (word opcode, AvrDevice *c) | |
int | operator() () |
Performs instruction. | |
int | Trace () |
Performs instruction and write out instruction mnemonic for trace. |
Definition at line 742 of file decoder.h.
Definition at line 705 of file decoder.cpp.
int avr_op_ICALL::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 708 of file decoder.cpp.
References DecodedInstruction::core, AvrDevice::DebugOnJump(), AvrDevice::flagXMega, AvrDevice::GetRegZ(), HWStack::m_ThreadList, ThreadList::OnCall(), AvrDevice::PC, AvrDevice::PC_size, HWStack::PushAddr(), and AvrDevice::stack.
Referenced by Trace().
int avr_op_ICALL::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 346 of file decoder_trace.cpp.
References operator()(), and traceOut.