Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 493 Bytes

end-masm.md

File metadata and controls

24 lines (17 loc) · 493 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: END
END (MASM)
12/06/2019
end
END directive
128d1c17-f4c4-4ac6-bdb7-d14b4a9a7f4c

END

Marks the end of a module and, optionally, sets the program entry point to procId.

Syntax

ENDprocId

Remarks

The procId argument is valid in 32-bit MASM only.

See also

Directives reference
MASM BNF Grammar