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