]> Shamusworld >> Repos - rmac/blobdiff - docs/rmac.rst
Fix for #159: Split register sets according to architecture into different tables...
[rmac] / docs / rmac.rst
index d46f9c5712603f9b73a36a059022415817b25219..9cddd4b2b9f6f5d0ec4adb5f09a6ec3aaabefbdf 100644 (file)
@@ -1261,11 +1261,11 @@ Directives relating to the 6502 are described in the chapter on `6502 Support`_.
 
 **.equr** *expression*
 
-   Allows you to name a register. This is only implemented for GPU/DSP
-   code sections. For example:
+   Allows you to name a register. For example:
 
     ::
 
+     .gpu
      Clipw .equr r19
      . . .
           add ClipW,r0 ; ClipW actually is r19
@@ -2429,11 +2429,6 @@ order, along with a short description of what may have caused the problem.
   The expression has an undefined value because of a forward reference, or an
   undefined or external symbol.
 
-**unimplemented addressing mode**
-
-  You tried to use 68020 "square-bracket" notation for a 68020 addressing mode.
-  RMAC does not support 68020 addressing modes.
-
 **unimplemented directive**
 
   You have found a directive that didn't appear in the documentation. It doesn't