nickysn
|
3e3a392d88
* z80 regdat files regenerated
|
5 years ago |
nickysn
|
692ec2fcba
* synchronized with trunk
|
5 years ago |
florian
|
f99fbafabc
+ initial thlcgxtensa.g_intf_wrapper
|
5 years ago |
florian
|
759803f268
* improve assembler reader
|
5 years ago |
florian
|
2e23e2b0fd
+ optimize SUB for small constants using ADDI
|
5 years ago |
florian
|
04f3784af5
* better setting of expectloc
|
5 years ago |
pierre
|
6a6ef1c8c1
Update revision.inc after commit #44544
|
5 years ago |
pierre
|
9dd0a1f3b5
Fix ppudump after addition of system_xtensa_linux target
|
5 years ago |
nickysn
|
9922956115
* use the sdcc-sdldz80 linker instead of sdcc-sdld on the Z80
|
5 years ago |
nickysn
|
487da972ad
+ added z80-embedded to the compiler help screen
|
5 years ago |
florian
|
79f74bf8cb
+ xtensa-linux added to systems_linux
|
5 years ago |
florian
|
4836ff29bd
+ more instructions
|
5 years ago |
florian
|
460369405e
+ xtensa-linux: OS specific system unit header files
|
5 years ago |
florian
|
e8fabb752a
+ basic xtensa-linux support in the compiler
|
5 years ago |
florian
|
eee2e9f950
* commented test
|
5 years ago |
nickysn
|
052bc6c5e8
* synchronized with trunk
|
5 years ago |
nickysn
|
6dcc12f19b
* use the .ihx file name, instead of .elf for the z80-embedded output, because it is in Intel hex
|
5 years ago |
nickysn
|
891939d7ea
+ add the -n option first to the sdcc-sdld linker, so it doesn't echo all the data on the screen. For
|
5 years ago |
nickysn
|
b1047523c8
* moved $MAP earlier in the command line of sdcc-sdld
|
5 years ago |
nickysn
|
9d5a07a59a
+ allow passing extra options to the sdcc-sdld linker via the -k option
|
5 years ago |
nickysn
|
5b0f177b62
+ create linker map file generation added for sdcc-sdld
|
5 years ago |
nickysn
|
77406b1560
* delete the linker response file after linking with sdld
|
5 years ago |
nickysn
|
e73a57652f
+ initial support for the sdcc-sdld linker for the z80-embedded target
|
5 years ago |
nickysn
|
fffeb56a55
+ show help when run without any parameters
|
5 years ago |
nickysn
|
a6eb389e61
+ allow specifying the names of the BASIC loader program and the machine code program on the tap
|
5 years ago |
florian
|
2f5d51436e
+ with the randseed set as in the test, the test fails on x86_64-linux, added so it won't be forgotten
|
5 years ago |
florian
|
0f06a7205b
* do not create full copies of objects when object checking is on, resolves #36863
|
5 years ago |
nickysn
|
e1e96099c4
+ allow specifying the output file as a second parameter
|
5 years ago |
nickysn
|
4b19f323d5
* create the output file, using the same name as the input file, but change the extension to .tzx
|
5 years ago |
nickysn
|
55960df57e
+ introduced method AppendDataBlock to avoid code duplication
|
5 years ago |