mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +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
|
||||
jz NewLine
|
||||
mov (%si),%si # ax = Car(Cdr(e))
|
||||
push %dx
|
||||
call PrintObject
|
||||
xchg %dx,%ax
|
||||
pop %dx
|
||||
ret
|
||||
|
||||
NewLine:mov $'\r',%al
|
||||
|
|
|
|||
Loading…
Reference in a new issue