nickysn
|
be3ff9128a
+ added an i8086 test for the public directive
|
7 лет назад |
nickysn
|
29558a74cd
+ support exporting labels from asm blocks in intel syntax asm blocks via the
|
7 лет назад |
florian
|
0c7306e1cd
* improved CompareByte for x86-64 based on a patch by Markus Beth
|
7 лет назад |
yury
|
13957d32b8
* Fixed packages building for mipsel-android. socketcall is used only for i386 CPU.
|
7 лет назад |
Mattias Gaertner
|
5116deddc9
fcl-passrc: resolver: implicit calls in arguments of built-in procs
|
7 лет назад |
nickysn
|
d318ab086a
* when handling absolute vars from within intel inline assembly, take the
|
8 лет назад |
lacak
|
eef6e65730
fcl-db: memds: for ftLargeInt fields use AsLargeInt when copying
|
8 лет назад |
lacak
|
555528d145
fcl-db: memds: when copying data from source dataset to destination honor NULL values. Bug #32537
|
8 лет назад |
lacak
|
5c98c93500
fcl-db: tests: memds: check if null values are copied correctly. Bug #32537
|
8 лет назад |
nickysn
|
8a0d8f025b
* fixed another i8086 inline asm 32-bit constant bug (e.g. in 'or eax, 80000001h')
|
8 лет назад |
nickysn
|
07eab50afe
+ added a test for 32-bit inline asm const operand on i8086, using at&t syntax as well
|
8 лет назад |
nickysn
|
325e66287c
* fix for inline asm of instructions with 32-bit constant operands on i8086
|
8 лет назад |
nickysn
|
2af5c9d508
* changed type used for section alignment from byte/shortint to longint, so the
|
8 лет назад |
nickysn
|
8cc230ef1a
- don't switch index into base in the gas assembly writer. This optimization
|
8 лет назад |
nickysn
|
d7e4b50068
+ also optimize x86_64 references by switching [rbp+reg64] to [reg64+rbp],
|
8 лет назад |
nickysn
|
5ae32a0ec5
+ always do the x86_64 reference optimizations as if SS=DS, because the CPU
|
8 лет назад |
nickysn
|
e58bad8eef
+ check for the 'pop cs' instruction in the x86 inline assembler and print a
|
8 лет назад |
marco
|
fb57fd7324
* patch from Mattias fixing save/restore ancestorpos in twriter. Mantis #32607
|
8 лет назад |
nickysn
|
0d1f7910d7
+ also apply optimize_ref() on references of inline asm instructions
|
8 лет назад |
nickysn
|
875339993f
* strip segment overrides, for segments, which should be equal in the current
|
8 лет назад |
nickysn
|
d220d6f2c6
* use get_default_segment_of_ref() in the seg() handling on i8086
|
8 лет назад |
michael
|
ad1ebe0667
* Fix compilation
|
8 лет назад |
michael
|
7b12811f52
* Some more fixes from Pascal Riekenberg to simplify AfterPrintBand
|
8 лет назад |
michael
|
2547643cbb
* HandleOverflowedBands can use a single enumerated, does not need a set
|
8 лет назад |
michael
|
46da90ce8e
* Patch from Pascal Riekenberg with some fixes
|
8 лет назад |
michael
|
e4976dd314
ShowBandWithChildren: further simplification, single loop
|
8 лет назад |
michael
|
89db233a0e
* Remove use of continue
|
8 лет назад |
michael
|
a171ad319e
* Patch from Pascal Riekenberg to avoid try/finally in block
|
8 лет назад |
michael
|
fc638ed7ba
* Patch from Pascal Riekenberg: better naming for TOverFLowAction
|
8 лет назад |
michael
|
9e08dd108b
* Fix data fetching optimization
|
8 лет назад |