mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-01 10:05:47 +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 %ss
|
||||
mov %cx,%sp
|
||||
mov $NIL,ONE
|
||||
inc %ax
|
||||
xchg %ax,ONE # mov $NIL,ONE
|
||||
main: mov $'\n',%dl
|
||||
call GetToken
|
||||
call GetObject
|
||||
|
|
|
|||
Loading…
Reference in a new issue