mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
Shave one byte
This commit is contained in:
parent
829ed4f398
commit
72b037de93
1 changed files with 1 additions and 2 deletions
|
|
@ -109,12 +109,11 @@ Print: mov (%si),%si # si = Cdr(e)
|
|||
mov (%si),%ax # ax = Car(Cdr(e))
|
||||
EvalPrint:
|
||||
call Eval
|
||||
push %ax
|
||||
push %dx
|
||||
xchg %ax,%si
|
||||
call PrintObject
|
||||
xchg %dx,%ax
|
||||
pop %dx
|
||||
pop %ax
|
||||
ret
|
||||
|
||||
Read: push %dx
|
||||
|
|
|
|||
Loading…
Reference in a new issue