nickysn
|
9d5a07a59a
+ allow passing extra options to the sdcc-sdld linker via the -k option
|
5 tahun lalu |
nickysn
|
5b0f177b62
+ create linker map file generation added for sdcc-sdld
|
5 tahun lalu |
nickysn
|
77406b1560
* delete the linker response file after linking with sdld
|
5 tahun lalu |
nickysn
|
e73a57652f
+ initial support for the sdcc-sdld linker for the z80-embedded target
|
5 tahun lalu |
nickysn
|
fffeb56a55
+ show help when run without any parameters
|
5 tahun lalu |
nickysn
|
a6eb389e61
+ allow specifying the names of the BASIC loader program and the machine code program on the tap
|
5 tahun lalu |
nickysn
|
e1e96099c4
+ allow specifying the output file as a second parameter
|
5 tahun lalu |
nickysn
|
4b19f323d5
* create the output file, using the same name as the input file, but change the extension to .tzx
|
5 tahun lalu |
nickysn
|
55960df57e
+ introduced method AppendDataBlock to avoid code duplication
|
5 tahun lalu |
nickysn
|
0ace5d96a7
* factored out the file header writing to a new method TTZXWriter.AppendHeader to avoid code repetition
|
5 tahun lalu |
nickysn
|
f7c213738e
* fixed the encoding of negative integers in BAS_EncodeNumber
|
5 tahun lalu |
nickysn
|
686022c971
+ introduced BAS_EncodeLine to make it easier to construct BASIC programs
|
5 tahun lalu |
nickysn
|
8619a8cb32
+ introduced BAS_EncodeNumber to make it easier to encode numbers in the BASIC program
|
5 tahun lalu |
nickysn
|
ac1d4ad499
+ added unit zxbasic, containing ZX Spectrum constants for the ZX BASIC keywords
|
5 tahun lalu |
nickysn
|
65d2220eb9
+ added description in the inital source files comments of ihx2tzx
|
5 tahun lalu |
nickysn
|
175cbf672f
+ initial implementation of an .IHX (Intel hex format) to .TZX (ZX Spectrum tape file format) file conversion tool
|
5 tahun lalu |
nickysn
|
d8ca077c33
+ add externals as .globl directives in the sdcc-sdasz80 assembler output
|
5 tahun lalu |
nickysn
|
c0b4e5c994
- removed the unused 's: topsize' parameter to TSdccSdasZ80Assembler.WriteOper
|
5 tahun lalu |
nickysn
|
1b06b649a7
* use is_calljmp to determine whether to use WriteOper_jmp in the sdcc-sdasz80 asm writer. This fixes
|
5 tahun lalu |
nickysn
|
87eae35e2f
* synchronize with trunk
|
5 tahun lalu |
nickysn
|
fdc24164a0
+ implemented 8-bit signed comparisons as well
|
5 tahun lalu |
nickysn
|
8a1be73ce0
* also use the unsigned 8-bit comparison code for 8-bit signed equal/unequal comparisons
|
5 tahun lalu |
nickysn
|
55c18a11a0
- removed commented out code from TZ80AddNode.second_cmp
|
5 tahun lalu |
nickysn
|
9dc8744b53
- removed debug writeln
|
5 tahun lalu |
nickysn
|
59d7a45215
* generate more optimal code for unsigned 8-bit comparisons in TZ80AddNode.second_cmp
|
5 tahun lalu |
florian
|
e32027c8d3
+ add missing semicolon, resolves #36868
|
5 tahun lalu |
florian
|
0ff034216a
+ xtensa-linux support for the rtl makefile
|
5 tahun lalu |
nickysn
|
5585bdb6aa
+ also support unsigned 8-bit > and <= in TZ80AddNode.second_cmp. All 8-bit unsigned comparisons now
|
5 tahun lalu |
nickysn
|
f52f9dc56b
+ added a not-yet-complete implementation of TZ80AddNode.second_cmp. Only 8-bit unsigned comparison
|
5 tahun lalu |
nickysn
|
3ed692a157
+ implemented tcgz80.a_jmp_flags
|
5 tahun lalu |