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 |
nickysn
|
5c0fa369c2
+ added z80 reference helper functions is_ref_hl,is_ref_ix,is_ref_iy,is_ref_ix_d,is_ref_iy_d
|
5 years ago |
nickysn
|
4b01ff605a
* changed max_operands to 2 for the Z80
|
5 years ago |
nickysn
|
66462fec68
- removed taddressmode from the Z80 code generator - it's a leftover from AVR that doesn't apply to the Z80
|
5 years ago |
nickysn
|
53de231c23
+ added the instruction opcode information strings to the compiler instruction table
|
5 years ago |
nickysn
|
c4950d1723
* synchronized with trunk
|
5 years ago |
nickysn
|
be095914ec
+ created and included an Z80 instruction table
|
5 years ago |
nickysn
|
3ab0f3a93f
+ added a toperandtype enum, containing all the operand types of Z80
|
5 years ago |
florian
|
001057b52e
* re-added assembler optimization accidently removed in r44738 as noted by margers on the mailing list
|
5 years ago |
nickysn
|
1f5a1f8c28
+ added DJNZ to the set of jmp instructions
|
5 years ago |
nickysn
|
599b7e80c0
* fix for OP_ROR in tcgavr.a_op_reg_reg_internal
|
5 years ago |