nickysn
|
ce4f9577d7
* seges prefix and lodsb instruction put on the same line for better readability
|
11 年之前 |
nickysn
|
9b560ffd64
* x86 intel syntax inline asm: allow a segment override (segcs,segds,seges,etc.)
|
11 年之前 |
nickysn
|
2f83e2efc9
* use 'seges' instead of db 26h. It is actually supported, but for some reason,
|
11 年之前 |
sergei
|
ad59098457
+ m68k: initial implementation of g_stackpointer_alloc method, it has to exist for targets with non-fixed stack.
|
11 年之前 |
nickysn
|
ec55340359
* i8086 far data memory model fixes in get_caller_addr and get_caller_frame
|
11 年之前 |
nickysn
|
ba5ececab9
* i8086 far data memory model fixes in the int 0 (div by zero) handler
|
11 年之前 |
nickysn
|
d00c67f9d3
* limit the heap to 16kb in the i8086 far data memory models for the dos unit
|
11 年之前 |
nickysn
|
a9ddf18779
+ call SwapVectors before and after Exec under FPC as well. SwapVectors is
|
11 年之前 |
nickysn
|
e7e02467fc
* fixed bug in MsDos and Intr in i8086 far data memory models not cleaning their
|
11 年之前 |
nickysn
|
47588a287d
* ifdef i8086 changed to ifdef cpui8086 in dosh.inc, because that's part of the
|
11 年之前 |
lacak
|
96a3a667c5
fcl-db: tests: fix of previous commit
|
11 年之前 |
nickysn
|
0d4edf118e
+ added upper limits to the heapmin and heapmax values set by the $M directive
|
11 年之前 |
lacak
|
9d5c2717c8
fcl-db: tests:
|
11 年之前 |
sergei
|
1e9f57467d
- m68k: removed "-dNOOPT" at build time, enabling the branch optimizer. Not tested thoroughly, but it does not change compiler behavior unless "-O1" or higher is supplied at command line.
|
11 年之前 |
Károly Balogh
|
531ac093ed
m68k: implemented a simple a_cmp_const_ref_label. uses TST instruction to test ref contents against zero
|
11 年之前 |
sergei
|
c79cd3beca
* m68k: fixed/completed the inverse_cond function.
|
11 年之前 |
nickysn
|
9f31fcc2ca
+ added support for HeapMax in the far data i8086 memory models as well
|
11 年之前 |
nickysn
|
3952f8830c
+ added test for the i8086 compact model memory layout
|
11 年之前 |
lacak
|
da4fc8aca2
fcl-db: tests: small correction of previous commit
|
11 年之前 |
yury
|
defc13f9ec
* pas2jni: Fixed enums, added equals() methods to objects, enums and sets.
|
11 年之前 |
nickysn
|
23b0cf2340
* msdos system unit variable dos_psp renamed PrefixSeg for TP7 compatibility
|
11 年之前 |
yury
|
a27ea85560
* pas2jni: Fixed the Pointer() support function.
|
11 年之前 |
lacak
|
41e8a0da2c
fcl-db: tests:
|
11 年之前 |
lacak
|
dac058e462
fcl-db: oracle: let EOraDatabaseError descend from ESQLDatabaseError instead of EDatabaseError
|
11 年之前 |
yury
|
045429327b
* pas2jni: Handle null objects in the Pointer() support function.
|
11 年之前 |
nickysn
|
db011dfb7a
+ added a warning if HeapMax<HeapMin is specified with the $M directive
|
11 年之前 |
lacak
|
742faaed92
fcl-db: oracle:
|
11 年之前 |
nickysn
|
57b233e724
+ added test for the memory layout of the i8086 large memory model
|
11 年之前 |
nickysn
|
1910177cf0
+ added heapmax support to the $M directive on i8086-msdos. It is currently
|
11 年之前 |
marco
|
bcd13a856d
* Some convenience permission constants, patch by Graeme #26373
|
11 年之前 |