nsbaci 1.0
Loading...
Searching...
No Matches
nsbaci::compiler::Instruction Struct Reference

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

Detailed Description

Represents a single instruction in the virtual machine.


The documentation for this struct was generated from the following file: