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