as: D10V-Addressing

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