Difference between revisions of "Substore"
From WikiManual
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 | ''Given'' 10 .up store |
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