Simple Calculation: a + 4 * b + 8 * c (Input: a=500, b=5002, c=504, Output= 506)insert program
Multiplication of two 16 bit numbers
Multiplication of two 16 bit numbers (in cache 500,501 and 502,503) in two's complement (2's complement). result: 32 bit (also in two's complement) in 4 cache-cells 504,505,506,507insert program
Multiplication of two 16 bit numbers (constant calculation time)
Multiplication of two 16 bit numbers (in cache 500,501 and 502,503) in two's complement (2's complement). result: 32 bit (also in two's complement) in 4 cache-cells 504,505,506,507insert program