ce3b2947a0b110ccc7d12d3b9f7c38903c7d9b34
[rrq/rrqforth.git] / adoc / p_2put.adoc
1 // memory.asm:  WORD p_2put, '2!',fasm
2
3 anchor:p_2out[]
4
5 === Word: 2!
6
7 ....
8 Data stack: ( v2 v1 a -- )
9 ....
10
11 "2!" is a function word that stors two concecutive values v1 and v2 to
12 the address a from the data stack. Value v1 is stored at address a and
13 value v2 is stored at address a + 8.