mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +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
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue