Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 384 Bytes

proc.md

File metadata and controls

14 lines (9 loc) · 384 Bytes

Asmc Macro Assembler Reference

PROC

label PROC [[distance]] [[langtype]] [[visibility]] [[]]
    [[USES reglist]] [[, parameter [[:tag]]]]...
    statements
label ENDP

Marks start and end of a procedure block called label. The statements in the block can be called with the CALL instruction or INVOKE directive.

See Also

Directives Reference