Shave two bytes

This commit is contained in:
Hikaru Ikuta 2022-01-06 18:02:03 +09:00
parent 1af3db75fe
commit bcb1474693

View file

@ -118,8 +118,7 @@ NewLine:mov $'\r',%al
Read: mov %bp,%dx # Get cached character
call GetToken
call GetObject
ret
jmp GetObject
GetObject: # called just after GetToken
cmp $'(',%al