figForth Word - SP!
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
SP!
Initialise the stack pointer from S0
NFA: 0024D4 83 DB 83H
0024D5 5350 DB "SP"
0024D7 A1 DB '!'+80H
LFA: 0024D8 C524 DW SPAT-6
CFA: 0024DA DC24 SPSTO: DW $+2
PFA: 0024DC 2AFDFF LD HL,(UP)
0024DF 110800 LD DE,8
0024E2 19 ADD HL,DE
0024E3 5E LD E,(HL)
0024E4 23 INC HL
0024E5 56 LD D,(HL)
0024E6 EB EX DE,HL
0024E7 F9 LD SP,HL
0024E8 C3 E2 20 JP NEXT