Manual

PoBlocks user manual (March 31, 2014)
25
www.poscope.com
C (32-bit integer): Third variable C
D (32-bit integer): Forth variable D
Outputs
Sum (32-bit integer): Sum of A and B
Properties
Inputs (Integer, 2 to 4): Number of inputs
Remarks
None
16.13. Algebra - Subtract
Description
Difference of two inputs
Inputs
A (32-bit integer): First variable A
B (32-bit integer): Second variable B
Outputs
A - B (32-bit integer): Difference of A and B (A - B)
Properties
None
Remarks
None
16.14. Algebra - Multiply
Description
Product of inputs
Inputs
A (32-bit integer): First variable A
B (32-bit integer): Second variable B
C (32-bit integer): Third variable C
D (32-bit integer): Forth variable D
Outputs
Product (32-bit integer): Product of inputs
Properties
Inputs (Integer, 2 to 4): Number of inputs
Remarks
None
16.15. Algebra - Divide
Description
Division of two inputs
Inputs
A (32-bit integer): First variable A
B (32-bit integer): Second variable B
Outputs
A / B (32-bit integer): Division result of A and B (A / B)
Properties
None
Remarks
Division by zero triggers a Division by zero exception in PoIL core. To stop this from
happening, 'Disable division by zero exception' must be enabled in project properties
16.16. Algebra - Modulo
Description
Modulo operation of two inputs
Inputs
A (32-bit integer): First variable A
B (32-bit integer): Second variable B
Outputs
A mod B (32-bit integer): Modulo operation result (A modulo B)