Commit History

Author SHA1 Message Date
  nickysn 4b88e8f48e * fixed label placement in tcgz80.a_cmp_const_reg_label for 16-bit/32-bit operations OC_GT,OC_LT,OC_GTE,OC_LTE,OC_BE,OC_B,OC_AE,OC_A 5 years ago
  nickysn 4a0ad586d0 + implemented record copy in tcgz80.a_load_ref_cgpara 5 years ago
  nickysn 992602afcb * fixed 64-bit OP_NOT 5 years ago
  nickysn 89b8bd3848 + added a Z80-specific override for tcgz80.a_loadfpu_ref_cgpara, to support returning single results 5 years ago
  nickysn 088cfd5da5 * write a warning in the assembler output, instead of stopping with an internal error in 5 years ago
  nickysn 770822382f + implemented all the remaining 16-bit and 32-bit comparisons in tcgz80.a_cmp_const_reg_label 5 years ago
  nickysn d54a2b7cb6 * generate an internal error in tcgz80.a_cmp_reg_reg_label, because that's not yet implemented 5 years ago
  nickysn 38d3bdc60e + allow fromsize>tosize in tcgz80.a_load_ref_reg 5 years ago
  nickysn 9c461d90bd + handle ref.base=NR_HL/NR_BC/NR_SP in tcgz80.a_loadaddr_ref_reg 5 years ago
  nickysn 3014378ad2 + support OS_32,OS_S32 in tcgz80.a_load_reg_cgpara 5 years ago
  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