Stereo System User Manual
Individual Instruction Descriptions
4-129
Assembly Language Instructions
4.14.36 MOVT Move Tag From Source to Destination
Syntax
[label] name dest, src
Clock, 
clk
Word, 
w
With RPT, 
clk
Class
MOVT {
adrs
}, TF
n
Table 4–46 Table 4–46 5
Execution
dest
 ⇐ 
src
PC ⇐ PC + 
w
Flags Affected None
Opcode
Instructions 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
MOVT {
adrs
}, TF
n
1 1 0 1 0 1 1 1
fig adrs
x
dma16
 (for direct) or 
offset16
 (long relative) [see section 4.13]
Description Move  TF
n
 from STAT register to memory tag. All addressing modes are
available.
See Also MOVU, MOV, MOVT, MOVB, MOVBS, MOVS
Example 4.14.32.1 MOVT *R3++, TF2
Copy the TF2 flag bit to the 17
th
 bit of the word pointed by R3. Increment R3 by 2.










