as.info: H8/500-Addressing

Go backward to H8/500-Regs
Go up to H8/500 Syntax
Go to the top op as

Addressing Modes

   as understands the following addressing modes for the H8/500:
`RN'
     Register direct
`@RN'
     Register indirect
`@(d:8, RN)'
     Register indirect with 8 bit signed displacement
`@(d:16, RN)'
     Register indirect with 16 bit signed displacement
`@-RN'
     Register indirect with pre-decrement
`@RN+'
     Register indirect with post-increment
`@AA:8'
     8 bit absolute address
`@AA:16'
     16 bit absolute address
`#XX:8'
     8 bit immediate
`#XX:16'
     16 bit immediate