Instr_movlw Class Reference

Inheritance diagram for Instr_movlw:

Inheritance graph
[legend]
Collaboration diagram for Instr_movlw:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Instr_movlw (int literal)
virtual QString code () const
virtual void generateLinksAndStates (Code::iterator current)
virtual ProcessorBehaviour behaviour () const
virtual AssemblyType assemblyType () const

Detailed Description

Definition at line 1159 of file instruction.h.


Member Function Documentation

QString Instr_movlw::code (  )  const [virtual]

The text to output to the generated assembly.

Implements Instruction.

Definition at line 2113 of file instruction.cpp.

References Instruction::m_literal.

void Instr_movlw::generateLinksAndStates ( Code::iterator  current  )  [virtual]

By using the ProcessorState, the Instruction should: * Find all instructions that could be executed after this instruction. * Generate the output ProcessorState. The default behaviour of this function is to link to the next sequential instruction, and to generate an unknown ProcessorState.

Warning:
if your instruction depends on any bits, then it must reinherit this function and say so.
Parameters:
instruction points at this instruction

Reimplemented from Instruction.

Definition at line 2118 of file instruction.cpp.

References RegisterState::known, Instruction::m_inputState, Instruction::m_literal, Instruction::m_outputState, Instruction::makeOutputLinks(), RegisterState::value, and ProcessorState::working.

ProcessorBehaviour Instr_movlw::behaviour (  )  const [virtual]

Returns:
the processor behaviour for this instruction.

Reimplemented from Instruction.

Definition at line 2126 of file instruction.cpp.

References RegisterBehaviour::indep, and ProcessorBehaviour::working.

virtual AssemblyType Instr_movlw::assemblyType (  )  const [inline, virtual]

Returns:
the AssemblyType (None for non-Assembly instructions).

Implements Instruction.

Definition at line 1166 of file instruction.h.

References Instruction::WorkingOriented.


The documentation for this class was generated from the following files:
Generated on Tue May 8 17:05:44 2007 for KTechLab by  doxygen 1.5.1