Browse Source

Shave two bytes (now 456 bytes)

Justine Tunney 3 years ago
parent
commit
3d19d8d9f2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      sectorlisp.S

+ 1 - 2
sectorlisp.S

@@ -311,8 +311,7 @@ Eval:	push	%dx				# Eval(e:ax,a:dx):ax w/ gc
 	call	Gc
 	pop	%si
 	mov	%dx,%di
-	mov	g_mem,%cx
-	sub	%si,%cx
+	sub	%si,%cx				# cx = g_mem - si
 	rep movsb
 	mov	%di,g_mem
 	pop	%dx