LOWW


Returns the low-order 16-bit value of a term.

[Function]

Returns the low-order 16-bit value of a term.

[Application example]

movea   LOWW(0x12345678), R0, r10       ; (1)

(1)

By executing a movea instruction, this operator returns the low-order 16-bit value "0x5678" of the expression "0x12345678".
Therefore, (1) in the above example can also be described as: movea 0x5678, R0, r10.