figForth Word - D!
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
D! d addr —
Store d as a double precision integer to address addr
NFA: 0027FA 82 DB 82H
0027FB 44 DB "D"
0027FC A1 DB '!'+80H
LFA: 0027FD EC27 DW STORE-4
CFA: 0027FF 0128 DSTOR: DW $+2
PFA: 002801 E1 POP HL
002802 D1 POP DE
002803 73 LD (HL),E
002804 23 INC HL
002805 72 LD (HL),D
002806 23 INC HL
002807 D1 POP DE
002808 73 LD (HL),E
002809 23 INC HL
00280A 72 LD (HL),D
00280B C3 E2 20 JP NEXT