summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfaissaloo <faissaloo@gmail.com>2016-06-21 18:32:42 +0100
committerfaissaloo <faissaloo@gmail.com>2016-06-21 18:32:42 +0100
commit1e521c68bbe4e41b42ac00ff9a0562bf6c5eb15e (patch)
tree3d59a1cf0530e6589a880bc62839de812201bef1
parent7cc39751094583703bee1e320e8fe8e1939e97f0 (diff)
downloaddbsh-1e521c68bbe4e41b42ac00ff9a0562bf6c5eb15e.tar.gz
Removed needless use of cmp
-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