figForth Word - FILL
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
NFA: 0069BD 84 DB 84H
0069BE 46494C DB "FIL"
0069C1 CC DB 'L'+80H
LFA: 0069C2 AF69 DW ROT-6
CFA: 0069C4 C669 FILL: DW $+2
PFA: 0069C6 69 LD L,C
0069C7 60 LD H,B
0069C8 D1 POP DE
0069C9 C1 POP BC
0069CA E3 EX (SP),HL
0069CB EB EX DE,HL
0069CC 78 FILL1: LD A,B
0069CD B1 OR C
0069CE CA D8 69 JP Z,FILL2
0069D1 7D LD A,L
0069D2 12 LD (DE),A
0069D3 13 INC DE
0069D4 0B DEC BC
0069D5 C3 CC 69 JP FILL1
0069D8 C1 FILL2: POP BC
0069D9 C3 E2 20 JP NEXT