.else
.else
is part of the as
support for conditional
assembly; see section .if absolute expression
. It marks the beginning of a section
of code to be assembled if the condition for the preceding .if
was false.
Go to the first, previous, next, last section, table of contents.