Annotation of nono/m680x0/m680x0ops.h, revision 1.1

1.1     ! root        1: OP_PROTO(ori_b);
        !             2: OP_PROTO(ori_w);
        !             3: OP_PROTO(ori_l);
        !             4: OP_PROTO(cmp2chk2_b);
        !             5: OP_PROTO(btst_dn_ea);
        !             6: OP_PROTO(bchg_dn_ea);
        !             7: OP_PROTO(bclr_dn_ea);
        !             8: OP_PROTO(bset_dn_ea);
        !             9: OP_PROTO(andi_b);
        !            10: OP_PROTO(andi_w);
        !            11: OP_PROTO(andi_l);
        !            12: OP_PROTO(cmp2chk2_w);
        !            13: OP_PROTO(subi_b);
        !            14: OP_PROTO(subi_w);
        !            15: OP_PROTO(subi_l);
        !            16: OP_PROTO(cmp2chk2_l);
        !            17: OP_PROTO(addi_b);
        !            18: OP_PROTO(addi_w);
        !            19: OP_PROTO(addi_l);
        !            20: OP_PROTO(callm);
        !            21: OP_PROTO(btst_imm_ea);
        !            22: OP_PROTO(bchg_imm_ea);
        !            23: OP_PROTO(bclr_imm_ea);
        !            24: OP_PROTO(bset_imm_ea);
        !            25: OP_PROTO(eori_b);
        !            26: OP_PROTO(eori_w);
        !            27: OP_PROTO(eori_l);
        !            28: OP_PROTO(cas_b);
        !            29: OP_PROTO(cmpi_b);
        !            30: OP_PROTO(cmpi_w);
        !            31: OP_PROTO(cmpi_l);
        !            32: OP_PROTO(cas_w);
        !            33: OP_PROTO(moves_b);
        !            34: OP_PROTO(moves_w);
        !            35: OP_PROTO(moves_l);
        !            36: OP_PROTO(cas_l);
        !            37: OP_PROTO(move_b_ea_dn);
        !            38: OP_PROTO(move_b_ea_anin);
        !            39: OP_PROTO(move_b_ea_anpi);
        !            40: OP_PROTO(move_b_ea_anpd);
        !            41: OP_PROTO(move_b_ea_andi);
        !            42: OP_PROTO(move_b_ea_anix);
        !            43: OP_PROTO(move_b_ea_absw);
        !            44: OP_PROTO(move_b_ea_absl);
        !            45: OP_PROTO(move_l_ea_dn);
        !            46: OP_PROTO(movea_l);
        !            47: OP_PROTO(move_l_ea_anin);
        !            48: OP_PROTO(move_l_ea_anpi);
        !            49: OP_PROTO(move_l_ea_anpd);
        !            50: OP_PROTO(move_l_ea_andi);
        !            51: OP_PROTO(move_l_ea_anix);
        !            52: OP_PROTO(move_l_ea_absw);
        !            53: OP_PROTO(move_l_ea_absl);
        !            54: OP_PROTO(move_w_ea_dn);
        !            55: OP_PROTO(movea_w);
        !            56: OP_PROTO(move_w_ea_anin);
        !            57: OP_PROTO(move_w_ea_anpi);
        !            58: OP_PROTO(move_w_ea_anpd);
        !            59: OP_PROTO(move_w_ea_andi);
        !            60: OP_PROTO(move_w_ea_anix);
        !            61: OP_PROTO(move_w_ea_absw);
        !            62: OP_PROTO(move_w_ea_absl);
        !            63: OP_PROTO(negx_b);
        !            64: OP_PROTO(negx_w);
        !            65: OP_PROTO(negx_l);
        !            66: OP_PROTO(move_sr_ea);
        !            67: OP_PROTO(chk_l);
        !            68: OP_PROTO(chk_w);
        !            69: OP_PROTO(lea);
        !            70: OP_PROTO(clr_b);
        !            71: OP_PROTO(clr_w);
        !            72: OP_PROTO(clr_l);
        !            73: OP_PROTO(move_ccr_ea);
        !            74: OP_PROTO(neg_b);
        !            75: OP_PROTO(neg_w);
        !            76: OP_PROTO(neg_l);
        !            77: OP_PROTO(move_ea_ccr);
        !            78: OP_PROTO(not_b);
        !            79: OP_PROTO(not_w);
        !            80: OP_PROTO(not_l);
        !            81: OP_PROTO(move_ea_sr);
        !            82: OP_PROTO(nbcd);
        !            83: OP_PROTO(pea);
        !            84: OP_PROTO(movem_w_mem);
        !            85: OP_PROTO(movem_l_mem);
        !            86: OP_PROTO(tst_b);
        !            87: OP_PROTO(tst_w);
        !            88: OP_PROTO(tst_l);
        !            89: OP_PROTO(tas);
        !            90: OP_PROTO(mul);
        !            91: OP_PROTO(div);
        !            92: OP_PROTO(movem_w);
        !            93: OP_PROTO(movem_l);
        !            94: OP_PROTO(trap);
        !            95: OP_PROTO(jsr);
        !            96: OP_PROTO(jmp);
        !            97: OP_PROTO(addq_b);
        !            98: OP_PROTO(addq_w);
        !            99: OP_PROTO(addq_l);
        !           100: OP_PROTO(scc);
        !           101: OP_PROTO(subq_b);
        !           102: OP_PROTO(subq_w);
        !           103: OP_PROTO(subq_l);
        !           104: OP_PROTO(bra);
        !           105: OP_PROTO(bsr);
        !           106: OP_PROTO(bcc);
        !           107: OP_PROTO(moveq);
        !           108: OP_PROTO(or_b_ea_dn);
        !           109: OP_PROTO(or_w_ea_dn);
        !           110: OP_PROTO(or_l_ea_dn);
        !           111: OP_PROTO(divu_w);
        !           112: OP_PROTO(or_b_dn_ea);
        !           113: OP_PROTO(or_w_dn_ea);
        !           114: OP_PROTO(or_l_dn_ea);
        !           115: OP_PROTO(divs_w);
        !           116: OP_PROTO(sub_b_ea_dn);
        !           117: OP_PROTO(sub_w_ea_dn);
        !           118: OP_PROTO(sub_l_ea_dn);
        !           119: OP_PROTO(suba_w);
        !           120: OP_PROTO(sub_b_dn_ea);
        !           121: OP_PROTO(sub_w_dn_ea);
        !           122: OP_PROTO(sub_l_dn_ea);
        !           123: OP_PROTO(suba_l);
        !           124: OP_PROTO(aline);
        !           125: OP_PROTO(cmp_b);
        !           126: OP_PROTO(cmp_w);
        !           127: OP_PROTO(cmp_l);
        !           128: OP_PROTO(cmpa_w);
        !           129: OP_PROTO(eor_b);
        !           130: OP_PROTO(eor_w);
        !           131: OP_PROTO(eor_l);
        !           132: OP_PROTO(cmpa_l);
        !           133: OP_PROTO(and_b_ea_dn);
        !           134: OP_PROTO(and_w_ea_dn);
        !           135: OP_PROTO(and_l_ea_dn);
        !           136: OP_PROTO(mulu_w);
        !           137: OP_PROTO(and_b_dn_ea);
        !           138: OP_PROTO(and_w_dn_ea);
        !           139: OP_PROTO(and_l_dn_ea);
        !           140: OP_PROTO(muls_w);
        !           141: OP_PROTO(add_b_ea_dn);
        !           142: OP_PROTO(add_w_ea_dn);
        !           143: OP_PROTO(add_l_ea_dn);
        !           144: OP_PROTO(adda_w);
        !           145: OP_PROTO(add_b_dn_ea);
        !           146: OP_PROTO(add_w_dn_ea);
        !           147: OP_PROTO(add_l_dn_ea);
        !           148: OP_PROTO(adda_l);
        !           149: OP_PROTO(asr_b_imm);
        !           150: OP_PROTO(asr_w_imm);
        !           151: OP_PROTO(asr_l_imm);
        !           152: OP_PROTO(asr_w);
        !           153: OP_PROTO(asl_b_imm);
        !           154: OP_PROTO(asl_w_imm);
        !           155: OP_PROTO(asl_l_imm);
        !           156: OP_PROTO(asl_w);
        !           157: OP_PROTO(lsr_w);
        !           158: OP_PROTO(lsl_w);
        !           159: OP_PROTO(roxr_w);
        !           160: OP_PROTO(roxl_w);
        !           161: OP_PROTO(ror_w);
        !           162: OP_PROTO(rol_w);
        !           163: OP_PROTO(bftst);
        !           164: OP_PROTO(bfextu);
        !           165: OP_PROTO(bfchg);
        !           166: OP_PROTO(bfexts);
        !           167: OP_PROTO(bfclr);
        !           168: OP_PROTO(bfffo);
        !           169: OP_PROTO(bfset);
        !           170: OP_PROTO(bfins);
        !           171: OP_PROTO(mmuop);
        !           172: OP_PROTO(fpgen);
        !           173: OP_PROTO(fxcc);
        !           174: OP_PROTO(fbcc_w);
        !           175: OP_PROTO(fbcc_l);
        !           176: OP_PROTO(fsave);
        !           177: OP_PROTO(frestore);
        !           178: OP_PROTO(cinv);
        !           179: OP_PROTO(pflush);
        !           180: OP_PROTO(ptest);
        !           181: OP_PROTO(move16);
        !           182: OP_PROTO(cpsave);
        !           183: OP_PROTO(cprestore);
        !           184: OP_PROTO(illegal);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.