figForth Word - EXECUTE
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
Execute to make a computer program or instruction work (“run”)
EXECUTE addr —
Execute the definition whose code field address is on the stack
The code field address is also called the compilation address
NFA: 0021A9 87 DB 87H
0021AA 45584543 5554 DB "EXECUT"
0021B0 C5 DB 'E'+80H
LFA: 0021B1 5F21 DW DOTS-5
CFA: 0021B3 B521 EXEC: DW $+2
PFA: 0021B5 E1 POP HL
0021B6 C3 EB 20 JP NEXT1