Commit Verlauf

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