Commit History

Author SHA1 Message Date
  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
  nickysn 472bc6c936 + support symbol+base/index in tcgz80.a_loadaddr_ref_reg 5 years ago
  nickysn 4e5eb7fa4e + implemented tcgz80.a_loadaddr_ref_reg for symbol references 5 years ago
  nickysn e8cecafffa + implemented g_concatcopy for 1-byte copies from (IX+d)/(IY+d)/(HL) to (IX+d)/(IY+d)/(HL) 5 years ago
  nickysn 5aca5937e6 - cleaned up unused local variables and procedures from tcgz80.a_op_const_reg_internal and tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn 0e257a2c9f - removed 2 unnecessary instructions for 8-bit OP_ROL/OP_ROR in tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn eb3c4546ab + implemented OP_SHL/OP_SHR/OP_SAR/OP_ROL/OP_ROR in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn 51e6a3f45b + implemented OP_SHL/OP_SHR/OP_SAR/OP_ROL/OP_ROR in tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn eb26cd55d4 + implemented OP_XOR in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn 7a86d193cc + implemented OP_OR in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn f00f39abef + implemented OP_AND in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn 5360770ed2 + implemented OP_SUB in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn 75a2f0352e * fixed 64-bit OP_ADD in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn a419018ff0 + handle fromsize>tosize in tcgz80.a_load_reg_reg 5 years ago
  nickysn ce56125e40 + implemented OP_ADD in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn b896d2fea2 + implemented sign extension in tcgz80.a_load_reg_ref 5 years ago
  nickysn 6fea99ac9d + implemented sign extension in tcgz80.a_load_ref_reg 5 years ago
  nickysn df59c070a1 + implemented sign extension in tcgz80.a_load_reg_reg 5 years ago
  nickysn b84bcdaeee + implemented unsigned int extension in tcgz80.a_load_ref_reg 5 years ago