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 |
Károly Balogh
|
09b6bed27c
m68k-amiga: implemented CreateNewProc for legacy support, means AThreads now works on OS v1.2+
|
5 years ago |
svenbarth
|
4f16473baa
* fix typo
|
5 years ago |
svenbarth
|
de35356a4d
* when checking for an existing operator overload for the assignment operator, check for the correct variant (explicit or not) matching the overload
|
5 years ago |
svenbarth
|
f5fc806c9d
* fix comment
|
5 years ago |
nickysn
|
f307f6954f
* formatting
|
5 years ago |
Károly Balogh
|
1bd66a605c
amicommon: only include exec helpers when compiling for v2.0 in athreads
|
5 years ago |
Károly Balogh
|
db0deab026
amicommon: instead of a runtime check, check for OS2.0+ features at compile time in DOS
|
5 years ago |
Károly Balogh
|
024ab0a854
amicommon: only include exec extensions when complied for v2.0
|
5 years ago |