MIXAL
|
#include <instructions.h>
Static Public Member Functions | |
static bool | hasArguments (Instructions::Code code) |
static Instructions::Code | getInstructionCode (const std::string &name) |
static int | getDefaultField (const std::string &name) |
static int | getCost (Instructions::Code code, uint8_t field=0) |
Instruction type and utilities.
Definition at line 15 of file instructions.h.
|
static |
Get the unit time needed for an instruction.
Definition at line 2045 of file instructions.cpp.
Referenced by mixal::Computer::executeSingle().
|
static |
Get default field value from the operation name.
Definition at line 1222 of file instructions.cpp.
Referenced by mixal::Parser::parseLine().
|
static |
The the type from the name of the operation.
Definition at line 9 of file instructions.cpp.
Referenced by mixal::Parser::parseLine().
|
static |
Whether the operation has extra arguments.
Definition at line 5 of file instructions.cpp.
Referenced by mixal::Parser::parseLine().