From a534d9c28a779ea5bdeb9b81364799858207a587 Mon Sep 17 00:00:00 2001 From: marcobaye Date: Mon, 29 Jun 2020 09:55:58 +0000 Subject: [PATCH] put hashbang info in change log git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@271 4df02467-bbd4-4a76-a152-e7ce94205b78 --- docs/Changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Changes.txt b/docs/Changes.txt index 5c9c7da..4548a61 100644 --- a/docs/Changes.txt +++ b/docs/Changes.txt @@ -72,6 +72,8 @@ Fix: Characters are now unsigned (had been architecture-dependent). Improved error handling of "--cpu" and "--format" switches. Added opcode table for NMOS6502 cpu to docs. Added some test sources. +Added support for "hashbang" lines (if file starts with a '#' + character, the first line is ignored) Fixed some minor bugs no-one ever seems to have encountered. Rewritten "docs/Upgrade.txt".