mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +00:00
shave one byte
This commit is contained in:
parent
c2a2561366
commit
74b20f759e
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
|
@ -67,7 +67,8 @@ _begin: mov $g_mem,%cx
|
||||||
pop %es
|
pop %es
|
||||||
pop %ss
|
pop %ss
|
||||||
mov %cx,%sp
|
mov %cx,%sp
|
||||||
mov $NIL,ONE
|
inc %ax
|
||||||
|
xchg %ax,ONE # mov $NIL,ONE
|
||||||
main: mov $'\n',%dl
|
main: mov $'\n',%dl
|
||||||
call GetToken
|
call GetToken
|
||||||
call GetObject
|
call GetObject
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue