Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 794 Bytes

File metadata and controls

30 lines (26 loc) · 794 Bytes
title .STACK | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
.STACK
dev_langs
C++
helpviewer_keywords
.STACK directive
ms.assetid 70019463-5d4f-41b6-8464-023a8ac2466f
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen

.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]]  

See Also

Directives Reference