Download CC-RL Compiler User`s Manual

Transcript
CC-RL
5. ASSEMBLY LANGUAGE SPECIFICATIONS
LOWW
Returns the low-order 16-bit value of a term.
[Function]
Returns the value of the lower-order 16 bits among the 32 bits of a term.
[Application example]
MOVW
(1)
AX, #LOWW(0x12345678)
; (1)
By executing a MOVW instruction, this operator loads the low-order 16-bit value "0x5678" of the expression
"0x12345678" to AX register.
R20UT3123EJ0102 Rev.1.02
Sep 14, 2015
Page 379 of 780