List of Conditional Assembly Directives

MPASM Assembler

List of Conditional Assembly Directives

Directive
Description
Syntax
ELSE
Begin Alternative Assembly Block to IF
else
ENDIF
End Conditional Assembly Block
endif
ENDW
End a While Loop
endw
IF
Begin Conditionally Assembled Code Block
if <expr>
IFDEF
Execute If Symbol is Defined
ifdef <label>
IFNDEF
Execute If Symbol is Not Defined
ifndef <label>
WHILE
Perform Loop While Condition is True
while <expr>


Microchip Technology Inc.
Microchip's Web Site
Voice: (480) 792-7200
Fax: (480) 899-9210
Microchip's E-mail Address
PreviousNext