Difference between revisions of "Substore"

From WikiManual
Jump to: navigation, search
(Created page with "Works like sub but the second variable passed is a memory location and data is subtracted directly into location.")
 
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.
 +
 +
''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

Revision as of 10:25, 1 July 2014

Works like sub but the second variable passed is a memory location and data is subtracted directly into location.

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