#include <decoder.h>
Public Member Functions | |
avr_op_BCLR (word opcode, AvrDevice *c) | |
int | operator() () |
Performs instruction. | |
int | Trace () |
Performs instruction and write out instruction mnemonic for trace. | |
Protected Attributes | |
HWSreg * | status |
unsigned char | Kbit |
Definition at line 206 of file decoder.h.
Definition at line 248 of file decoder.cpp.
int avr_op_BCLR::operator() | ( | ) | [virtual] |
Performs instruction.
Implements DecodedInstruction.
Definition at line 253 of file decoder.cpp.
Referenced by Trace().
int avr_op_BCLR::Trace | ( | ) | [virtual] |
Performs instruction and write out instruction mnemonic for trace.
Implements DecodedInstruction.
Definition at line 112 of file decoder_trace.cpp.
References Kbit, MONSREG, opcodes_bclr, operator()(), and traceOut.
unsigned char avr_op_BCLR::Kbit [protected] |
Definition at line 220 of file decoder.h.
Referenced by operator()(), and Trace().
HWSreg* avr_op_BCLR::status [protected] |
Definition at line 219 of file decoder.h.
Referenced by operator()().