mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-04-27 14:57:41 +00:00
Have Apply call Assoc
This commit is contained in:
parent
540034fd2f
commit
ec8c0ce6df
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ Gc: cmp %dx,%di # Gc(x:di,A:dx,B:si):ax
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.resolv:push %si
|
.resolv:push %si
|
||||||
call Eval # do (fn si) → ((λ ...) si)
|
call Assoc # do (fn si) → ((λ ...) si)
|
||||||
pop %si
|
pop %si
|
||||||
Apply: test %ax,%ax # Apply(fn:ax,x:si:a:dx):ax
|
Apply: test %ax,%ax # Apply(fn:ax,x:si:a:dx):ax
|
||||||
jns .switch # jump if atom
|
jns .switch # jump if atom
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue