summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mc68hc11/hc11ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/mc68hc11/hc11ops.h')
-rw-r--r--src/emu/cpu/mc68hc11/hc11ops.h90
1 files changed, 45 insertions, 45 deletions
diff --git a/src/emu/cpu/mc68hc11/hc11ops.h b/src/emu/cpu/mc68hc11/hc11ops.h
index 68acf514b4b..e6a94d00de1 100644
--- a/src/emu/cpu/mc68hc11/hc11ops.h
+++ b/src/emu/cpu/mc68hc11/hc11ops.h
@@ -49,22 +49,22 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0x18, 0xe4, HC11OP(andb_indy) },
{ 0, 0x48, HC11OP(asla) },
{ 0, 0x58, HC11OP(aslb) },
-// { 0, 0x78, HC11OP(asl_ext) },
-// { 0, 0x68, HC11OP(asl_indx) },
-// { 0x18, 0x68, HC11OP(asl_indy) },
-// { 0, 0x47, HC11OP(asra) },
-// { 0, 0x57, HC11OP(asrb) },
-// { 0, 0x77, HC11OP(asr_ext) },
-// { 0, 0x67, HC11OP(asr_indx) },
-// { 0x18, 0x67, HC11OP(asr_indy) },
+// { 0, 0x78, HC11OP(asl_ext) },
+// { 0, 0x68, HC11OP(asl_indx) },
+// { 0x18, 0x68, HC11OP(asl_indy) },
+// { 0, 0x47, HC11OP(asra) },
+// { 0, 0x57, HC11OP(asrb) },
+// { 0, 0x77, HC11OP(asr_ext) },
+// { 0, 0x67, HC11OP(asr_indx) },
+// { 0x18, 0x67, HC11OP(asr_indy) },
{ 0, 0x24, HC11OP(bcc) },
-// { 0, 0x15, HC11OP(bclr_dir) },
+// { 0, 0x15, HC11OP(bclr_dir) },
{ 0, 0x1d, HC11OP(bclr_indx) },
-// { 0x18, 0x1d, HC11OP(bclr_indy) },
+// { 0x18, 0x1d, HC11OP(bclr_indy) },
{ 0, 0x25, HC11OP(bcs) },
{ 0, 0x27, HC11OP(beq) },
-// { 0, 0x2c, HC11OP(bge) },
-// { 0, 0x2e, HC11OP(bgt) },
+// { 0, 0x2c, HC11OP(bge) },
+// { 0, 0x2e, HC11OP(bgt) },
{ 0, 0x22, HC11OP(bhi) },
{ 0, 0x85, HC11OP(bita_imm) },
{ 0, 0x95, HC11OP(bita_dir) },
@@ -78,21 +78,21 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0x18, 0xe5, HC11OP(bitb_indy) },
{ 0, 0x2f, HC11OP(ble) },
{ 0, 0x23, HC11OP(bls) },
-// { 0, 0x2d, HC11OP(blt) },
+// { 0, 0x2d, HC11OP(blt) },
{ 0, 0x2b, HC11OP(bmi) },
{ 0, 0x26, HC11OP(bne) },
{ 0, 0x2a, HC11OP(bpl) },
{ 0, 0x20, HC11OP(bra) },
{ 0, 0x13, HC11OP(brclr_dir) },
{ 0, 0x1f, HC11OP(brclr_indx) },
-// { 0x18, 0x1f, HC11OP(brclr_indy) },
+// { 0x18, 0x1f, HC11OP(brclr_indy) },
{ 0, 0x21, HC11OP(brn) },
{ 0, 0x12, HC11OP(brset_dir) },
{ 0, 0x1e, HC11OP(brset_indx) },
-// { 0x18, 0x1e, HC11OP(brset_indy) },
-// { 0, 0x14, HC11OP(bset_dir) },
+// { 0x18, 0x1e, HC11OP(brset_indy) },
+// { 0, 0x14, HC11OP(bset_dir) },
{ 0, 0x1c, HC11OP(bset_indx) },
-// { 0x18, 0x1c, HC11OP(bset_indy) },
+// { 0x18, 0x1c, HC11OP(bset_indy) },
{ 0, 0x8d, HC11OP(bsr) },
{ 0, 0x28, HC11OP(bvc) },
{ 0, 0x29, HC11OP(bvs) },
@@ -117,9 +117,9 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0x18, 0xe1, HC11OP(cmpb_indy) },
{ 0, 0x43, HC11OP(coma) },
{ 0, 0x53, HC11OP(comb) },
-// { 0, 0x73, HC11OP(com_ext) },
-// { 0, 0x63, HC11OP(com_indx) },
-// { 0x18, 0x63, HC11OP(com_indy) },
+// { 0, 0x73, HC11OP(com_ext) },
+// { 0, 0x63, HC11OP(com_indx) },
+// { 0x18, 0x63, HC11OP(com_indy) },
{ 0x1a, 0x83, HC11OP(cpd_imm) },
{ 0x1a, 0x93, HC11OP(cpd_dir) },
{ 0x1a, 0xb3, HC11OP(cpd_ext) },
@@ -135,13 +135,13 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0x18, 0xbc, HC11OP(cpy_ext) },
{ 0x1a, 0xac, HC11OP(cpy_indx) },
{ 0x18, 0xac, HC11OP(cpy_indy) },
-// { 0, 0x19, HC11OP(daa) },
+// { 0, 0x19, HC11OP(daa) },
{ 0, 0x4a, HC11OP(deca) },
{ 0, 0x5a, HC11OP(decb) },
{ 0, 0x7a, HC11OP(dec_ext) },
{ 0, 0x6a, HC11OP(dec_indx) },
{ 0x18, 0x6a, HC11OP(dec_indy) },
-// { 0, 0x34, HC11OP(des) },
+// { 0, 0x34, HC11OP(des) },
{ 0, 0x09, HC11OP(dex) },
{ 0x18, 0x09, HC11OP(dey) },
{ 0, 0x88, HC11OP(eora_imm) },
@@ -154,14 +154,14 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0, 0xf8, HC11OP(eorb_ext) },
{ 0, 0xe8, HC11OP(eorb_indx) },
{ 0x18, 0xe8, HC11OP(eorb_indy) },
-// { 0, 0x03, HC11OP(fdiv) },
+// { 0, 0x03, HC11OP(fdiv) },
{ 0, 0x02, HC11OP(idiv) },
{ 0, 0x4c, HC11OP(inca) },
{ 0, 0x5c, HC11OP(incb) },
{ 0, 0x7c, HC11OP(inc_ext) },
{ 0, 0x6c, HC11OP(inc_indx) },
{ 0x18, 0x6c, HC11OP(inc_indy) },
-// { 0, 0x31, HC11OP(ins) },
+// { 0, 0x31, HC11OP(ins) },
{ 0, 0x08, HC11OP(inx) },
{ 0x18, 0x08, HC11OP(iny) },
{ 0, 0x7e, HC11OP(jmp_ext) },
@@ -204,9 +204,9 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0, 0x05, HC11OP(lsld) },
{ 0, 0x44, HC11OP(lsra) },
{ 0, 0x54, HC11OP(lsrb) },
-// { 0, 0x74, HC11OP(lsr_ext) },
-// { 0, 0x64, HC11OP(lsr_indx) },
-// { 0x18, 0x64, HC11OP(lsr_indy) },
+// { 0, 0x74, HC11OP(lsr_ext) },
+// { 0, 0x64, HC11OP(lsr_indx) },
+// { 0x18, 0x64, HC11OP(lsr_indy) },
{ 0, 0x04, HC11OP(lsrd) },
{ 0, 0x3d, HC11OP(mul) },
{ 0, 0x40, HC11OP(nega) },
@@ -235,25 +235,25 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0x18, 0x38, HC11OP(puly) },
{ 0, 0x49, HC11OP(rola) },
{ 0, 0x59, HC11OP(rolb) },
-// { 0, 0x79, HC11OP(rol_ext) },
-// { 0, 0x69, HC11OP(rol_indx) },
-// { 0x18, 0x69, HC11OP(rol_indy) },
+// { 0, 0x79, HC11OP(rol_ext) },
+// { 0, 0x69, HC11OP(rol_indx) },
+// { 0x18, 0x69, HC11OP(rol_indy) },
{ 0, 0x46, HC11OP(rora) },
{ 0, 0x56, HC11OP(rorb) },
-// { 0, 0x76, HC11OP(ror_ext) },
-// { 0, 0x66, HC11OP(ror_indx) },
-// { 0x18, 0x66, HC11OP(ror_indy) },
+// { 0, 0x76, HC11OP(ror_ext) },
+// { 0, 0x66, HC11OP(ror_indx) },
+// { 0x18, 0x66, HC11OP(ror_indy) },
{ 0, 0x3b, HC11OP(rti) },
{ 0, 0x39, HC11OP(rts) },
{ 0, 0x10, HC11OP(sba) },
{ 0, 0x82, HC11OP(sbca_imm) },
-// { 0, 0x92, HC11OP(sbca_dir) },
-// { 0, 0xb2, HC11OP(sbca_ext) },
+// { 0, 0x92, HC11OP(sbca_dir) },
+// { 0, 0xb2, HC11OP(sbca_ext) },
{ 0, 0xa2, HC11OP(sbca_indx) },
{ 0x18, 0xa2, HC11OP(sbca_indy) },
{ 0, 0xc2, HC11OP(sbcb_imm) },
-// { 0, 0xd2, HC11OP(sbcb_dir) },
-// { 0, 0xf2, HC11OP(sbcb_ext) },
+// { 0, 0xd2, HC11OP(sbcb_dir) },
+// { 0, 0xf2, HC11OP(sbcb_ext) },
{ 0, 0xe2, HC11OP(sbcb_indx) },
{ 0x18, 0xe2, HC11OP(sbcb_indy) },
{ 0, 0x0d, HC11OP(sec) },
@@ -271,15 +271,15 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0, 0xfd, HC11OP(std_ext) },
{ 0, 0xed, HC11OP(std_indx) },
{ 0x18, 0xed, HC11OP(std_indy) },
-// { 0, 0x9f, HC11OP(sts_dir) },
-// { 0, 0xbf, HC11OP(sts_ext) },
-// { 0, 0xaf, HC11OP(sts_indx) },
-// { 0x18, 0xaf, HC11OP(sts_indy) },
-// { 0, 0xdf, HC11OP(stx_dir) },
+// { 0, 0x9f, HC11OP(sts_dir) },
+// { 0, 0xbf, HC11OP(sts_ext) },
+// { 0, 0xaf, HC11OP(sts_indx) },
+// { 0x18, 0xaf, HC11OP(sts_indy) },
+// { 0, 0xdf, HC11OP(stx_dir) },
{ 0, 0xff, HC11OP(stx_ext) },
{ 0, 0xef, HC11OP(stx_indx) },
{ 0xcd, 0xef, HC11OP(stx_indy) },
-// { 0x18, 0xdf, HC11OP(sty_dir) },
+// { 0x18, 0xdf, HC11OP(sty_dir) },
{ 0x18, 0xff, HC11OP(sty_ext) },
{ 0x1a, 0xef, HC11OP(sty_indx) },
{ 0x18, 0xef, HC11OP(sty_indy) },
@@ -295,8 +295,8 @@ static const hc11_opcode_list_struct hc11_opcode_list[] =
{ 0, 0xe0, HC11OP(subb_indx) },
{ 0x18, 0xe0, HC11OP(subb_indy) },
{ 0, 0x83, HC11OP(subd_imm) },
-// { 0, 0x93, HC11OP(subd_dir) },
-// { 0, 0xb3, HC11OP(subd_ext) },
+// { 0, 0x93, HC11OP(subd_dir) },
+// { 0, 0xb3, HC11OP(subd_ext) },
{ 0, 0xa3, HC11OP(subd_indx) },
{ 0x18, 0xa3, HC11OP(subd_indy) },
{ 0, 0x3f, HC11OP(swi) },