.ifdef (also #ifdef)

.ifdef macro

Works in the same manner as .if, except rather than evaluate an expression it continues assembling if the macro macro exists, and skips assembling if the macro macro does not exist.