diff --git a/doc/ca65.sgml b/doc/ca65.sgml index f39841406..13195bfc4 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -309,6 +309,8 @@ The assembler accepts all valid 6502 mnemonics when in 6502 mode (the default or after the command was given). +all valid 6502 mnemonics plus a set of illegal instructions when in + . all valid 65SC02 mnemonics when in 65SC02 mode (after the command was given). all valid 65C02 mnemonics when in 65C02 mode (after the @@ -338,17 +340,36 @@ mnemonics: TSA is an alias for TSC -Evaluation of banked expressions in 65816 mode differs slightly from the -official syntax: -Instead of accepting a 24 bit address (something that is difficult for -the assembler to determine and would have required one more special -.import command), the bank and the absolute address in that bank are -separated by a dot: - - jsl 3.$1234 ; Call subroutine at $1234 in bank 3 - +6502X mode