•  Back 
  •  %main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %main 
  •  Show info about hypertext 
  •  View a new file 
Topic       : MC68030 - Instruction Assembler Syntax
Author      : Bjørn Ove Årthun/Jiri Kucik
Version     : mc68030.hyp 0.01 (29/02/96)
Subject     : Programming/Others
Nodes       : 120
Index Size  : 2440
HCP-Version : 2
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : 
@help       : %main
@options    : +g -i -s +z
@width      : 75
View Ref-File+----------------------------------------------------------+
|Address Modes                          Syntax             |
+----------------------------------------------------------+
01. Data register direct                Dn
------------------------------------------------------------
02. Address register direct             An
------------------------------------------------------------
03. Address register indirect           (An)+
    with postincrement
------------------------------------------------------------
04. Address register indirect           -(An)
    with predecrement
------------------------------------------------------------
05. Address register indirect           (d16,An)
    with displacement
------------------------------------------------------------
06. Address register indirect           (d8,An,Xn)
    with index (8bit displacement)
------------------------------------------------------------
07. Address register indirect           (bd,An,Xn)
    with index (base displacement)
------------------------------------------------------------
08. Memory indirect postindexed         ([bd,An],Xn,od)
------------------------------------------------------------
09. Memory indirect preindexed          ([bd,An,Xn],od)
------------------------------------------------------------
0a. Absolute short                      (xxx).W
------------------------------------------------------------
0b. Absolute long                       (www).L
------------------------------------------------------------
0c. Program counter indirect            (d16,PC)
    with displacement
------------------------------------------------------------
0d. Program counter indirect with       (d8,PC,Xn)
    index (8-bit displacement)
------------------------------------------------------------
0e. Program counter indirect with       (bd,An,Xn)
    index (base displacement)
------------------------------------------------------------
0f. PC memory indirect postindexed      ([bd,PC],Xn,od)
------------------------------------------------------------
10. PC memory indirect preindexed       ([bd,PC,Xn],od)
------------------------------------------------------------
11. Immediate                           #<data>
------------------------------------------------------------