FORTH
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
FORTH P,L1 The name of the primary vocabulary. Execution makes FORTH the CONTEXT vocabulary. Until additional user vocabularies are defined, new user definitions become a part of FORTH. FORTH is immediate, so it will execute during the creation of a colon-definition, to select this vocabulary at compile time
NFA: 002936 C5 DB 0C5H
002937 464F5254 DB "FORT"
00293B C8 DB 'H'+80H
LFA: 00293C CF28 DW VOCAB-0DH
CFA: 00293E DF6B FORTH: DW DODOE ; DOES>
PFA: 002940 2A29 DW DOVOC ; VOCABULARY
002942 04 DB 4