mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
Shave two bytes (now 456 bytes)
This commit is contained in:
parent
d587ce19d1
commit
3d19d8d9f2
1 changed files with 1 additions and 2 deletions
|
|
@ -311,8 +311,7 @@ Eval: push %dx # Eval(e:ax,a:dx):ax w/ gc
|
|||
call Gc
|
||||
pop %si
|
||||
mov %dx,%di
|
||||
mov g_mem,%cx
|
||||
sub %si,%cx
|
||||
sub %si,%cx # cx = g_mem - si
|
||||
rep movsb
|
||||
mov %di,g_mem
|
||||
pop %dx
|
||||
|
|
|
|||
Loading…
Reference in a new issue