Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 989 Bytes

File metadata and controls

48 lines (44 loc) · 989 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
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

.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