cleanInstructionSet(Defined in: src/parsing/parser.ts:634 Cleans the instruction set by replacing string representations of operators with their numeric equivalents.instructionSet):number[]
Parameters
| Parameter | Type | Description |
|---|---|---|
instructionSet | InstructionSet | The instruction set to clean. |
Returns
number[]