![]() |
nsbaci 1.0
|
Represents a single instruction in the virtual machine. More...
#include <instruction.h>
Public Member Functions | |
| Instruction (Opcode op) | |
| Instruction (Opcode op, int32_t op1) | |
| Instruction (Opcode op, uint32_t op1) | |
| Instruction (Opcode op, std::string op1) | |
| Instruction (Opcode op, int32_t op1, int32_t op2) | |
| Instruction (Opcode op, uint32_t op1, int32_t op2) | |
Public Attributes | |
| Opcode | opcode |
| Operand | operand1 |
| Operand | operand2 |
Represents a single instruction in the virtual machine.