From da1a660666203ab657b50ad3dc83810b4aa0b499 Mon Sep 17 00:00:00 2001 From: marcobaye Date: Mon, 27 Feb 2012 21:35:16 +0000 Subject: [PATCH] Described latest changes in docs/Changes.txt git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@4 4df02467-bbd4-4a76-a152-e7ce94205b78 --- docs/Changes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Changes.txt b/docs/Changes.txt index 751759b..6bd9bff 100644 --- a/docs/Changes.txt +++ b/docs/Changes.txt @@ -16,6 +16,13 @@ outlining the platform specific changes. Section: New in release 0.94.2 ---------------------------------------------------------------------- +Added missing newline after "no output file specified" message. +Fixed bug in "!to" and "!sl" (colon in filename is interpreted as command + separator in later passes). +Changed verbose output hex prefix from $ to 0x. +Changed --help output +Changed EOR to XOR in docs and comments (the ACME operator, not the 6502 + opcode) ----------------------------------------------------------------------