nickysn
|
e5dad9c98c
+ set oper.haslabelref in several other places, where a reference, containing a
|
8 ani în urmă |
nickysn
|
9649154368
* fixed the token2str const array for intel syntax x86 asm
|
8 ani în urmă |
nickysn
|
9450beb99c
* fixed bug in intel syntax i8086 inline asm, when certain 'jmp/call [v]'
|
8 ani în urmă |
nickysn
|
29558a74cd
+ support exporting labels from asm blocks in intel syntax asm blocks via the
|
8 ani în urmă |
nickysn
|
9cebeeffa9
+ check for address size mismatch in intel syntax assembler as well
|
8 ani în urmă |
nickysn
|
1ee36b5b9b
+ added error message in the intel assembler reader, when an attempt is made to
|
8 ani în urmă |
florian
|
4cf2a2672a
changes to fix #32043
|
8 ani în urmă |
Jonas Maebe
|
744facb7fc
* properly support accepting register parameters of assembler routines in
|
8 ani în urmă |
Jonas Maebe
|
61af0fb72d
* only take into account the location of the parameter at the callee side to
|
8 ani în urmă |
florian
|
b1dff29cbf
* removed unused units
|
8 ani în urmă |
Jonas Maebe
|
aa82e00615
* fixed check to determine whether a record parameter can be subscripted
|
8 ani în urmă |
nickysn
|
5f66f5cebb
+ distinguish between x86 flags subregisters: flags, eflags and rflags
|
8 ani în urmă |
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 ani în urmă |
florian
|
ad557a1da6
* allow call dword ptr eax in delphi, resolves #18225
|
8 ani în urmă |
florian
|
b9dba41ad0
* intel assembler reader: scale factor in references can also be a constant symbol, resolves #31165
|
8 ani în urmă |
Jonas Maebe
|
015f034904
* reverted r35424, wasn't ready for commit yet
|
8 ani în urmă |
Jonas Maebe
|
4d9617da97
* fixed check to determine whether a record parameter can be subscripted
|
8 ani în urmă |
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).
|
9 ani în urmă |
Jonas Maebe
|
aa1be3276f
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
9 ani în urmă |
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.
|
10 ani în urmă |
sergei
|
bbfbab7e0c
* Moved handling of comments and line breaks in assembler blocks from scanner to tokenizer level. Handling them at character level was causing compiler to accept comments in the middle of any assembler token, which should never happen. It was also causing Mantis #27459: a newline immediately after closing 'end' token was first handled in asmgetchar and then by normal parser, causing all subsequent line numbering to be off by one.
|
10 ani în urmă |
Jonas Maebe
|
fd0c2f36e5
* don't parse "flags" as a register name in the Intel assembler reader
|
10 ani în urmă |
nickysn
|
a553b15a1c
+ handle properly inline asm segment constants different than word:
|
10 ani în urmă |
nickysn
|
606b64a7f1
* fixed indentation
|
10 ani în urmă |
nickysn
|
3b80ca4376
+ implemented the 'SEG @CODE' inline assembler directive for i8086
|
10 ani în urmă |
nickysn
|
995ca4fb12
+ implemented the 'SEG @DATA' inline assembler directive for i8086
|
10 ani în urmă |
nickysn
|
43dabca8ab
* moved the handling of the @Code and @Data inline assembler symbols to new methods Tx86operand.SetupCode and .SetupData
|
10 ani în urmă |
nickysn
|
ca24b006ef
+ support 'dw SEG symbol' in the inline assembler on i8086
|
10 ani în urmă |
nickysn
|
2e30b92c79
* removed the 'near ignored' and 'far ignored' inline asm warning messages on
|
10 ani în urmă |
nickysn
|
9e110e8e7e
* treat interrupt procedures as 'near' in the i8086 inline assembler for TP7
|
10 ani în urmă |