nickysn
|
4dfbf148f2
+ added Str() helpers for 32-bit ints for 16/8-bit CPUs
|
12 years ago |
nickysn
|
8fa9105151
+ 16-bit and 8-bit CPU support added in the internal handling of read/readln/write/writeln
|
12 years ago |
nickysn
|
697de721ef
+ added write/writeln helpers in the RTL for writing longints/longwords on 16/8-bit CPUs
|
12 years ago |
nickysn
|
44ef72e1a4
* use the generic implementation of abs for the i8086
|
12 years ago |
nickysn
|
8d75441b6e
* do not generate prefetchnt instructions on the i8086
|
12 years ago |
nickysn
|
5ea6f37247
+ implemented FPC_SETJMP for the i8086
|
12 years ago |
nickysn
|
f38114b34b
* the result of FPC_SETJMP changed to 16-bit int on 16-bit CPUs
|
12 years ago |
nickysn
|
eefc9eed90
* do not use 'NEAR' conditional jumps on the i8086, because they are 386+
|
12 years ago |
nickysn
|
e3ce68612c
+ very simple implementation of do_write for i8086-msdos. 'Hello World' now works!!!
|
12 years ago |
nickysn
|
f24f119822
* SysInitStdIO doesn't crash anymore on the i8086, so enable it in the msdos system unit initialization
|
12 years ago |
nickysn
|
1f5d384a1e
* i8086 fix in tx86casenode.genlinearlist
|
12 years ago |
nickysn
|
29c7d38e43
* 16-bit ALU fixes in tcgcasenode.genlinearcmplist
|
12 years ago |
nickysn
|
284f1c904a
* fixed a parameter pushing order bug on the i8086
|
12 years ago |
nickysn
|
af5614e52d
* i8086 parameter alignment fixes
|
12 years ago |
florian
|
8c882f4235
* revert accidently committed file
|
12 years ago |
florian
|
1f978ba9fe
* 16 bit targets cannot use Word and Longint as array index
|
12 years ago |
florian
|
feed492568
* fixes to compile objpas i8086
|
12 years ago |
nickysn
|
7db978c3a4
* mark the registers, modified by DebugWriteLn's asm code
|
12 years ago |
nickysn
|
e944e142b8
* first_parm_offset is 4 on i8086, not 8
|
12 years ago |
nickysn
|
7fec59c454
- remove the FULL_RTL ifdefs from the msdos system unit; full rtl is always enabled now
|
12 years ago |
nickysn
|
1646f53d59
* fixed the 'unresolved externals' linker error when smartlinking msdos executables
|
12 years ago |
nickysn
|
a1ee8ab9bc
* suppress annoying wlib header
|
12 years ago |
nickysn
|
fb12778f0e
+ add static libraries to the wlink script for the msdos target
|
12 years ago |
nickysn
|
f2242568bb
* msdos omf library suffix changed to .lib
|
12 years ago |
nickysn
|
ac64663e70
+ openwatcom wlib support added
|
12 years ago |
florian
|
bac18a0094
* properly read asizeints from ppus on 16 bit targets
|
12 years ago |
florian
|
228f2d2794
+ build msdos rtl
|
12 years ago |
florian
|
911ac847f7
* regenerated several automatically generated files after last changes
|
12 years ago |
florian
|
b508be843a
* BINUTILSPREFIX for i8086-msdos is msdos only
|
12 years ago |
florian
|
a52a1b62b4
+ CPU target i8086 in top level Makefile.fpc
|
12 years ago |