diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:30:25 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-09-21 21:30:25 +0100 |
commit | 31d3b10553cdda2cff7c930b7370b7a044ccd666 (patch) | |
tree | 6aca0acfa163f8c1f1848e85ec5da087ce87bf04 | |
parent | 81216ea9a6da08678c7e38c5d3584d9a72655026 (diff) |
Version for V1.11 development. Restored HTML link in README.md
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | src/casm.c | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -8,8 +8,7 @@ Simply pass it the file to assemble, i.e. `casm source.txt` -Full documentation can be found in -<a href="/svnbrowse/cat.php?u=https://noddybox.co.uk/svn/casm/trunk/doc/casm.html">HTML</a> format. +Full documentation can be found in [HTML](doc/casm.html) format. ## Processors @@ -59,7 +59,7 @@ */ static const char *casm_usage = -"Version 1.10\n" +"Version 1.11 development\n" "\n" "This program is distributed in the hope that it will be useful,\n" "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" |