figForth Word - ! "Store"
Some parts of this page/site are currently incomplete & will be updated asap
Other parts will change continually so use “Refresh” in your browser !!
There is extensive use of “Tooltips” text to support learning which do
not seem to render on a Smartphone
! n addr ---
Store 16 bits of n at address addr. Pronounced "store"
hgfghf
NFA: 0027EC 81 DB 81H
0027ED A1 DB '!'+80H
LFA: 0027EE DA27 DW PAT-5
CFA: 0027F0 F227 STORE: DW $+2
PFA: 0027F2 E1 POP HL
0027F3 D1 POP DE
0027F4 73 LD (HL),E
0027F5 23 INC HL
0027F6 72 LD (HL),D
0027F7 C3 E2 20 JP NEXT