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@ — addr d SUPPLEMENTAL Leave on the stack the contents of the four consecutive bytes beginning at addr, as for a double number
NFA: 002799 82 DB 82H
00279A 44 DB "D"
00279B C0 DB '@'+80H
LFA: 00279C 8B27 DW AT-4
CFA: 00279E A027 DAT: DW $+2
PFA: 0027A0 E1 POP HL
0027A1 5E LD E,(HL)
0027A2 23 INC HL
0027A3 56 LD D,(HL)
0027A4 D5 PUSH DE
0027A5 FDE1 POP IY
0027A7 23 INC HL
0027A8 5E LD E,(HL)
0027A9 23 INC HL
0027AA 56 LD D,(HL)
0027AB D5 PUSH DE
0027AC FDE5 PUSH IY
0027AE C3 E2 20 JP NEXT