nickysn
|
606b64a7f1
* fixed indentation
|
9 лет назад |
nickysn
|
3b80ca4376
+ implemented the 'SEG @CODE' inline assembler directive for i8086
|
9 лет назад |
nickysn
|
995ca4fb12
+ implemented the 'SEG @DATA' inline assembler directive for i8086
|
9 лет назад |
nickysn
|
43dabca8ab
* moved the handling of the @Code and @Data inline assembler symbols to new methods Tx86operand.SetupCode and .SetupData
|
9 лет назад |
michael
|
aa7058e82d
* Patch from Ondrej Pokorny to fix broken compilation after 32275
|
9 лет назад |
michael
|
e838317177
* Fix bug #0028980
|
9 лет назад |
nickysn
|
7d41d19150
+ added an error message when trying to compile a tiny model DOS .COM file with
|
9 лет назад |
Jonas Maebe
|
21a4a9034d
* commented out all untested (and on non-Win32: unimplemened) TCompareOption
|
9 лет назад |
joost
|
37c1c88f89
* Re-generated src/fpmkunitsrc.inc
|
9 лет назад |
michael
|
dd87c4f34f
* Fix for bug ID #0028976
|
9 лет назад |
Tomas Hajny
|
2c566ffcb9
* fix compilation failure after r32262
|
9 лет назад |
svenbarth
|
0ff87336aa
Convert the Boolean parameters accept_equal, typeonly and hadspecialize of comp_expr(), sub_expr() and factor() to a set parameter and adjust all calls.
|
9 лет назад |
nickysn
|
4edbd27774
* support writing omf libraries with size greater than 251 blocks
|
9 лет назад |
nickysn
|
e498bfc1ba
* changed an internal error number to ensure it's unique
|
9 лет назад |
michael
|
745c1499df
* Mark forgotten implementations with runerror 219
|
9 лет назад |
michael
|
6955106a13
* Fix TStringSplitOptions
|
9 лет назад |
michael
|
b86ef67a54
* Resolved conflict with none in TStringSplitoptions
|
9 лет назад |
michael
|
4a32135563
* no type helpers in version 2.6.*
|
9 лет назад |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
9 лет назад |
florian
|
094a3c4350
* fixes masm code generation for rep mov*
|
9 лет назад |
marco
|
a9ac2abc77
* fixed #28908 (add alias for ADDRINUSE to sockets) for win,os2,unix
|
9 лет назад |
marco
|
d95b95e648
* fix for #28940 also add PSizeUint
|
9 лет назад |
nickysn
|
ca24b006ef
+ support 'dw SEG symbol' in the inline assembler on i8086
|
9 лет назад |
marco
|
266ebc351b
* remove some deprecated functions. Most have alternatives since at least 2.4, and more often 2.2
|
9 лет назад |
marco
|
4484f793e7
* avoid deprecated warning.
|
9 лет назад |
marco
|
a441becb11
* enable mysql 5.7
|
9 лет назад |
nickysn
|
bb47eb4a2a
+ support aitconst_seg in the i8086 internal assembler as well
|
9 лет назад |
nickysn
|
ac97d20249
+ added support for typed word/smallint constants, initialized with Seg(symbol) on the i8086
|
9 лет назад |
nickysn
|
44b04e250e
+ implemented support for aitconst_seg (emits a 'DW SEG symbol') in the nasm assembler writer for i8086
|
9 лет назад |
nickysn
|
8c81e93a96
* replaced setintvec(x,@proc) in i8086 tests with the memory model independent version setintvec(x,ptr(seg(proc),ofs(proc)))
|
9 лет назад |