From 40fe0b2671f5fec3dd00afc51fbed683258c8992 Mon Sep 17 00:00:00 2001 From: faissaloo Date: Fri, 5 Aug 2016 17:38:57 +0100 Subject: Accidentally broke PATHs with speech marks --- sh.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh.asm') diff --git a/sh.asm b/sh.asm index 3cc195c..d43b1dd 100644 --- a/sh.asm +++ b/sh.asm @@ -101,7 +101,7 @@ _start: cmp rax, r10 jne _pathfinder ;if we haven't, let's move right one and see if it's there cmp byte [r8], `"` - jne _pathfinder_continue + je _pathfinder_continue inc r8 cmp byte [r8], 0 jz _quit -- cgit v1.2.3