TC1796
System Units (Vol. 1 of 2)
Peripheral Control Processor (PCP)
User’s Manual 11-94 V2.0, 2007-07
PCP, V2.0
11.11.22 MOV, Move Register to Register
MOV Syntax MOV Rb, Ra, cc_A
Description If condition CONDCA is true, then move the contents of
register Ra into register Rb. If CONDCA is false, no operation
is performed.
Operation if (CONDCA = True) then R[b] = R[a] else NOP
Flags N, Z