Difference between revisions of "Addstore"
From WikiManual
(Created page with "Works like add but the second variable passed is a memory location and data is added directly into location.") |
|||
Line 1: | Line 1: | ||
Works like add but the second variable passed is a memory location and data is added directly into location. | Works like add but the second variable passed is a memory location and data is added directly into location. | ||
+ | examples: | ||
+ | 10 .up store | ||
+ | 1 .up addstore ''same as'' *.up 1 add .up store ''is equal to'' 11 | ||
+ | 2 .up addstore ''same as'' *.up 2 add .up store ''is equal to'' 12 |
Revision as of 09:17, 1 July 2014
Works like add but the second variable passed is a memory location and data is added directly into location. examples:
10 .up store 1 .up addstore same as *.up 1 add .up store is equal to 11 2 .up addstore same as *.up 2 add .up store is equal to 12