Difference between revisions of "Substore"
From WikiManual
(Created page with "Works like sub but the second variable passed is a memory location and data is subtracted directly into location.") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Works like sub but the second variable passed is a memory location and data is subtracted directly into location. | Works like sub but the second variable passed is a memory location and data is subtracted directly into location. | ||
+ | examples: | ||
+ | |||
+ | ''Given'' 10 .up store | ||
+ | |||
+ | 1 .up substore ''same as'' *.up 1 sub .up store ''is equal to'' 9 | ||
+ | |||
+ | 2 .up substore ''same as'' *.up 2 sub .up store ''is equal to'' 8 |
Latest revision as of 09:31, 1 July 2014
Works like sub but the second variable passed is a memory location and data is subtracted directly into location. examples:
Given 10 .up store
1 .up substore same as *.up 1 sub .up store is equal to 9
2 .up substore same as *.up 2 sub .up store is equal to 8