Shave 2 bytes

This commit is contained in:
Hikaru Ikuta 2022-01-04 00:31:50 +09:00
parent ef4f143680
commit 90903662a9

View file

@ -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