From: uz Date: Sun, 17 Jul 2011 15:24:53 +0000 (+0000) Subject: Fix meaning of ALR. X-Git-Tag: V2.13.3~377 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=313e27035d63fbb530a2131532ac867eef9b11ab;p=cc65 Fix meaning of ALR. git-svn-id: svn://svn.cc65.org/cc65/trunk@5084 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 1c44c5fad..36c5f5dd8 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -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. -ALR: A:=(A and #{imm})*2; +ALR: A:=(A and #{imm})/2; ANC: A:=A and #{imm}; Generates opcode $0B. ARR: A:=(A and #{imm})/2; AXS: X:=A and X-#{imm};