*R

Top  Previous  Next

 

Accu 1 and accu 2 are multiplied 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 multiplying. 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