mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-25 14:37:42 +00:00
Shave two bytes
This commit is contained in:
parent
36678457f3
commit
9ca97d2ea7
1 changed files with 0 additions and 2 deletions
|
|
@ -109,10 +109,8 @@ PrintObject: # PrintObject(x:si)
|
||||||
Print: test %si,%si
|
Print: test %si,%si
|
||||||
jz NewLine
|
jz NewLine
|
||||||
mov (%si),%si # ax = Car(Cdr(e))
|
mov (%si),%si # ax = Car(Cdr(e))
|
||||||
push %dx
|
|
||||||
call PrintObject
|
call PrintObject
|
||||||
xchg %dx,%ax
|
xchg %dx,%ax
|
||||||
pop %dx
|
|
||||||
ret
|
ret
|
||||||
|
|
||||||
NewLine:mov $'\r',%al
|
NewLine:mov $'\r',%al
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue