NEW Instruction

Synopsis

NEW <size>

Description

The NEW instruction allocates memory from the runtime heap and places the address at the top of the runtime stack. This instruction is used to allocate space for arrays and records.

Size Operand

The size operand must be a 16-bit value.