Const
The instruction set every program is built from.
Exported as both a value and a type: use Opcode.MSG_START to write instructions and Opcode to type them.
Opcode.MSG_START
Opcode
const instruction = { opcode: Opcode.TXT_CHUNK, value: { kind: "string", value: "hi" } }; Copy
const instruction = { opcode: Opcode.TXT_CHUNK, value: { kind: "string", value: "hi" } };
The instruction set every program is built from.
Exported as both a value and a type: use
Opcode.MSG_STARTto write instructions andOpcodeto type them.