florian
|
5f67d830e7
* better rules if a 3 op mul operation is tried
|
5 years ago |
svenbarth
|
2c053b4f9c
* regenerate msg{txt,idx}.inc after adding MSX-DOS to help text
|
5 years ago |
svenbarth
|
3d4ad5b694
+ add MSX-DOS to help text for -T
|
5 years ago |
svenbarth
|
85149ab9a4
* change exe extension for MSX-DOS from exe to com
|
5 years ago |
svenbarth
|
b3ddd4e786
* regenerate Makefiles
|
5 years ago |
svenbarth
|
ac8552afc2
+ add initial RTL for MSX DOS. Simple programs are already working, but there are apparantly some code generation problems that lead to I/O as well as parameters not working correctly
|
5 years ago |
svenbarth
|
e2d8f7b68f
* allow executable/library name to be changed for an intermediate file
|
5 years ago |
svenbarth
|
4cc7398998
+ add support for Z80 MSX-DOS to fpmake
|
5 years ago |
svenbarth
|
a04ec36a61
+ add support for Z80 MSX-DOS to fpcmake
|
5 years ago |
svenbarth
|
921e73ab0c
+ add compiler support for the Z80 MSX-DOS target
|
5 years ago |
svenbarth
|
1e1c17cb61
* simplify code: simply raising an exception is enough, it's not necessary to call ShowException and Terminate
|
5 years ago |
svenbarth
|
bf96709e39
* with ihx2tzx now also supporting binary output it makes sense to rename it to something more generic
|
5 years ago |
svenbarth
|
f095bc59b0
+ add ability to generate a flat binary file instead of a tape file
|
5 years ago |
svenbarth
|
2b7d9c5a1f
* also handle single character register names (needed on Z80 for example)
|
5 years ago |
svenbarth
|
b2d6c36e70
+ add support for DEFB and DEFW directives to the internal assembler reader
|
5 years ago |
marcus
|
17d6999726
Amiga: make the fullscreen video draggable, map Help Key to F20
|
5 years ago |
Mattias Gaertner
|
621519303b
pas2js: specialized rtti with forward class
|
5 years ago |
Mattias Gaertner
|
f5025f7856
fcl-passrc: fixed mem leak on error parsing generic
|
5 years ago |
Mattias Gaertner
|
17850b3bb7
pas2js: parse $optimization
|
5 years ago |
Mattias Gaertner
|
837b782159
fcl-passrc: parse $optimization
|
5 years ago |
michael
|
35c5479f96
* Fix bug ID #37159: upstream patches
|
5 years ago |
florian
|
b776d48367
+ x86: optimziation MovMov2MovMov 2
|
5 years ago |
nickysn
|
f5489b5678
+ allow specifying the program load address for the ZX Spectrum target via the -WB option
|
5 years ago |
nickysn
|
1263880ef0
- removed the z80_internal_linker build mode from the lazarus project
|
5 years ago |
nickysn
|
d1377777be
+ enabled the ZX Spectrum internal linker
|
5 years ago |
nickysn
|
84cd9e129b
+ ZX Spectrum internal linker: invoke the ihx2tzx to postprocess the ihx file,
|
5 years ago |
nickysn
|
12dce172f9
+ implemented TIntelHexExeOutput.DoRelocationFixup
|
5 years ago |
nickysn
|
3023a9f0e2
- removed the GetCode/Data/BssSize overrides in the ZX Spectrum internal linker,
|
5 years ago |
nickysn
|
4b5c8982ff
+ implemented IHX writing in the Z80 internal linker
|
5 years ago |
Mattias Gaertner
|
dbc2d630c0
pas2js: fixed rtti record field anonymous array
|
5 years ago |