浏览代码

Shave 2 bytes

Hikaru Ikuta 3 年之前
父节点
当前提交
90903662a9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sectorlisp.S

+ 1 - 1
sectorlisp.S

@@ -104,7 +104,7 @@ PrintObject:					# PrintObject(x:si)
 	jnz	.PrintString			# -> ret
 	jnz	.PrintString			# -> ret
 	ret
 	ret
 
 
-Read:	call	GetChar
+Read:	xchg	%dx,%ax
 	call	GetToken
 	call	GetToken
 GetObject:					# called just after GetToken
 GetObject:					# called just after GetToken
 	cmp	$'(',%al
 	cmp	$'(',%al