]> Shamusworld >> Repos - rmac/blobdiff - docs/rmac.rst
.equr overhaul part 5: enabled .equr for all registers for all architectures
[rmac] / docs / rmac.rst
index d46f9c5712603f9b73a36a059022415817b25219..aba11a1ef867b4f2774088cdfcb764537ce03131 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