From 9d8d2a32292730a672ed2cc6bb4b3ac584b51f02 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 30 Jun 2004 18:11:11 +0000 Subject: [PATCH] Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@3141 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ca65.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 13195bfc4..c3d64641d 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -2848,7 +2848,7 @@ Here's a list of all control commands and a description, what they do: .macro Crypt Arg .repeat .strlen(Arg), I - .byte .strat(Arg, I) .xor $55 + .byte .strat(Arg, I) ^ $55 .endrep .endmacro @@ -2976,7 +2976,7 @@ Here's a list of all control commands and a description, what they do: Switch the CPU instruction set. The command is followed by a string that specifies the CPU. Possible values are those that can also be supplied to the command line option, - namely: 6502, 6502X, 65SC02, 65C02, 65816 and sunplus. Please note that + namely: 6502, 6502X, 65SC02, 65C02, 65816 and sunplus. Please note that support for the sunplus CPU is not available in the freeware version, because the instruction set of the sunplus CPU is "proprietary and confidential". -- 2.39.5