home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / program / 68k_crib / branches.pi3 (.png) < prev   
Degas High Resolution Picture (PI)  |  1990-09-30  |  31.3 KB  |  640x400  |  1-bit (2 colors)
   ocr: Branches taken THO's complement General purpose Syntax: NVZ cmp <ea>,Dn BGE 11x C Effect: 00x BCC 1 0 set temp CC := Dn - <ea> BCS BGT 110 000 Z where inaccessible, temp is BLE xx1 BEQ 1 10x BNE 0 Thus, if: 01x n=3 BLT 10x N d3 =5 5 n,d3 01x BMI 1 cmp label BPL 0 bgt (Includes zero) will be taken! Unsigned V Despite the fact that: CV BUC 0 N<D3 BHI 00 BUS 1 BLS 1x NZVC x - Don't care x1 BRA XXXX MLH 9/24/90 9/30/90