•  Back 
  •  Assembler 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure Assembler Documentation
Author      : John Kormylo
Version     : PASM.HYP 1.0
Subject     : Documentation/Pure Assembler
Nodes       : 740
Index Size  : 20262
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Program Counter Indirect with Index: d ]

Rx = Dn, Dn.s, An, An.s,                              (CPUs: 01234)
     Dn*f, Dn.s*f, An*f, An.s*f                       (CPUs: 234 only)
n  = 0 ... 7
s  = W or L                                              (default = L)
f  = 1, 2, 4 or 8                                        (default = 1) 
d  = -128 ... 127
   = -2147483648 to +2147483647  (CPUs: 234 only)

  Memory location = next instruction address plus offset d
                    plus (f * data register n).


If d is a label, PASM will calculate offset (for Dn = 0).
Can be used for source only.

See also Addressing and Registers