additional part-cell primitives
[rrq/rrqforth.git] / adoc / p_Dput.adoc
1 // memory.asm:  WORD p_Dput, 'D!',fasm
2
3 anchor:p_Dput[]
4
5 === Word: D!
6
7 ....
8 Data stack: ( v a -- )
9 ....
10
11 "D!" is a function word that stores the "doublw word" (4-byte) value v
12 (the four least significant bytes of the cell) at the address a.
13