User Tools

Site Tools


en-us_products:mpino_studio2:box_functions:arithmetic:mod

MOD Box Function

Modulo

Category: Arithmetic Box Functions

Behavior

Divides the first value by the second and stores the remainder.

Syntax and Arguments

Syntax: MOD D0 D1 D2

  • 1st = S1: address or constant (dividend)
  • 2nd = S2: address or constant (divisor, must not be 0)
  • 3rd = D: remainder destination address

Behavior Example

Run condition Before Command entered Expected result
Left condition ON D0=12, D1=5 MOD D0 D1 D2 D2=2

Inputs and results for Arithmetic Box Functions

Cautions

  • Make sure the result stays within the value range of the destination memory.
  • Do not use zero as the second source.

Box Functions in the Same Category

en-us_products/mpino_studio2/box_functions/arithmetic/mod.txt · Last modified: by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki