From fd3d5d35fb4d7fb0f38508f3593f892ad301a8ff Mon Sep 17 00:00:00 2001 From: Marco Aurelio da Costa Date: Sun, 18 Apr 2021 17:24:29 -0300 Subject: [PATCH] mc: Implemented .LITERAL --- doc/ca65.sgml | 34 ++++++++++++++++++++++++++++++---- src/ca65/pseudo.c | 29 +++++++++++++++++++++++++---- src/ca65/scanner.c | 1 + src/ca65/token.h | 1 + 4 files changed, 57 insertions(+), 8 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index ebd6c7135..f3a3c218f 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -2084,7 +2084,11 @@ Here's a list of all control commands and a description, what they do: This will put the string "Hello world" followed by a binary zero into the current segment. There may be more strings separated by commas, but - the binary zero is only appended once (after the last one). + the binary zero is only appended once (after the last one). Strings will + be translated using the current character mapping definition. + +See: ,, + .ASSERT