680x0:Condition codes

From Amiga Coding
Revision as of 21:19, 23 October 2007 by Spellcoder (talk | contribs) (New page: Condition codes are used in branch instructions Bcc and DBcc.<br /> Replace the cc with any of the following codes: <table class="sortable"> <tr><th>cc</th><th>meaning</th><th>bitcode</t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Condition codes are used in branch instructions Bcc and DBcc.
Replace the cc with any of the following codes:


ccmeaningbitcode
CCCarry clear0100
CSCarry set0101
EQEqual0111
FFalse0001
GEGreater then or equal1100
GTGreater then1110
HIHigh0010
LELess then or equal1111
LSLow or same0011
LTLess then1101
MIMinus1011
NENot equal0110
PLPlus1010
TTrue0000
VCNo overflow1000
VSOverflow1001