nickysn
|
4911a9c1df
* fix for the ihx2tzx tool - handle non-consecutive ihx records correctly
|
5 years ago |
nickysn
|
611ac9076b
* synchronized with trunk
|
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 |
michael
|
50e7345fd3
* Patch from Anton Kavalenka (Bug ID 36871):
|
5 years ago |
michael
|
76e64749aa
* Fix bug #35914: add epoll_pwait, epoll_create1
|
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 |
michael
|
a678192c11
* Use ansistrings for options. (bug ID 36892)
|
5 years ago |
florian
|
9753dd964b
* Xtensa: properly align maxpushedparasize
|
5 years ago |
florian
|
2a0eeb41df
* Xtensa: fix reg_cgsize
|
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
|
62cc60d081
* use register L for returning 8-bit values, DEHL for 32-bit values (SDCC-compatible)
|
5 years ago |
nickysn
|
3c8ed1cfbc
* use 8-bit registers for the function return regs
|
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
|
a8e047fcbb
* synchronized with trunk
|
5 years ago |
nickysn
|
b84bcdaeee
+ implemented unsigned int extension in tcgz80.a_load_ref_reg
|
5 years ago |
florian
|
b7374401fd
* fix taicpu.is_same_reg_move
|
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 |
michael
|
9327ab7a3d
* Explain where to get msgfmt
|
5 years ago |
michael
|
b2bbab80cd
* Fix bug #36886
|
5 years ago |