Commit History

Author SHA1 Message Date
  nickysn 3d89d72621 * fixed 64-bit AND/OR/XOR in tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn e7f707cd78 + fixed 64-bit OP_NEG in a_op_reg_reg_internal 5 years ago
  nickysn ccd23d288d * handle same size, but different sign conversions properly in tcgz80.a_load_reg_ref,.a_load_ref_reg,.a_load_reg_reg 5 years ago
  nickysn 4d875acdf1 + support OS_32 and OS_S32 in tcgz80.a_load_ref_cgpara 5 years ago
  nickysn 0b3b8401df + implemented tcgz80.a_jmp_cond 5 years ago
  nickysn 9ad3de966f + handle IX and IY-based references in tcgz80.normalize_ref 5 years ago
  nickysn fec0f346f1 + partially implemented tcgz80.a_cmp_const_reg_label: all 8-bit comparison ops are implemented, and 5 years ago
  nickysn ce8ed9efa8 + added another helper tcgz80.a_jmp_signed_cmp_3way 5 years ago
  nickysn 027217d1fe * fixed an OP_SUB bug in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn a714a2fb76 + added a jmp helper that handles all possible combinations of jump on below, equal and above (unsigned comparison) 5 years ago
  nickysn c67fa28d7c * use a LD sequence for 2-byte moves as well in tcgz80.g_concatcopy 5 years ago
  nickysn f8b0c24024 + support pushing word-sized parameters in a_load_reg_cgpara 5 years ago
  nickysn 2f68090dd6 * synchronized with trunk 5 years ago
  nickysn 557a481743 + use normalize_ref in tcgz80.a_load_ref_reg 5 years ago
  nickysn bee3e9c354 + make use of normalize_ref in tcgz80.a_load_reg_ref 5 years ago
  nickysn a7b69cd18b - removed make_simple_ref, because normalize_ref should be used instead 5 years ago
  nickysn 0d6e59e9ef + actually return the proper (HL) reference result in tcgz80.normalize_ref 5 years ago
  nickysn 5c138c341f + added an output parameter to tcgz80.normalize_ref, that returns a list of the registers that were 5 years ago
  nickysn fc991af9d1 + added tregisterlist - dynarray of tregister, and methods get/uncpuregisters for allocating/freeing 5 years ago
  nickysn 882522259e + initial implementation of tcgz80.normalize_ref 5 years ago
  nickysn bb0c9424f8 * another warning in cgcpu fixed 5 years ago
  nickysn 8a5757e72b * fixed warnings in Z80 cgcpu 5 years ago
  nickysn 0245075c05 + use is_ref_in_opertypes in cgcpu 5 years ago
  nickysn 5547be6b3f * make use of the new is_ref_XXX functions 5 years ago
  nickysn 90e2b9ecc6 + implemented tcgz80.g_flags2reg 5 years ago
  nickysn 00f7fad1a6 + support pushing word-sized parameters in tcgz80.a_load_ref_cgpara 5 years ago
  nickysn 87258f4004 - removed unused local vars of tcgz80.g_concatcopy 5 years ago
  nickysn 26e93d1e02 - removed unused method tcgz80.g_concatcopy_move 5 years ago
  nickysn c6a066495a + implemented tcgz80.g_concatcopy in the general case, using the ldir instruction 5 years ago
  nickysn 1f8c1c1346 + implemented more ref cases in tcgz80.a_loadaddr_ref_reg 5 years ago