nickysn
|
052bc6c5e8
* synchronized with trunk
|
vor 5 Jahren |
nickysn
|
6dcc12f19b
* use the .ihx file name, instead of .elf for the z80-embedded output, because it is in Intel hex
|
vor 5 Jahren |
nickysn
|
891939d7ea
+ add the -n option first to the sdcc-sdld linker, so it doesn't echo all the data on the screen. For
|
vor 5 Jahren |
nickysn
|
b1047523c8
* moved $MAP earlier in the command line of sdcc-sdld
|
vor 5 Jahren |
nickysn
|
9d5a07a59a
+ allow passing extra options to the sdcc-sdld linker via the -k option
|
vor 5 Jahren |
nickysn
|
5b0f177b62
+ create linker map file generation added for sdcc-sdld
|
vor 5 Jahren |
nickysn
|
77406b1560
* delete the linker response file after linking with sdld
|
vor 5 Jahren |
nickysn
|
e73a57652f
+ initial support for the sdcc-sdld linker for the z80-embedded target
|
vor 5 Jahren |
nickysn
|
fffeb56a55
+ show help when run without any parameters
|
vor 5 Jahren |
nickysn
|
a6eb389e61
+ allow specifying the names of the BASIC loader program and the machine code program on the tap
|
vor 5 Jahren |
florian
|
2f5d51436e
+ with the randseed set as in the test, the test fails on x86_64-linux, added so it won't be forgotten
|
vor 5 Jahren |
florian
|
0f06a7205b
* do not create full copies of objects when object checking is on, resolves #36863
|
vor 5 Jahren |
nickysn
|
e1e96099c4
+ allow specifying the output file as a second parameter
|
vor 5 Jahren |
nickysn
|
4b19f323d5
* create the output file, using the same name as the input file, but change the extension to .tzx
|
vor 5 Jahren |
nickysn
|
55960df57e
+ introduced method AppendDataBlock to avoid code duplication
|
vor 5 Jahren |
nickysn
|
0ace5d96a7
* factored out the file header writing to a new method TTZXWriter.AppendHeader to avoid code repetition
|
vor 5 Jahren |
nickysn
|
f7c213738e
* fixed the encoding of negative integers in BAS_EncodeNumber
|
vor 5 Jahren |
nickysn
|
686022c971
+ introduced BAS_EncodeLine to make it easier to construct BASIC programs
|
vor 5 Jahren |
nickysn
|
8619a8cb32
+ introduced BAS_EncodeNumber to make it easier to encode numbers in the BASIC program
|
vor 5 Jahren |
nickysn
|
ac1d4ad499
+ added unit zxbasic, containing ZX Spectrum constants for the ZX BASIC keywords
|
vor 5 Jahren |
nickysn
|
65d2220eb9
+ added description in the inital source files comments of ihx2tzx
|
vor 5 Jahren |
nickysn
|
175cbf672f
+ initial implementation of an .IHX (Intel hex format) to .TZX (ZX Spectrum tape file format) file conversion tool
|
vor 5 Jahren |
nickysn
|
d8ca077c33
+ add externals as .globl directives in the sdcc-sdasz80 assembler output
|
vor 5 Jahren |
nickysn
|
c0b4e5c994
- removed the unused 's: topsize' parameter to TSdccSdasZ80Assembler.WriteOper
|
vor 5 Jahren |
nickysn
|
1b06b649a7
* use is_calljmp to determine whether to use WriteOper_jmp in the sdcc-sdasz80 asm writer. This fixes
|
vor 5 Jahren |
nickysn
|
87eae35e2f
* synchronize with trunk
|
vor 5 Jahren |
nickysn
|
fdc24164a0
+ implemented 8-bit signed comparisons as well
|
vor 5 Jahren |
nickysn
|
8a1be73ce0
* also use the unsigned 8-bit comparison code for 8-bit signed equal/unequal comparisons
|
vor 5 Jahren |
nickysn
|
55c18a11a0
- removed commented out code from TZ80AddNode.second_cmp
|
vor 5 Jahren |
nickysn
|
9dc8744b53
- removed debug writeln
|
vor 5 Jahren |