From 4a045620bb73db15dee6ad762de074bfc0168c1c Mon Sep 17 00:00:00 2001 From: Scott Wolchok Date: Sat, 27 Feb 2021 22:25:57 -0800 Subject: [PATCH] Fix sizeof kSymbols --- sectorlisp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sectorlisp.S b/sectorlisp.S index 6c1f86b..41fbddb 100644 --- a/sectorlisp.S +++ b/sectorlisp.S @@ -51,7 +51,7 @@ main: mov $q.syntax,%bx movb $46,46(%bx) mov $STR,%di mov $kSymbols,%si - mov $57,%cx + mov $56,%cx rep movsb 0: call GetChar mov %ax,q.look