Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 516 Bytes

dot_new.md

File metadata and controls

15 lines (9 loc) · 516 Bytes

Asmc Macro Assembler Reference

.NEW

.NEW label [[ [count ] ]] [[:type]] [[, label [[ [count] ]] [[type]]]]...

.NEW label [[:class(...)]] [[, label [[class(...)]]]]...

Within a procedure definition (PROC), .NEW creates stack-based variables that exist for the duration of the procedure. The label may be a simple variable or an array containing count elements. If is a class the default constructor is invoked.

See Also

Directives Reference | .CLASS