svenbarth
|
a04ec36a61
+ add support for Z80 MSX-DOS to fpcmake
|
5 gadi atpakaļ |
svenbarth
|
921e73ab0c
+ add compiler support for the Z80 MSX-DOS target
|
5 gadi atpakaļ |
svenbarth
|
1e1c17cb61
* simplify code: simply raising an exception is enough, it's not necessary to call ShowException and Terminate
|
5 gadi atpakaļ |
svenbarth
|
bf96709e39
* with ihx2tzx now also supporting binary output it makes sense to rename it to something more generic
|
5 gadi atpakaļ |
svenbarth
|
f095bc59b0
+ add ability to generate a flat binary file instead of a tape file
|
5 gadi atpakaļ |
svenbarth
|
2b7d9c5a1f
* also handle single character register names (needed on Z80 for example)
|
5 gadi atpakaļ |
svenbarth
|
b2d6c36e70
+ add support for DEFB and DEFW directives to the internal assembler reader
|
5 gadi atpakaļ |
marcus
|
17d6999726
Amiga: make the fullscreen video draggable, map Help Key to F20
|
5 gadi atpakaļ |
Mattias Gaertner
|
621519303b
pas2js: specialized rtti with forward class
|
5 gadi atpakaļ |
Mattias Gaertner
|
f5025f7856
fcl-passrc: fixed mem leak on error parsing generic
|
5 gadi atpakaļ |
Mattias Gaertner
|
17850b3bb7
pas2js: parse $optimization
|
5 gadi atpakaļ |
Mattias Gaertner
|
837b782159
fcl-passrc: parse $optimization
|
5 gadi atpakaļ |
michael
|
35c5479f96
* Fix bug ID #37159: upstream patches
|
5 gadi atpakaļ |
florian
|
b776d48367
+ x86: optimziation MovMov2MovMov 2
|
5 gadi atpakaļ |
nickysn
|
f5489b5678
+ allow specifying the program load address for the ZX Spectrum target via the -WB option
|
5 gadi atpakaļ |
nickysn
|
1263880ef0
- removed the z80_internal_linker build mode from the lazarus project
|
5 gadi atpakaļ |
nickysn
|
d1377777be
+ enabled the ZX Spectrum internal linker
|
5 gadi atpakaļ |
nickysn
|
84cd9e129b
+ ZX Spectrum internal linker: invoke the ihx2tzx to postprocess the ihx file,
|
5 gadi atpakaļ |
nickysn
|
12dce172f9
+ implemented TIntelHexExeOutput.DoRelocationFixup
|
5 gadi atpakaļ |
nickysn
|
3023a9f0e2
- removed the GetCode/Data/BssSize overrides in the ZX Spectrum internal linker,
|
5 gadi atpakaļ |
nickysn
|
4b5c8982ff
+ implemented IHX writing in the Z80 internal linker
|
5 gadi atpakaļ |
Mattias Gaertner
|
dbc2d630c0
pas2js: fixed rtti record field anonymous array
|
5 gadi atpakaļ |
ondrej
|
533312c619
Variants: fix letter case in variant type names
|
5 gadi atpakaļ |
ondrej
|
896b7c8dc2
Variants: add varQWord to OrdinalVarTypes and varDecimal to FloatVarTypes
|
5 gadi atpakaļ |
nickysn
|
a5ab1c03ea
* avoid 8-bit truncation of the sizes in the internal linker map
|
5 gadi atpakaļ |
nickysn
|
da2bd5f789
* ImageBase changed to qword to avoid 8-bit truncation in the internal linker map file
|
5 gadi atpakaļ |
nickysn
|
9c54d753f5
* ImageBase changed to qword (same type as CurrMemPos) to avoid truncating to 8-bit on Z80
|
5 gadi atpakaļ |
nickysn
|
4a5a2f5ba2
+ set IMAGEBASE in the Z80 internal linker script
|
5 gadi atpakaļ |
nickysn
|
b29257fd05
* avoid setting the oso_Data flag on bss sections
|
5 gadi atpakaļ |
nickysn
|
996ab2feba
* renamed some REL sections to follow a similar naming convention
|
5 gadi atpakaļ |