florian
|
a29f968b3b
* patch by Christo Crause: generate parameter location information in att assembler mode, resolves #32915
|
7 年之前 |
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 年之前 |
nickysn
|
899707979a
- removed debug writeln, committed by accident in r37727
|
7 年之前 |
nickysn
|
f351b6acc9
+ added an i8086 test for typed constants, initialized with ofs(x) or seg(x)
|
7 年之前 |
nickysn
|
fe7fb70e2c
* fixed the handling of Ofs(x) typed constants on i8086; previously, they would
|
7 年之前 |
nickysn
|
614755d799
* fixed the handling of Seg(proc) typed constants on i8086
|
7 年之前 |
nickysn
|
44e29debee
+ introduce tai_const.Createname_near and .Createname_far on i8086
|
7 年之前 |
Mattias Gaertner
|
9dbe50b3fc
pastojs: 0.9.3
|
7 年之前 |
Mattias Gaertner
|
e00e3b690b
fcl-js: jswriter: double(high(int64))
|
7 年之前 |
florian
|
e6a6938787
* make fpu/mmx/xmm/ymm registers numbers instead of flags to have enough space for zmm/bnd/k registers
|
7 年之前 |
svenbarth
|
2d52536460
* only check for the method if one is given at all (otherwise everything would be skipped)
|
7 年之前 |
Mattias Gaertner
|
17c010b9a3
pas2js: catch jswriter exceptions
|
7 年之前 |
Mattias Gaertner
|
d501448c04
jswriter: fixed double greater than int64
|
7 年之前 |
Mattias Gaertner
|
1ddbaa946c
pastojs: nicer float 1E-12
|
7 年之前 |
Mattias Gaertner
|
500c6c67f0
pastojs: test float constants
|
7 年之前 |
Mattias Gaertner
|
20424d36e5
fcl-js: jswriter: shorter floats
|
7 年之前 |
Mattias Gaertner
|
4b3d6a7630
fcl-passrc: resolver: nicer error messages when operator does not fit types
|
7 年之前 |
Mattias Gaertner
|
9d28ba69a1
pas2tojs: 0.9.2
|
7 年之前 |
Mattias Gaertner
|
d9a878b0da
fcl-js: fixed writing - - and + +
|
7 年之前 |
marco
|
79ebe68e8b
* fix encoding on save, patch from Ondrej, mantis #33121
|
7 年之前 |
Mattias Gaertner
|
7f15b109ad
pastojs: 0.9.1
|
7 年之前 |
marco
|
97ceb89ca8
* patch from Ondrej, mantis #33118, some constructor overloaded to ease initializing encoding
|
7 年之前 |
Mattias Gaertner
|
4015709d6b
pastojs: started module
|
7 年之前 |
Károly Balogh
|
ba2327f89b
macos: initial cross-linker support, based on the binutils in the Retro68 GNU binutils
|
7 年之前 |
michael
|
94b6fe6ad3
* added O_CLOEXEC
|
7 年之前 |
Mattias Gaertner
|
70a2f8e1f1
fcl-passrc: fixed class local const
|
7 年之前 |
nickysn
|
50acde9e36
+ also add 'rep; db $66; movsw' to the tasm16.pp test
|
7 年之前 |
Mattias Gaertner
|
b8710d8fec
fcl-passrc: fixed stConstDef for class local const
|
7 年之前 |
nickysn
|
1f0e311fdd
+ allow segment override prefixes to be used as a standalone opcode in the intel
|
7 年之前 |
Mattias Gaertner
|
32fee98477
pas2js: docs: anonymous functions
|
7 年之前 |