Skip to content

Latest commit

 

History

History
49 lines (45 loc) · 915 Bytes

File metadata and controls

49 lines (45 loc) · 915 Bytes
title operator SHORT | 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
operator SHORT
dev_langs
C++
helpviewer_keywords
operator SHORT
SHORT operator
ms.assetid 41e0982a-4f4e-4b48-ba58-e32d72053249
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

operator SHORT

Sets the type of label to short. All jumps to label must be short (within the range -128 to +127 bytes from the jump instruction to label).

Syntax

  
SHORT label  

See Also

Operators Reference