I've moved a copy of my ls.s into alt, so there are no files left with
This commit is contained in:
@@ -23,9 +23,7 @@ argloop:
|
||||
jmp setlong
|
||||
|
||||
lac argptr " It wasn't -l, so save it as the dir to open
|
||||
#ifndef NO_DD
|
||||
dac 8f
|
||||
#endif
|
||||
dac 9f
|
||||
skp
|
||||
|
||||
@@ -81,11 +79,7 @@ entryloop:
|
||||
lac bufptr
|
||||
dac statfile " Copy the pointer to the status call
|
||||
lac statbufptr " Get the file's details into the statbuf
|
||||
#ifdef NO_DD
|
||||
sys status; statfile:0
|
||||
#else
|
||||
sys status; 8:curdir; statfile:0
|
||||
#endif
|
||||
spa
|
||||
jms fileend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user