nickysn
|
a792a92cfb
* prevent the spurious warning, generated by 'DD xx' and 'DD OFFSET xx' on i8086
|
7 jaren geleden |
nickysn
|
11b1da0b9b
+ generate correct output on i8086 for 'DW xx', 'DW OFFSET xx', 'DD xx' and 'DD OFFSET xx'
|
7 jaren geleden |
nickysn
|
3ad3807b6f
+ accept the 'DB/DW/DD OFFSET xx' syntax
|
7 jaren geleden |
nickysn
|
3b1bd8de3f
+ actually set hasofs to true if 'offset' is encountered in BuildConstSymbolExpression
|
7 jaren geleden |
nickysn
|
d591e698ac
+ added parameter 'hasofs' to ConcatConstSymbol. Will be used to support 'dd xx'
|
7 jaren geleden |
nickysn
|
70038f1c0b
+ added extra boolean out parameter 'hasofs' to
|
7 jaren geleden |
pierre
|
5ee7682313
Add Makefile targets for IDE targetting different CPUs
|
7 jaren geleden |
pierre
|
253cf4abe1
Allow compilation for JVM CPU
|
7 jaren geleden |
pierre
|
21a18de003
Use newly added SetExeName TTarget method to specify full name of IDE for cross-CPU
|
7 jaren geleden |
pierre
|
eb39402e28
* Handle FPC -oEXENAME option gracefully by adding a new field to TTarget class.
|
7 jaren geleden |
florian
|
46fe2d486c
* forgotten comment
|
7 jaren geleden |
nickysn
|
629be9cee1
+ add a 'constsize' parameter to ConcatConstSymbol, so it can be used to
|
7 jaren geleden |
Mattias Gaertner
|
f3dbb09e21
pastojs: no warning on $M
|
7 jaren geleden |
Mattias Gaertner
|
fc805c4bd2
pas2js: marker for checking writeln statements
|
7 jaren geleden |
Mattias Gaertner
|
be71c22a8e
pastojs: marker for checking writeln statements
|
7 jaren geleden |
Mattias Gaertner
|
0dce970bcf
fcl-passrc: marker for checking writeln statements
|
7 jaren geleden |
Mattias Gaertner
|
a5f23e2b94
fcl-js: marker for checking writeln statements
|
7 jaren geleden |
nickysn
|
d86e5d006c
+ added test for seg(x) and ofs(x) initialized typed constants in TP mode as well
|
7 jaren geleden |
nickysn
|
2019e622e1
* fixed typed constants, initialized with Ofs(proc) in modes TP and DELPHI as well
|
7 jaren geleden |
nickysn
|
e23a13a482
* fixed seg(proc) in tp and delphi modes in all i8086 memory models
|
7 jaren geleden |
pierre
|
09995b820e
Pass --NOGDBMI=1 to fpmake if NOGDBMI is set
|
7 jaren geleden |
pierre
|
1512f9a34c
Add NOGDBMI fpmake option to explicitly disable GDBMI support, and add GDBMI_DEFAULT_OSes to default to GDBMI
|
7 jaren geleden |
Mattias Gaertner
|
1fa46c5597
fcl-passrc: removed writeln
|
7 jaren geleden |
Mattias Gaertner
|
5fd7c0b840
pastojs: started writing module
|
7 jaren geleden |
Mattias Gaertner
|
beee21c761
fcl-passrc: unified naming BoolSwitches
|
7 jaren geleden |
pierre
|
0cabadca2c
Fix i386 compilation error for PIC code by using local stack variable
|
7 jaren geleden |
pierre
|
30e4988a4e
Disable i386 assembler code if position independent code option is used
|
7 jaren geleden |
florian
|
a29f968b3b
* patch by Christo Crause: generate parameter location information in att assembler mode, resolves #32915
|
7 jaren geleden |
svenbarth
|
640480272f
* adjust TThread.Synchronize so that it also works correctly if the passed in thread instance is not the instance of the current thread
|
7 jaren geleden |
nickysn
|
899707979a
- removed debug writeln, committed by accident in r37727
|
7 jaren geleden |