nickysn
|
391f85f828
+ for TP7 compatibility, allow the '&', '$' and '?' characters in the x86 intel
|
преди 7 години |
nickysn
|
5f56f6ec11
* always pass a valid constsize to ConcatConstSymbol; this prevents a compiler
|
преди 7 години |
nickysn
|
a792a92cfb
* prevent the spurious warning, generated by 'DD xx' and 'DD OFFSET xx' on i8086
|
преди 7 години |
nickysn
|
3ad3807b6f
+ accept the 'DB/DW/DD OFFSET xx' syntax
|
преди 7 години |
nickysn
|
3b1bd8de3f
+ actually set hasofs to true if 'offset' is encountered in BuildConstSymbolExpression
|
преди 7 години |
nickysn
|
d591e698ac
+ added parameter 'hasofs' to ConcatConstSymbol. Will be used to support 'dd xx'
|
преди 7 години |
nickysn
|
70038f1c0b
+ added extra boolean out parameter 'hasofs' to
|
преди 7 години |
nickysn
|
629be9cee1
+ add a 'constsize' parameter to ConcatConstSymbol, so it can be used to
|
преди 7 години |
nickysn
|
1f0e311fdd
+ allow segment override prefixes to be used as a standalone opcode in the intel
|
преди 7 години |
Jonas Maebe
|
1b66995754
* factored out check to determine whether a variable can be subscripted in
|
преди 7 години |
nickysn
|
e5dad9c98c
+ set oper.haslabelref in several other places, where a reference, containing a
|
преди 7 години |
nickysn
|
9649154368
* fixed the token2str const array for intel syntax x86 asm
|
преди 7 години |
nickysn
|
9450beb99c
* fixed bug in intel syntax i8086 inline asm, when certain 'jmp/call [v]'
|
преди 7 години |
nickysn
|
29558a74cd
+ support exporting labels from asm blocks in intel syntax asm blocks via the
|
преди 7 години |
nickysn
|
9cebeeffa9
+ check for address size mismatch in intel syntax assembler as well
|
преди 7 години |
nickysn
|
1ee36b5b9b
+ added error message in the intel assembler reader, when an attempt is made to
|
преди 7 години |
florian
|
4cf2a2672a
changes to fix #32043
|
преди 7 години |
Jonas Maebe
|
744facb7fc
* properly support accepting register parameters of assembler routines in
|
преди 8 години |
Jonas Maebe
|
61af0fb72d
* only take into account the location of the parameter at the callee side to
|
преди 8 години |
florian
|
b1dff29cbf
* removed unused units
|
преди 8 години |
Jonas Maebe
|
aa82e00615
* fixed check to determine whether a record parameter can be subscripted
|
преди 8 години |
nickysn
|
5f66f5cebb
+ distinguish between x86 flags subregisters: flags, eflags and rflags
|
преди 8 години |
sergei
|
8ae0864c9a
* x86 Intel asm reader: handle special variables "self" and "result" similar to regular ones in terms of subscripting. This makes fix from r34911 apply to these special variables. Resolves #31542.
|
преди 8 години |
florian
|
ad557a1da6
* allow call dword ptr eax in delphi, resolves #18225
|
преди 8 години |
florian
|
b9dba41ad0
* intel assembler reader: scale factor in references can also be a constant symbol, resolves #31165
|
преди 8 години |
Jonas Maebe
|
015f034904
* reverted r35424, wasn't ready for commit yet
|
преди 8 години |
Jonas Maebe
|
4d9617da97
* fixed check to determine whether a record parameter can be subscripted
|
преди 8 години |
sergei
|
d5ffc2da97
* Force OPR_LOCAL operand into reference whenever subscripting is used, so that all record fields are handled in same way regardless of their offset. Previously, operand was changed to reference only by fields with non-zero offset (see logic in tcgasmnode.ResolveRef method).
|
преди 8 години |
Jonas Maebe
|
aa1be3276f
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
преди 9 години |
sergei
|
f69f6336e9
* Replaced hacks with resetting 'c' to zero and decreasing inputpointer by boolean parameter to skipcomment and skipoldtpcomment. This parameter specifies whether first character of comment should be read.
|
преди 9 години |