Commit History

Author SHA1 Message Date
  nickysn 27e01155a5 - cleaned up lots of unused commented out code from the z80 asm reader 5 years ago
  nickysn 957eaf721b * fixed handling of 16-bit consts in the Z80 asm reader 5 years ago
  nickysn a512b0cc99 + some reference handling fixes 5 years ago
  nickysn 47bfe41766 + initial implementation of const and ref operands (refs not fully working yet) 5 years ago
  nickysn ce598813fa + handle all registers properly in reg_cgsize 5 years ago
  nickysn 0dcccfb4bd + implemented support for operands in the z80 asm reader - support only registers for now 5 years ago
  nickysn 383e834324 + handle 0 operand instructions in the z80 asm reader 5 years ago
  nickysn 407d19560c + handle and skip AS_SEPARATOR in the z80 assembler reader 5 years ago
  nickysn dced623ab2 + implemented tz80reader.gettoken 5 years ago
  nickysn 97f7095109 + some more z80 asm reader stuff 5 years ago
  nickysn 4e5e42f839 + added the AS_END directive 5 years ago
  nickysn 6e0bdaf128 + implemented tz80reader.is_asmopcode 5 years ago
  nickysn 5a94c2adbe + added tz80reader comment for lazarus autocompletion 5 years ago
  nickysn 4e7e48ef32 * moved tz80reader comment 5 years ago
  nickysn f78fef23a2 + implemented tz80reader.is_register 5 years ago
  nickysn 8164d91050 + defined some tokens for the z80 asm reader 5 years ago
  nickysn 4ba42b5b5f + build the z80 assembler reader units (not working yet) 5 years ago
  nickysn 05a6bcec13 + support more instructions in taicpu.spilling_get_operation_type 5 years ago
  nickysn f08dc825ef * changed AVR to Z80 in comment 5 years ago
  nickysn d0122e1bf3 + added toperandtype subrange types for convenience 5 years ago
  nickysn 513ef512ff - removed redundant opcode:=A_LD assignments in do_spill_replace 5 years ago
  nickysn 721bbe636b + support the bit,set and res instructions in do_spill_replace 5 years ago
  nickysn 81ccf6935c + support the rlc,rl,rrc,rr,sla,sra and srl instructions in do_spill_replace 5 years ago
  nickysn 82ca49e0a6 + use is_ref_in_opertypes in nz80add 5 years ago
  nickysn 0245075c05 + use is_ref_in_opertypes in cgcpu 5 years ago
  nickysn c9ac7afba7 + introduced is_ref_in_opertypes 5 years ago
  nickysn 54ad38288b + introduced is_ref_opertype 5 years ago
  nickysn 2edb5932a3 + introduced is_ref_addr16 5 years ago
  nickysn 4d67bd509e + introduced is_ref_bc,is_ref_de,is_ref_sp 5 years ago
  nickysn 5547be6b3f * make use of the new is_ref_XXX functions 5 years ago