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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Linker Script Language (LSL)tag_attr ::= (tag >=0 )tag::= tag = DQSTRINGA tag is an arbitrary text that can be added to a statement.16.2.4. ExpressionsThe expressions and operators in this section work the same as in ISO C.numberexpr::= OCT_NUM| DEC_NUM| HEX_NUM::= number| symbol_name| unary_op expr| expr binary_op expr| expr ? expr : expr| ( expr )| function_callunary_op ::= ! // logical NOT| ~ // bitwise complement| - // negative valuebinary_op ::= ^ // exclusive OR| * // multiplication| / // division| % // modulus| + // addition| - // subtraction| >> // right shift| // greater than| < // less than| >= // greater than or equal to|

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

Saved successfully!

Ooh no, something went wrong!