as.info: D10V-Addressing

Go forward to D10V-Word
Go backward to D10V-Regs
Go up to D10V-Syntax
Go to the top op as

Addressing Modes

   `as' understands the following addressing modes for the D10V.  `RN'
in the following refers to any of the numbered registers, but _not_ the
control registers.
`RN'
     Register direct
`@RN'
     Register indirect
`@RN+'
     Register indirect with post-increment
`@RN-'
     Register indirect with post-decrement
`@-SP'
     Register indirect with pre-decrement
`@(DISP, RN)'
     Register indirect with displacement
`ADDR'
     PC relative address (for branch or rep).
`#IMM'
     Immediate data (the `#' is optional and ignored)