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};