5.7.2 Elseif Directive
The .elseif expr
directive is used in conjunction with the .if directive
to provide an alternative path of assembly code should the .if evaluate to false and a second condition exists.
The .elseif expr
directive is used in conjunction with the .if directive
to provide an alternative path of assembly code should the .if evaluate to false and a second condition exists.