GOTO

Transfers assembly to the line marked :macrolabel.

Syntax

GOTO macrolabel

Remarks

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

See also

Directives reference
MASM BNF Grammar