X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=docs%2Frmac.rst;h=aba11a1ef867b4f2774088cdfcb764537ce03131;hb=09135712da4550a1d5d014051e8ef3cc6dd47d99;hp=d46f9c5712603f9b73a36a059022415817b25219;hpb=d21544da607af148b96a9d926d4564800892aa4e;p=rmac diff --git a/docs/rmac.rst b/docs/rmac.rst index d46f9c5..aba11a1 100644 --- a/docs/rmac.rst +++ b/docs/rmac.rst @@ -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