]> git.sur5r.net Git - cc65/commitdiff
Fix meaning of ALR.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 17 Jul 2011 15:24:53 +0000 (15:24 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 17 Jul 2011 15:24:53 +0000 (15:24 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5084 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml

index 1c44c5fadcca4e7e715834b4bc357e8144b8d336..36c5f5dd85b4a2bfd762d04a6552ef7fd6a2e4fe 100644 (file)
@@ -456,7 +456,7 @@ ones marked as "stable" are supported. The following table uses information
 from the mentioned web page, for more information, see there.
 
 <itemize>
-<item><tt>ALR: A:=(A and #{imm})*2;</tt>
+<item><tt>ALR: A:=(A and #{imm})/2;</tt>
 <item><tt>ANC: A:=A and #{imm};</tt> Generates opcode &dollar;0B.
 <item><tt>ARR: A:=(A and #{imm})/2;</tt>
 <item><tt>AXS: X:=A and X-#{imm};</tt>