Atari Logo
Atari Computer

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

Assembler

Previous Next TOC

NAME Scc -- Conditional set
SYNOPSIS
Scc<ea>
Size = (Byte)
FUNCTION If condition is true then byte addressed by <ea> is set to $FF, else byte addressed by <ea> is set to $00.

Condition code 'cc' specifies one of the following:
0000 F FalseZ = 11000 VC oVerflow ClearV = 0
0001 T TrueZ = 01001 VS oVerflow SetV = 1
0010 HI HIghC + Z = 01010 PL PLusN = 0
0011 LS Low or SameC + Z = 11011 MI MInusN = 1
0100 CC Carry ClearC = 01100 GE Greater or EqualN (+) V = 0
0101 CS Carry SetC = 11101 LT Less ThanN (+) V = 1
0110 NE Not EqualZ = 01110 GT Greater ThanZ + (N (+) V) = 0
0111 EQ EQualZ = 11111 LE Less or EqualZ + (N (+) V) = 1

FORMAT
1514131211109876543210
0101cc CONDITION11MODEREGISTER
 <ea>
REGISTER <ea> specifies operand to set, 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
Addressing ModeModeRegister
Abs.W111000
Abs.L111001
(d16,PC)--
(d8,PC,Xi)--
(bd,PC,Xi)--
([bd,PC,Xi],od)--
([bd,PC],Xi,od)--
#data--
RESULT None.


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