corrected BREAK example
[rrq/rrqforth.git] / adoc / p_2get.adoc
1 // memory.asm:  WORD p_2get, '2@',fasm
2
3 anchor:p_2get[]
4
5 === Word: 2@
6
7 ....
8 Data stack: ( a -- v2 v1 )
9 ....
10
11 "2@" is a function word that pushes the two concecutive values v1 and
12 v2 from the address a onto the data stack. Value v1 is from address a
13 and value v2 is from address a + 8.
14