13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

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.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>.BREAKSyntax.BREAKDescriptionThe .BREAK directive causes immediate termination of a macro expansion, a .FOR loop expansion or a.REPEAT loop expansion. In case of nested loops or macros, the .BREAK directive returns to the previouslevel of expansion.The .BREAK directive is, <strong>for</strong> example, useful in combination with the .IF directive to terminate expansionwhen error conditions are detected.The assembler does not allow a label with this directive.Example.FOR MYVAR IN 10 TO 20... ;... ; assembly source lines... ;.IF MYVAR > 15.BREAK.ENDIF.ENDFOR100

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

Saved successfully!

Ooh no, something went wrong!