shave one byte

This commit is contained in:
Peter Ferrie 2021-11-08 09:51:36 -08:00
parent c2a2561366
commit 74b20f759e
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -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