When used with .MODEL, defines a stack segment with the segment name STACK. The optional Size specifies the number of bytes for the stack (default 1024).
Syntax
.STACK [Size]Remarks
The .STACK directive does not leave the stack segment open when the statement is completed, since it is not a common practice to emit initialized data into the stack segment.
The name of the segment is STACK32 in flat model, and STACK for all other models.