nickysn
|
600d2cfbc6
+ implemented a win16 heap manager for the near data memory models using the
|
10 年之前 |
nickysn
|
a9069dc16d
- removed some debug and commented out code from the win16 system unit
|
10 年之前 |
nickysn
|
e323a08b20
+ also write the omf special segment attributes in the nasm writer for the win16 target
|
10 年之前 |
nickysn
|
1344d391d3
* use call instead of jmp to PASCALMAIN, because it sets up a stack frame and
|
10 年之前 |
Jeppe Johansen
|
3cb9be73bc
Moved tcontrollerdatatype out into cpuinfo.
|
10 年之前 |
Jeppe Johansen
|
53fd543440
Fix fillchar for >ARMv3
|
10 年之前 |
florian
|
4d349c9c71
* take care of limited offsets of stf/ldf, resolves issue #23620
|
10 年之前 |
florian
|
a645de74d7
* fix warning
|
10 年之前 |
nickysn
|
253793ab9d
+ added the 'farprocspushoddbp' target switch to the help screen
|
10 年之前 |
nickysn
|
bdfd23cc2e
+ new target switch "FarProcsPushOddBP", which causes the i8086 compiler to push
|
10 年之前 |
nickysn
|
1835c075e6
+ added win16 to the nasm's supported targets
|
10 年之前 |
nickysn
|
a76c9ebd43
+ initialize StackBottom and StackLength in the win16 system unit startup code
|
10 年之前 |
nickysn
|
026d2be316
+ support Mem[Seg:Ofs] for the win16 target as well
|
10 年之前 |
nickysn
|
fe8cb4b09d
+ integrated the winprocs and wintypes .inc files into the win16 system unit
|
10 年之前 |
nickysn
|
55a8158c51
* split the win16 wintypes and winprocs units into include files, so they can
|
10 年之前 |
nickysn
|
e62c276672
* use far pointers in the declaration of MessageBox
|
10 年之前 |
Jeppe Johansen
|
297c17d4f0
Add missing prefix for VCMP for FPv4_S16.
|
10 年之前 |
Jeppe Johansen
|
dac294c680
Fix ARMv3/ARMv2A support.
|
10 年之前 |
Jeppe Johansen
|
44ad5af04d
Fix some minor UMULL, and FPv4_S16 define problems
|
10 年之前 |
nickysn
|
4b80bc958c
+ set the win16 local heap size in the executable
|
10 年之前 |
nickysn
|
a05c304f87
+ reference the stack segment generated by the compiler from the win16 startup
|
10 年之前 |
nickysn
|
dbd7c05bef
+ set default stack sizes for win16
|
10 年之前 |
nickysn
|
58465396db
+ initialize the SelectorInc variable on win16
|
10 年之前 |
nickysn
|
48e83479ef
+ implemented ParamCount and ParamStr for win16 (ParamStr(0) is not implemented yet)
|
10 年之前 |
nickysn
|
eea09632a3
+ add and initialize the win16 system unit variables that correspond to the
|
10 年之前 |
florian
|
83a7fa2320
o fix compilation of the compiler
|
10 年之前 |
nickysn
|
f46e30520a
+ imported the win16 api file functions
|
10 年之前 |
nickysn
|
0abe2cddd6
+ imported the win16 local memory management functions
|
10 年之前 |
nickysn
|
1775725c26
+ imported the global memory win16 api functions
|
10 年之前 |
nickysn
|
f751b18754
+ import the win16 task apis
|
10 年之前 |