25.07.2013 Views

CSCI 240 - Assembly Language Programming - MASM & Intel Docs

CSCI 240 - Assembly Language Programming - MASM & Intel Docs

CSCI 240 - Assembly Language Programming - MASM & Intel Docs

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Filename: LMARFC02.DOC Project:<br />

Template: MSGRIDA1.DOT Author: Mike Eddy Last Saved By: Launi Lockard<br />

Revision #: 24 Page: 31 of 11 Printed: 10/02/00 04:14 PM<br />

Directives 31<br />

IF expression1<br />

ifstatements<br />

[[ELSEIF expression2<br />

elseifstatements]]<br />

[[ELSE<br />

elsestatements]]<br />

ENDIF<br />

Grants assembly of ifstatements if expression1 is true (nonzero) or<br />

elseifstatements if expression1 is false (0) and expression2 is true. The<br />

following directives may be substituted for ELSEIF: ELSEIFB,

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!