Commit History

Author SHA1 Message Date
  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
  nickysn bf8d560cc6 * treat all Z80 registers as 8-bit 5 years ago
  nickysn 5ddd0dd9b8 + implemented a_load_const_ref for more efficient Z80 code generation for const assignment to local variables 5 years ago
  nickysn 4de1d5a8bf + Z80 stackframe generation 5 years ago
  nickysn 20cd3a6d1b - removed GetLoad and GetStore from tcgz80. These came from AVR and I don't think they would be useful 5 years ago
  nickysn c02fc4a49f * fixed OP_NOT in tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn 052313d649 * fixed OP_AND,OP_OR,OP_XOR in tcgz80.a_op_reg_reg_internal 5 years ago
  nickysn cae1865f32 * fixes for OP_ADD and OP_SUB in a_op_reg_reg_internal. The destination of add/adc/sub/sbc can only be 5 years ago