2
0
Peter Ferrie 3 жил өмнө
parent
commit
74b20f759e

BIN
bin/sectorlisp.bin


+ 2 - 1
sectorlisp.S

@@ -67,7 +67,8 @@ _begin:	mov	$g_mem,%cx
 	pop	%es
 	pop	%es
 	pop	%ss
 	pop	%ss
 	mov	%cx,%sp
 	mov	%cx,%sp
-	mov	$NIL,ONE
+	inc	%ax
+	xchg	%ax,ONE				# mov $NIL,ONE
 main:	mov	$'\n',%dl
 main:	mov	$'\n',%dl
 	call	GetToken
 	call	GetToken
 	call	GetObject
 	call	GetObject