diff options
-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" |