-sign


The term value 2 complement is sought.

[Function]

Returns the value of the term of an expression by the two's complement.

[Application example]

NO      .set    -1      ; (1)

(1)

-1 becomes the two's complement of 1.
0000 0000 0000 0000 0000 0000 0000 0001 becomes:
1111 1111 1111 1111 1111 1111 1111 1111
Therefore, with the .set directive, the value "0xFFFFFFFF" is defined in the symbol "NO".