figForth Word - I
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
I — n C,L0 Used within a DO-LOOP to copy the loop index to the stack. Other use is implementation dependent. See R
NFA: 00224E 81 DB 81H
00224F C9 DB 'I'+80H
LFA: 002250 2F22 DW XDO-7
CFA: 002252 5422 IDO: DW $+2
PFA: 002254 2AFBFF LD HL,(RPP)
002257 5E IDO1: LD E,(HL)
002258 23 INC HL
002259 56 LD D,(HL)
00225A D5 PUSH DE
00225B C3 E2 20 JP NEXT