From 1e521c68bbe4e41b42ac00ff9a0562bf6c5eb15e Mon Sep 17 00:00:00 2001 From: faissaloo Date: Tue, 21 Jun 2016 18:32:42 +0100 Subject: Removed needless use of cmp --- sh | Bin 3768 -> 3760 bytes sh.asm | 1 - sh.o | Bin 4048 -> 4048 bytes 3 files changed, 1 deletion(-) diff --git a/sh b/sh index b8aae89..27a7358 100755 Binary files a/sh and b/sh 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 Binary files a/sh.o and b/sh.o differ -- cgit v1.2.3