Historique des commits

Auteur SHA1 Message Date
  florian 637976e83f * patch by Marģers to unify internal error numbers, resolves #37888 il y a 4 ans
  pierre 667a010357 Avoid wrong overflow error when using -Criot options il y a 5 ans
  pierre dfdfbf896d Fix several warnings about uninitialized local variables il y a 5 ans
  nickysn e41912b076 * limit the ZX Spectrum programs address space up to $FDFC, because the RTL now il y a 5 ans
  nickysn 5816a4a940 * fixed a bug in the Z80 internal linker when reading symbol offsets from .rel files il y a 5 ans
  nickysn c90f78488c + added the 'AREA' directive support to the Z80 inline assembler, that allows il y a 5 ans
  svenbarth 921e73ab0c + add compiler support for the Z80 MSX-DOS target il y a 5 ans
  nickysn 12dce172f9 + implemented TIntelHexExeOutput.DoRelocationFixup il y a 5 ans
  nickysn 4b5c8982ff + implemented IHX writing in the Z80 internal linker il y a 5 ans
  nickysn b29257fd05 * avoid setting the oso_Data flag on bss sections il y a 5 ans
  nickysn 996ab2feba * renamed some REL sections to follow a similar naming convention il y a 5 ans
  nickysn 788797d078 + implemented reading of T and R records il y a 5 ans
  nickysn ad66f17a87 * group T and R records together and call a function (not implemented yet) to handle them in pairs il y a 5 ans
  nickysn 6d3bfccbe3 * set MaxMemPos to $FFFF in the Z80 internal linker il y a 5 ans
  nickysn 3e2cf16d1f * TRelObjInput.ReadObjData: return success, if file was read correctly il y a 5 ans
  nickysn 0e54ea6bab + parse the REL symbol records il y a 5 ans
  nickysn 19a66947bc + parse the area records of REL files il y a 5 ans
  nickysn c8337937b3 + parse the REL header il y a 5 ans
  nickysn 31b7fd8965 + partial implementation of TRelObjInput.ReadObjData il y a 5 ans
  nickysn 8873a199ec * buffered text reading functions moved from being local to TRelObjInput.CanReadObjData il y a 5 ans
  nickysn 3685b50e75 + set cobjdata in TIntelHexExeOutput.create; il y a 5 ans
  nickysn 6104cd321c + set cobjdata in TRelObjInput.create il y a 5 ans
  nickysn 11cc085870 + implemented TRelObjInput.CanReadObjData il y a 5 ans
  nickysn 2353b1adee + started work on the Z80 internal linker il y a 5 ans
  nickysn 850964f321 + also write sections with no data in the .rel internal obj writer il y a 5 ans
  nickysn 36323fe424 * always use 1-byte section alignment for the rel internal obj writer il y a 5 ans
  nickysn 4aba225c8b + fix for writing absolute relocations in the .rel format il y a 5 ans
  nickysn 381be050a5 + support creating ar files in the Z80 internal obj writer il y a 5 ans
  nickysn 4fed57adc1 + lots of fixes to the Z80 internal asm writer il y a 5 ans
  nickysn 5193e8332c + also write the relocations in the .rel internal obj writer il y a 5 ans