TSimplifiedCode Record
Represents a single virtual machine instruction in the compiled p-code.
Remarks
A compiled script is stored as a linked list of TSimplifiedCode records, each representing one instruction to be executed by the virtual machine.
Syntax
Unit: atScript
TSimplifiedCode = record;