elixush v0.0.3 Elixush.Instructions.Integer
Summary
Functions
Pushes the sum of the top two items
Pushes the quotient of the top two items. Does nothing if the denominator would be zero
Returns a function that pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack
Returns a function that pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack
Pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack
Returns a function that pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack
Returns a function that pushes the maximum of the top two items
Returns a function that pushes the minimum of the top two items
Pushes the modulus of the top two items. Does nothing if the denominator would be zero
Pushes the product of the top two items
Pushes the difference of the top two items
Functions
Pushes the quotient of the top two items. Does nothing if the denominator would be zero.
Returns a function that pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack.
Returns a function that pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack.
Pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack.
Returns a function that pushes the result of comparator of the top two items on the ':integer' stack onto the boolean stack.
Pushes the modulus of the top two items. Does nothing if the denominator would be zero.