figForth Word - RP!
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
RP! A computer dependent proceedure to initialize the return stack pointer from user variable R0
NFA: 0024F9 83 DB 83H
0024FA 5250 DB "RP"
0024FC A1 DB '!'+80H
LFA: 0024FD EB24 DW RPAT-6
CFA: 0024FF 0125 RPSTO: DW $+2
PFA: 002501 2AFDFF LD HL,(UP)
002504 110600 LD DE,6
002507 19 ADD HL,DE
002508 5E LD E,(HL)
002509 23 INC HL
00250A 56 LD D,(HL)
00250B EB EX DE,HL
00250C 22FBFF LD (RPP),HL
00250F C3 E2 20 JP NEXT