1. Absolute value ABSF

1. Absolute value ABSF

1.1. Instruction Description

The instruction (ABSF) takes a 32-bit floating-point input (IN) and outputs a 32-bit floating-point result (OUT). According to the polarity of the input, the original value is output when the input is positive, and the opposite value is output when the input is negative.

1.2. The valid operands of the instruction

Input/Output Data Type operand Description
IN 32-bit real number D/K/FD, local variable (LF) input
OUT 32-bit real number D/FD, local variable (LF) output

1.3. Example

Command table:

NETWORK 000

LD M100

ABSF D0 D10

ABSF

图1 ABSF