Instructions
www.ti.com
MOV16 mem16, RaH
Move 16-bit Floating-Point Register Contents to Memory
Operands
mem16
points to the 16-bit destination memory
RaH
floating-point source register (R0H to R7H)
Opcode
LSW: 1110 0010
0001 0011
MSW: 0000 0aaa
mem16
Description
Move 16-bit value from the lower 16-bits of the floating-point register (RaH[15:0]) to the
location pointed to by mem16.
[mem16] = RaH[15:0]
Flags
No flags STF flags are affected.
Flag
TF
ZI
NI
ZF
NF
LUF
LVF
Modified
No
No
No
No
No
No
No
Pipeline
This is a single-cycle instruction.
Example
MOVW
DP, #0x02C0
; DP = 0x02C0
MOVXI
R4H,#0x0003
; R4H = 3.0 (0x0003)
MOV16
@0, R4H
; [0x00B000] = 3.0 (0x0003)
See also
Instruction Set
78
SPRUEO2A – June 2007 – Revised August 2008
Summary of Contents for TMS320C28 series
Page 2: ...2 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...
Page 12: ...Introduction 12 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...
Page 20: ...CPU Register Set 20 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...
Page 136: ...Instruction Set 136 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...