Commit History

Author SHA1 Message Date
  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
  nickysn d0166242b3 + support unsigned sign extension in tcgz80.a_load_reg_reg 5 years ago
  nickysn 7d9658e2ba + support unsigned expansion in tcgz80.a_load_reg_ref 5 years ago
  nickysn 5e94fbff54 + added method make_simple_ref (empty for now, but will be implemented later) 5 years ago
  nickysn 7fd807905f + initial implementation of pushing ref params in tcgz80.a_load_ref_cgpara 5 years ago
  nickysn c53cd30e7f + implemented tcgz80.a_load_reg_cgpara for pushing 1-byte parameters on the stack 5 years ago
  nickysn 4fc83a44d3 + implemented byte-sized inc/dec by 1 in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn 0d04d198fe + emit warnings for unimplemented ops in tcgz80.a_op_const_reg_internal 5 years ago
  nickysn f15b54085c * fixed tcgz80.a_load_const_cgpara for pushing params on the stack 5 years ago
  nickysn 3ed692a157 + implemented tcgz80.a_jmp_flags 5 years ago
  nickysn 99e304165e * fix for 64-bit OP_AND/OP_OR/OP_XOR in tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn c0b3eb70ac + fix for 64-bit OP_NOT in tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn 5b8fd51b3a + implemented OP_NEG in tcgz80.a_op_reg_reg_internal 5 years ago