.STACK
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at .STACK.
When used with .MODEL, defines a stack segment (with segment name STACK). The optional size
specifies the number of bytes for the stack (default 1,024). The .STACK
directive automatically closes the stack statement.
Syntax
.STACK [[size]]