Next: D10V-Word, Previous: D10V-Regs, Up: D10V-Syntax
as
understands the following addressing modes for the D10V.
R
n in the following refers to any of the numbered
registers, but not the control registers.
R
n
Register direct
@R
n
Register indirect
@R
n
+
Register indirect with post-increment
@R
n
-
Register indirect with post-decrement
@-SP
Register indirect with pre-decrement
@(
disp
, R
n
)
Register indirect with displacement
#
imm
Immediate data (the # is optional and ignored)
The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.