|
|
@@ -329,7 +329,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x41] = z80_inst_out_c_r, |
|
|
|
[0x42] = z80_inst_sbc_hl_ss, |
|
|
|
[0x43] = z80_inst_ld_inn_dd, |
|
|
|
[0x44] = z80_inst_unimplemented, // TODO |
|
|
|
[0x44] = z80_inst_neg, |
|
|
|
[0x45] = z80_inst_retn, |
|
|
|
[0x46] = z80_inst_im, |
|
|
|
[0x47] = z80_inst_ld_i_a, |
|
|
@@ -337,7 +337,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x49] = z80_inst_out_c_r, |
|
|
|
[0x4A] = z80_inst_adc_hl_ss, |
|
|
|
[0x4B] = z80_inst_ld_dd_inn, |
|
|
|
[0x4C] = z80_inst_unimplemented, // TODO |
|
|
|
[0x4C] = z80_inst_neg, |
|
|
|
[0x4D] = z80_inst_reti, |
|
|
|
[0x4E] = z80_inst_im, |
|
|
|
[0x4F] = z80_inst_ld_r_a, |
|
|
@@ -345,7 +345,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x51] = z80_inst_out_c_r, |
|
|
|
[0x52] = z80_inst_sbc_hl_ss, |
|
|
|
[0x53] = z80_inst_ld_inn_dd, |
|
|
|
[0x54] = z80_inst_unimplemented, // TODO |
|
|
|
[0x54] = z80_inst_neg, |
|
|
|
[0x55] = z80_inst_retn, |
|
|
|
[0x56] = z80_inst_im, |
|
|
|
[0x57] = z80_inst_unimplemented, // TODO |
|
|
@@ -353,7 +353,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x59] = z80_inst_out_c_r, |
|
|
|
[0x5A] = z80_inst_adc_hl_ss, |
|
|
|
[0x5B] = z80_inst_ld_dd_inn, |
|
|
|
[0x5C] = z80_inst_unimplemented, // TODO |
|
|
|
[0x5C] = z80_inst_neg, |
|
|
|
[0x5D] = z80_inst_retn, |
|
|
|
[0x5E] = z80_inst_im, |
|
|
|
[0x5F] = z80_inst_unimplemented, // TODO |
|
|
@@ -361,7 +361,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x61] = z80_inst_out_c_r, |
|
|
|
[0x62] = z80_inst_sbc_hl_ss, |
|
|
|
[0x63] = z80_inst_ld_inn_dd, |
|
|
|
[0x64] = z80_inst_unimplemented, // TODO |
|
|
|
[0x64] = z80_inst_neg, |
|
|
|
[0x65] = z80_inst_retn, |
|
|
|
[0x66] = z80_inst_im, |
|
|
|
[0x67] = z80_inst_unimplemented, // TODO |
|
|
@@ -369,7 +369,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x69] = z80_inst_out_c_r, |
|
|
|
[0x6A] = z80_inst_adc_hl_ss, |
|
|
|
[0x6B] = z80_inst_ld_dd_inn, |
|
|
|
[0x6C] = z80_inst_unimplemented, // TODO |
|
|
|
[0x6C] = z80_inst_neg, |
|
|
|
[0x6D] = z80_inst_retn, |
|
|
|
[0x6E] = z80_inst_im, |
|
|
|
[0x6F] = z80_inst_unimplemented, // TODO |
|
|
@@ -377,7 +377,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x71] = z80_inst_out_c_r, |
|
|
|
[0x72] = z80_inst_sbc_hl_ss, |
|
|
|
[0x73] = z80_inst_ld_inn_dd, |
|
|
|
[0x74] = z80_inst_unimplemented, // TODO |
|
|
|
[0x74] = z80_inst_neg, |
|
|
|
[0x75] = z80_inst_retn, |
|
|
|
[0x76] = z80_inst_im, |
|
|
|
[0x77] = z80_inst_nop2, |
|
|
@@ -385,7 +385,7 @@ static DispatchTable instruction_table_extended = { |
|
|
|
[0x79] = z80_inst_out_c_r, |
|
|
|
[0x7A] = z80_inst_adc_hl_ss, |
|
|
|
[0x7B] = z80_inst_ld_dd_inn, |
|
|
|
[0x7C] = z80_inst_unimplemented, // TODO |
|
|
|
[0x7C] = z80_inst_neg, |
|
|
|
[0x7D] = z80_inst_retn, |
|
|
|
[0x7E] = z80_inst_im, |
|
|
|
[0x7F] = z80_inst_nop2, |
|
|
|