Difference between revisions of "Ceilstore"

From WikiManual
Jump to: navigation, search
(Created page with "Works like ceil but the second variable passed is a memory location and data is modified directly into location.")
 
 
Line 1: Line 1:
 
Works like ceil but the second variable passed is a memory location and data is modified directly into location.
 
Works like ceil but the second variable passed is a memory location and data is modified directly into location.
 +
 +
''Given'' 1 .up store
 +
 +
2 .up ceilstore ''same as'' *.up 2 ceil .up store ''is equal to'' 1
 +
 +
''Given'' 16 .up store
 +
 +
2 .up ceilstore ''same as'' *.up 2 ceil .up store''is equal to'' 2

Latest revision as of 10:39, 1 July 2014

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

Given 1 .up store
2 .up ceilstore same as *.up 2 ceil .up store is equal to 1
Given 16 .up store
2 .up ceilstore same as *.up 2 ceil .up storeis equal to 2