I've added a single-step mode to tools/a7out and rationalised the debug output.

Some small changes to src/cmd/cat.s and wktcat.s to reflect the correct number
of arguments to open. Typos fixes to src/cmd/cat.s.
This commit is contained in:
Warren Toomey
2016-02-29 16:47:13 +10:00
parent eb54325ad5
commit 714de5a7e1
3 changed files with 338 additions and 106 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ catfiles:
dac name
" Open the file and get the fd into AC
sys open; name:0; 0; 0
sys open; name:0; 0;
spa
jmp badfile " Negative fd, exit with an error message
dac fd " Save the file descriptor