+R

Top  Previous  Next

 

The numbers in accu 1 and accu 2 are multiplied as REAL-numbers and the result is stored in accu 1. It is important that both operands are already in the REAL-format. If one of the operands is loaded as Int or DInt it will have to be changed into a REAL-number with DTR before adding. If an operand that is loaded as Int can be negative it will also have to be extended to the Dword-format with ITD before.

 

 L        MD 40

 L        2.0                // The point is important!

 +R

 T        MD 44                // in MD 44 is now displayed MD40 + 2.0

 

See also:

EN-input and ENO-output

+D

+I

-R

*R

/R

NEGR

ABS

Trigonometrical operations

 

List of operations