projects
/
rrq
/
rrqforth.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
identify TEMPUSED properly
[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