ENDM - End a Macro Definition
Syntax
endm
Description
Terminates a macro definition begun with macro.
Example
make_table macro arg1, arg2
dw arg1, 0 ; null terminate table name
res arg2 ; reserve storage
endm
See Also
Microchip Technology Inc. Microchip's Web Site Voice: (480) 792-7200 Fax: (480) 899-9210 Microchip's E-mail Address |