summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshbin3768 -> 3760 bytes
-rw-r--r--sh.asm1
-rw-r--r--sh.obin4048 -> 4048 bytes
3 files changed, 0 insertions, 1 deletions
diff --git a/sh b/sh
index b8aae89..27a7358 100755
--- a/sh
+++ b/sh
Binary files differ
diff --git a/sh.asm b/sh.asm
index 53fe533..36e22e6 100644
--- a/sh.asm
+++ b/sh.asm
@@ -210,7 +210,6 @@ _parse1:
;the end of the string or directory name
_parse1r:
dec r8
- cmp r8, 0x0
jl _parse2
jmp _parse1
diff --git a/sh.o b/sh.o
index 164fa55..cef7bce 100644
--- a/sh.o
+++ b/sh.o
Binary files differ