Icon

Math

This directory contains 6 workflows.

Add (Byte) 

Adds two bytes together to produce a sum.

Add (Word) 

Adds two words together to produce a sum.

Increment (Byte) 

Increment 8 bit value by one.

Increment (Word) 

Increment 16 bit value by one.

Subtract (Byte) 

Subtract the second number from the first.

Subtract (Word) 

Subtract the second number from the first.