From 698045c7c2989c6b1040dd76c83cc626b1eeeb54 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Sat, 21 Jun 2025 21:55:21 +0200 Subject: [PATCH] updated the docs --- doc/ca65.sgml | 15 +++++++-- doc/da65.sgml | 93 +++++++++++++++++++++++++++++++++++++++------------ 2 files changed, 84 insertions(+), 24 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 8c0c4fa61..99459d5ab 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -151,8 +151,19 @@ Here is a description of all the command line options: Set the default for the CPU type. The option takes a parameter, which may be one of - - 6502, 6502X, 6502DTV, 65SC02, 65C02, 65816, sweet16, HuC6280, 4510, 45GS02, M740 + + 6502 - NMOS 6502 (all legal instructions) + 6502X - NMOS 6502 with all undocumented instructions + 6502DTV - the emulated CPU of the C64DTV device + 65SC02 - first CMOS instruction set (no bit manipulation, no wai/stp) + 65C02 - full CMOS instruction set (has bit manipulation and wai/stp) + 65816 - the CPU of the SNES, and the SCPU + HuC6280 - the CPU of the PC engine + 4510 - the CPU of the Commodore C65 + 45GS02 - the CPU of the Commodore MEGA65 + M740 - a Microcontroller by Mitsubishi + sweet16 - an interpreter for a pseudo 16 bit CPU +