From: uz Date: Sun, 6 Feb 2011 16:04:46 +0000 (+0000) Subject: Added disassembler support for the NMOS 6502 with illegal opcodes. X-Git-Tag: V2.13.3~494 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3b9032a7c4ef908ce2cd43467925bb0e45b62092;p=cc65 Added disassembler support for the NMOS 6502 with illegal opcodes. git-svn-id: svn://svn.cc65.org/cc65/trunk@4966 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/da65.sgml b/doc/da65.sgml index d1a860189..58d031eff 100644 --- a/doc/da65.sgml +++ b/doc/da65.sgml @@ -107,9 +107,10 @@ Here is a description of all the command line options: Set the CPU type. The option takes a parameter, which may be one of - 6502, 65SC02, 65C02 + 6502, 6502x, 65sc02, 65c02, huc6280 - Support for the 65816 is currently not available. + 6502x is the NMOS 6502 with illegal opcodes. huc6280 is the CPU of the PC + engine. Support for the 65816 is currently not available.