1
NEW
Nunuhara Cabbage edited this page 2022-06-30 14:30:18 -07:00

NEW

Instruction Arguments

None.

Stack Arguments

int32 type - The type of the structure to create

Description

Create and initialize a structure object.

Example

PUSH 0x3 ; stack: [3] where 3 is the type of the structure object to create
NEW      ; stack: [pageno] where pageno is the heap index of a newly created object of type 3