|
ScriptStack 1.0.4
|
An instruction in a virtual intermediate language. More...
Public Member Functions | |
| Instruction (OpCode opcode, Operand first, Operand second) | |
| Instruction (OpCode opcode, Operand operand0) | |
| Instruction (OpCode opcode) | |
| override string | ToString () |
Properties | |
| uint | Address [get, set] |
| OpCode | OpCode [get, set] |
| Operand | First [get, set] |
| Operand | Second [get, set] |
An instruction in a virtual intermediate language.
Definition at line 11 of file Instruction.cs.
Definition at line 65 of file Instruction.cs.
References OpCode.
Definition at line 73 of file Instruction.cs.
References OpCode.
| ScriptStack.Runtime.Instruction.Instruction | ( | OpCode | opcode | ) |
Definition at line 78 of file Instruction.cs.
References OpCode.
| override string ScriptStack.Runtime.Instruction.ToString | ( | ) |
Definition at line 83 of file Instruction.cs.
References OpCode.
|
getset |
Definition at line 125 of file Instruction.cs.
Referenced by ScriptStack.Runtime.Operand.ToString().
|
getset |
Definition at line 137 of file Instruction.cs.
|
getset |
Definition at line 131 of file Instruction.cs.
Referenced by Instruction(), Instruction(), Instruction(), and ToString().
|
getset |
Definition at line 143 of file Instruction.cs.