nickysn
|
353efcb163
* fixed rdi register name in error message
|
8 年之前 |
nickysn
|
cece021bd1
+ check whether the address sizes match for x86 string instructions with two
|
8 年之前 |
michael
|
aacd13d347
* Patch from Pascal Riekenberg: intermediate group footer should use previous field values if group footer overflows
|
8 年之前 |
nickysn
|
4cb1a96ec1
* use get_ref_address_size in the nasm writer, when handling the parameterized
|
8 年之前 |
nickysn
|
6f2e64ff90
+ added function get_ref_address_size
|
8 年之前 |
nickysn
|
b0653a6313
+ added functions is_32_bit_ref and is_64_bit_ref, similar to is_16_bit_ref
|
8 年之前 |
Mattias Gaertner
|
2ac2e7bd7d
fcl-passrc: resolver: implemented $M $TypeInfo
|
8 年之前 |
Mattias Gaertner
|
34c88e6dbc
fcl-passrc: resolver: pass static array to open array
|
8 年之前 |
Mattias Gaertner
|
69f2055ff3
fcl-passrc: resolver: error on setlength(openarray)
|
8 年之前 |
Mattias Gaertner
|
3a0e540dde
fcl-passrc: parser: fixed default class visibility to visPublic
|
8 年之前 |
michael
|
c19c39a956
* Patch from Pascal Riekenberg to fix some issues with columns
|
8 年之前 |
nickysn
|
2b6e5d817e
* changed the parameter of is_16_bit_ref to be a treference, instead of toper
|
8 年之前 |
pierre
|
d18627f0af
* Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286
|
8 年之前 |
pierre
|
ca79cbef1f
Fix compilation of classes unit for watcom target
|
8 年之前 |
pierre
|
e3a35d99ba
Add watcom OS to ObjectOSes and symbian to UComplexOSes and MatrixOSes
|
8 年之前 |
nickysn
|
acfa199b09
* in the nasm writer, only output a segment prefix for the [si] operand, in
|
8 年之前 |
nickysn
|
a8232ac477
+ added warning if source or destination for x86 string instructions isn't
|
8 年之前 |
nickysn
|
4a8aec26bf
* fixed test tasm12c.pp (uses asmmode intel, not att)
|
8 年之前 |
nickysn
|
dd9b5eb2aa
+ added the 'Cannot override ES' message in the at&t assembler reader as well
|
8 年之前 |
nickysn
|
27978de111
+ extended tests with segment overrides in at&t asm mode
|
8 年之前 |
nickysn
|
1ee36b5b9b
+ added error message in the intel assembler reader, when an attempt is made to
|
8 年之前 |
marco
|
24e0fc5aad
* updated links mantis 32504
|
8 年之前 |
nickysn
|
baf492c7a5
+ another helper function: x86_parameterized_string_op_param_count
|
8 年之前 |
nickysn
|
4c75b15afe
* shortened the names of the is_x86_string_instruction_op,
|
8 年之前 |
nickysn
|
e3ca2a3043
+ added helper functions get_x86_string_op_si_param and get_x86_string_op_di_param
|
8 年之前 |
nickysn
|
5a5cd65559
+ added helper functions x86_param2paramless_string_op and
|
8 年之前 |
nickysn
|
2f28768d2d
* simplify some code, by using is_x86_parameterized_string_instruction_op
|
8 年之前 |
nickysn
|
98c4986b6d
+ added x86 helper functions is_x86_string_instruction_op,
|
8 年之前 |
nickysn
|
0fb79946a5
+ added support for the parameterized versions of the x86 string instructions
|
8 年之前 |
pierre
|
c8722d4237
Fix tw32115 test for msdos target by using longint type explicitly for CalcSmth function parameter
|
8 年之前 |