mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +00:00
Shave two more bytes
This commit is contained in:
parent
bcb1474693
commit
8a59e66349
1 changed files with 0 additions and 2 deletions
|
|
@ -118,8 +118,6 @@ NewLine:mov $'\r',%al
|
||||||
|
|
||||||
Read: mov %bp,%dx # Get cached character
|
Read: mov %bp,%dx # Get cached character
|
||||||
call GetToken
|
call GetToken
|
||||||
jmp GetObject
|
|
||||||
|
|
||||||
GetObject: # called just after GetToken
|
GetObject: # called just after GetToken
|
||||||
cmp $'(',%al
|
cmp $'(',%al
|
||||||
je GetList
|
je GetList
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue