Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Marks a macro block called name and establishes parameter placeholders for arguments passed when the macro is called.
Syntax
name MACRO ⟦parameter ⟦:REQ | :=default | args :VARARG⟧ ...⟧
statements
⟦GOTO :macrolabelId⟧
⟦EXITM⟧
ENDM ⟦value⟧
Remarks
A macro function returns value to the calling statement.