Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 376 Bytes

macro.md

File metadata and controls

14 lines (8 loc) · 376 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

Directives Reference