From 130d3b52a245897b84aa7423a75b3e32301d70eb Mon Sep 17 00:00:00 2001 From: Zsolt Branyiczky Date: Mon, 16 Nov 2020 22:16:14 +0100 Subject: [PATCH] new macros supporting 6502DTV cpu --- doc/ca65.sgml | 21 ++++++++++++++++++++- src/ca65/condasm.c | 11 +++++++++++ src/ca65/pseudo.c | 10 ++++++++++ src/ca65/scanner.c | 2 ++ src/ca65/token.h | 2 ++ 5 files changed, 45 insertions(+), 1 deletion(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 25a47b29a..9f45f8c54 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -419,6 +419,8 @@ The assembler accepts command was given). all valid 6502 mnemonics plus a set of illegal instructions when in . +all valid 6502DTV mnemonics when in 6502DTV mode (after the + command was given). all valid 65SC02 mnemonics when in 65SC02 mode (after the command was given). all valid 65C02 mnemonics when in 65C02 mode (after the @@ -3153,6 +3155,12 @@ Here's a list of all control commands and a description, what they do: (see command). +.IFPDTV