From 74b20f759e6486f34d937ff6314f497a35baa20c Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Mon, 8 Nov 2021 09:51:36 -0800 Subject: [PATCH] shave one byte --- bin/sectorlisp.bin | Bin 512 -> 512 bytes sectorlisp.S | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/sectorlisp.bin b/bin/sectorlisp.bin index 4862b4be05466d85bf203a1af94012206e3d1091..733ea50d750706e45c6c1963aee0ee93493a2015 100755 GIT binary patch delta 17 YcmZo*X<(V)$mB3}qsuNv=5wK|05V4gF#rGn delta 17 YcmZo*X<(V)$h?=4VWaadMyAkJ04>@DO8@`> diff --git a/sectorlisp.S b/sectorlisp.S index abed8b2..b698959 100644 --- a/sectorlisp.S +++ b/sectorlisp.S @@ -67,7 +67,8 @@ _begin: mov $g_mem,%cx pop %es pop %ss mov %cx,%sp - mov $NIL,ONE + inc %ax + xchg %ax,ONE # mov $NIL,ONE main: mov $'\n',%dl call GetToken call GetObject