mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
Shave two bytes
This commit is contained in:
parent
1af3db75fe
commit
bcb1474693
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue