add a note

FossilOrigin-Name: 10d4b88c51339262b91262fd5631eced0418825de29cd262a563d1a6169c0d09
This commit is contained in:
crc 2017-10-24 21:03:00 +00:00
parent a6b48ef0ce
commit 2fcffa911e

View file

@ -157,10 +157,17 @@ With the @ and ! prefixes this can become:
@Name #10 * !Name
When compiling, these will generate packed Nga instructions
corresponding to:
lit + fetch + nop + nop 'life.... #3841
lit + store + nop + nop 'list.... #4097
~~~
:prefix:@ (s-n)
d:lookup d:xt fetch
&Compiler fetch [ #3841 , , ] [ fetch ] choose ; immediate
:prefix:! (s-n)
d:lookup d:xt fetch
&Compiler fetch [ #4097 , , ] [ store ] choose ; immediate