Atari Logo
Atari Computer

Hauptseite -
Welches System? -
Hardware -
Software -
Emulatoren -
Internet
MausNet
Programmieren
Verweise
Über

Assembler

Previous Next TOC

NAME MOVE to CCR -- Source -> CCR
SYNOPSIS
MOVE<ea>,CCR
Size = (Word)
FUNCTION The content of the source operand is moved to the condition codes. The source operand is a word, but only the low order byte is used to update the condition codes. The high order byte is ignored.
FORMAT
1514131211109876543210
0100010011MODEREGISTER
 <ea>
REGISTER <ea> specifies source operand, addressing modes allowed are:
Addressing ModeModeRegister
Dn000No reg. Dn
An--
(An)010No reg. An
(An)+011No reg. An
-(An)100No reg. An
(d16,An)101No reg. An
(d8,An,Xi)110No reg. An
(bd,An,Xi)110No reg. An
([bd,An,Xi]od)110No reg. An
([bd,An],Xi,od)110No reg. An
Abs.W111000
Abs.L111001
(d16,PC)111010
(d8,PC,Xi)111011
(bd,PC,Xi)111011
([bd,PC,Xi],od)111011
([bd,PC],Xi,od)111011
#data111100
RESULT
X-Set the same as bit 4 of the source operand.
N-Set the same as bit 3 of the source operand.
Z-Set the same as bit 2 of the source operand.
V-Set the same as bit 1 of the source operand.
C-Set the same as bit 0 of the source operand.
SEE ALSO MOVE from CCR


Best viewed with any browser English version not yet available.

Änderungen und Irrtümer vorbehalten. Letzte Änderung:
14 September 2001.
Home - Mail an den Webmaster - Impressum