Commit Verlauf

Autor SHA1 Nachricht Datum
  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
  nickysn 472bc6c936 + support symbol+base/index in tcgz80.a_loadaddr_ref_reg vor 5 Jahren
  nickysn 4e5eb7fa4e + implemented tcgz80.a_loadaddr_ref_reg for symbol references vor 5 Jahren
  nickysn e8cecafffa + implemented g_concatcopy for 1-byte copies from (IX+d)/(IY+d)/(HL) to (IX+d)/(IY+d)/(HL) vor 5 Jahren
  nickysn 5aca5937e6 - cleaned up unused local variables and procedures from tcgz80.a_op_const_reg_internal and tcgz80.a_op_reg_reg_internal vor 5 Jahren
  nickysn 0e257a2c9f - removed 2 unnecessary instructions for 8-bit OP_ROL/OP_ROR in tcgz80.a_op_reg_reg_internal vor 5 Jahren
  nickysn eb3c4546ab + implemented OP_SHL/OP_SHR/OP_SAR/OP_ROL/OP_ROR in tcgz80.a_op_const_reg_internal vor 5 Jahren
  nickysn 51e6a3f45b + implemented OP_SHL/OP_SHR/OP_SAR/OP_ROL/OP_ROR in tcgz80.a_op_reg_reg_internal vor 5 Jahren
  nickysn eb26cd55d4 + implemented OP_XOR in tcgz80.a_op_const_reg_internal vor 5 Jahren
  nickysn 7a86d193cc + implemented OP_OR in tcgz80.a_op_const_reg_internal vor 5 Jahren