Neutrome SDK reference
Preparing search index...
lil-engine/src
Instruction
Type Alias Instruction
One instruction: an opcode plus its payload.
type
Instruction
=
{
opcode
:
Opcode
;
value
:
InstructionValue
;
}
Index
Properties
opcode
value
Properties
opcode
opcode
:
Opcode
value
value
:
InstructionValue
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
opcode
value
Neutrome SDK reference
Loading...
One instruction: an opcode plus its payload.