w is the cell stored at a_addr.
Store w into the cell at a-addr.
Add n to the cell at a-addr.
Fetch w2 from a_addr, then store w1 there.
There is also atomic!@
(see Hardware operations for multi-tasking).
Fetch u2 from a_addr, then increment this location by u1.
There is also atomic+!@
(see Hardware operations for multi-tasking).
c is the char stored at c_addr.
Store c into the char at c-addr.
w2 is the content of the cell stored at a-addr, w1 is the content of the next cell.
Store w2 into the cell at c-addr and w1 into the next cell.
r is the float at address f-addr.
Store r into the float at address f-addr.
Fetch the single-precision IEEE floating-point value r from the address sf-addr.
Store r as single-precision IEEE floating-point value to the address sf-addr.
Fetch the double-precision IEEE floating-point value r from the address df-addr.
Store r as double-precision IEEE floating-point value to the address df-addr.