2
0

Коммит түүх

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