![Texas Instruments TMS320C67 DSP Series Reference Manual Download Page 140](http://html1.mh-extra.com/html/texas-instruments/tms320c67-dsp-series/tms320c67-dsp-series_reference-manual_1095598140.webp)
Negate (Pseudo-Operation)
NEG
3-93
TMS320C62x/C67x Fixed-Point Instruction Set
Syntax
NEG (.unit)
src, dst
.unit = .L1, .L2, .S1, .S2
Opcode map field used... For operand type...
Unit
Opfield
src
dst
xsint
sint
.S1, .S2
010110
src
dst
xsint
sint
.L1, .L2
0000110
src
dst
slong
slong
.L1, .L2
0100100
Opcode
See SUB instruction.
Description
This is a pseudo operation used to negate
src and place in dst. The assembler
uses the operation SUB 0,
src, dst to perform this task.
Execution
if (cond) 0
–s src
→
dst
else nop
Instruction Type
Single-cycle
Delay Slots
0