Instruction Struct Reference
Representation of an instruction in an easily accessible structure.
More...
#include <helper.h>
|
Data Fields |
|
unsigned int | opCode: 6 |
| | Operator code of the instruction.
|
|
unsigned int | addressMode: 2 |
| | Address mode of the instruction.
|
|
unsigned int | operand: 24 |
| | Operand of the instruction.
|
Detailed Description
Representation of an instruction in an easily accessible structure.
You can use the pasm_valueToInstruction() function to convert a value into this structure which is easier to work with than the raw value is.
- See also:
- pasm_stringToInstruction
pasm_instructionToString
pasm_instructionToValue
pasm_valueToInstruction
The documentation for this struct was generated from the following file: