diff options
author | Ian Cowburn <ianc@noddybox.co.uk> | 2021-09-21 21:07:39 +0100 |
---|---|---|
committer | Ian Cowburn <ianc@noddybox.co.uk> | 2021-09-21 21:07:39 +0100 |
commit | 16e3e35846578e2df90a0c0d75bc2ff41e403946 (patch) | |
tree | a4276f55e3063f508ffe0fd26c3649aba8c5ebbd /README.md | |
parent | 7c234482b55feffb7e7f98f0b96d402760624552 (diff) |
Imported V1.7V1.7
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,12 +1,6 @@ # casm -Portable cross assembler. Source control for this is now located in Subversion -at <a href="https://noddybox.co.uk/svn/casm/trunk"> -https://noddybox.co.uk/svn/casm/trunk</a>. The homepage is at -<a href="https://noddybox.co.uk/casm.php"> -https://noddybox.co.uk/casm.php</a>. -Sorry, I tried to like GIT but -found it's workflow not as comfortable as SVN for me. +Portable cross assembler. ## Usage @@ -15,7 +9,7 @@ Simply pass it the file to assemble, i.e. `casm source.txt` Full documentation can be found in -<a href="https://rawgit.com/noddybox/casm/master/doc/casm.html">HTML</a> format. +<a href="/svnbrowse/cat.php?u=https://noddybox.co.uk/svn/casm/trunk/doc/casm.html">HTML</a> format. ## Processors |