Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 932 Bytes

goto-masm.md

File metadata and controls

35 lines (29 loc) · 932 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
GOTO (MASM) | Microsoft Docs
11/04/2016
cpp-tools
article
goto
C++
GOTO directive
6a5f73e7-6784-4eae-ac52-4fc77a7f369f
7
corob-msft
corob
ghogen

GOTO (MASM)

Transfers assembly to the line marked **:**macrolabel.

Syntax

  
GOTO   
macrolabel  
  

Remarks

GOTO is permitted only inside MACRO, FOR, FORC, REPEAT, and WHILE blocks. The label must be the only directive on the line and must be preceded by a leading colon.

See Also

Directives Reference