Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 387 Bytes

macro.md

File metadata and controls

15 lines (8 loc) · 387 Bytes

Asmc Macro Assembler Reference

MACRO

name MACRO [[parameter [[:REQ | :=default | :VARARG]]]]...

statements

ENDM [[value]]

Marks a macro block called name and establishes parameter placeholders for arguments passed when the macro is called. A macro function returns value to the calling statement.

See Also

Macros | Directives Reference