mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
Shave 2 bytes
This commit is contained in:
parent
ef4f143680
commit
90903662a9
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ PrintObject: # PrintObject(x:si)
|
|||
jnz .PrintString # -> ret
|
||||
ret
|
||||
|
||||
Read: call GetChar
|
||||
Read: xchg %dx,%ax
|
||||
call GetToken
|
||||
GetObject: # called just after GetToken
|
||||
cmp $'(',%al
|
||||
|
|
|
|||
Loading…
Reference in a new issue