#include <instructions.h>

Public Member Functions | |
| CInstructionLabel * | factory () |
| creates a new instance of this instruction | |
| void | compile (std::list< std::string > ¶ms) |
| parses instruction parameters and prepares the instruction for executing | |
| void | execute (CCPU *cpu) |
| executes the instruction | |
| CInstructionLabel* CInstructionLabel::factory | ( | ) | [inline, virtual] |
creates a new instance of this instruction
| - |
| none |
Implements CInstruction.
| void CInstructionLabel::compile | ( | std::list< std::string > & | params | ) | [inline, virtual] |
parses instruction parameters and prepares the instruction for executing
| params | list of parameters of this instruction |
| std::runtime_error |
Implements CInstruction.
| void CInstructionLabel::execute | ( | CCPU * | cpu | ) | [inline, virtual] |
executes the instruction
| cpu | pointer to cpu |
| std::runtime_error |
Implements CInstruction.
1.5.3