Texas Instruments TMS320C6000 Series Reference Manual page 139

Table of Contents

Advertisement

MVKH/MVKLH
Move 16-Bit Constant Into the Upper Bits of a Register
Example 1
Example 2
3-92
Note:
To load 32-bit constants, such as 0x1234 5678, use the following pair of
instructions:
MVK
0x5678
MVKLH 0x1234
You could also use:
MVK
0x12345678
MVKH
0x12345678
If you are loading the address of a label, use:
MVK
label
MVKH
label
MVKH .S1
0A329123h,A1
Before instruction
A1 0000 7634h
MVKLH .S1
7A8h,A1
Before instruction
A1 FFFF F25Ah
1 cycle after instruction
A1 0A32 7634h
1 cycle after instruction
A1 07A8 F25Ah

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C6000 Series and is the answer not in the manual?

This manual is also suitable for:

Tms320c67 seriesTms320c62 series

Table of Contents