nickysn
|
e3ce68612c
+ very simple implementation of do_write for i8086-msdos. 'Hello World' now works!!!
|
12 rokov pred |
nickysn
|
f24f119822
* SysInitStdIO doesn't crash anymore on the i8086, so enable it in the msdos system unit initialization
|
12 rokov pred |
nickysn
|
1f5d384a1e
* i8086 fix in tx86casenode.genlinearlist
|
12 rokov pred |
nickysn
|
29c7d38e43
* 16-bit ALU fixes in tcgcasenode.genlinearcmplist
|
12 rokov pred |
nickysn
|
284f1c904a
* fixed a parameter pushing order bug on the i8086
|
12 rokov pred |
nickysn
|
af5614e52d
* i8086 parameter alignment fixes
|
12 rokov pred |
florian
|
8c882f4235
* revert accidently committed file
|
12 rokov pred |
florian
|
1f978ba9fe
* 16 bit targets cannot use Word and Longint as array index
|
12 rokov pred |
florian
|
feed492568
* fixes to compile objpas i8086
|
12 rokov pred |
nickysn
|
7db978c3a4
* mark the registers, modified by DebugWriteLn's asm code
|
12 rokov pred |
nickysn
|
e944e142b8
* first_parm_offset is 4 on i8086, not 8
|
12 rokov pred |
nickysn
|
7fec59c454
- remove the FULL_RTL ifdefs from the msdos system unit; full rtl is always enabled now
|
12 rokov pred |
nickysn
|
1646f53d59
* fixed the 'unresolved externals' linker error when smartlinking msdos executables
|
12 rokov pred |
nickysn
|
a1ee8ab9bc
* suppress annoying wlib header
|
12 rokov pred |
nickysn
|
fb12778f0e
+ add static libraries to the wlink script for the msdos target
|
12 rokov pred |
nickysn
|
f2242568bb
* msdos omf library suffix changed to .lib
|
12 rokov pred |
nickysn
|
ac64663e70
+ openwatcom wlib support added
|
12 rokov pred |
florian
|
bac18a0094
* properly read asizeints from ppus on 16 bit targets
|
12 rokov pred |
florian
|
228f2d2794
+ build msdos rtl
|
12 rokov pred |
florian
|
911ac847f7
* regenerated several automatically generated files after last changes
|
12 rokov pred |
florian
|
b508be843a
* BINUTILSPREFIX for i8086-msdos is msdos only
|
12 rokov pred |
florian
|
a52a1b62b4
+ CPU target i8086 in top level Makefile.fpc
|
12 rokov pred |
florian
|
24f9d0d770
* cancel warning on i8086 because it stops compilation (the compiler is normally build with -Sew)
|
12 rokov pred |
florian
|
981570fe32
+ added i8086 related stuff to compiler Makefile.fpc
|
12 rokov pred |
florian
|
2350ad5f2a
+ msdos and i8086 target for fpmake
|
12 rokov pred |
nickysn
|
7b9fd7b9f4
* instruction size fixes in tcg8086.g_intf_wrapper
|
12 rokov pred |
nickysn
|
c4cee15481
* bug fix in tcg8086.a_load_reg_reg for loading larger register to a smaller one
|
12 rokov pred |
nickysn
|
b930c9a0db
* all the remaining cases of the 'in' operator fixed (hopefully) for i8086
|
12 rokov pred |
nickysn
|
8ca0b443b8
* another case of the 'in' operator fixed for i8086 ('x in const', when use_small=false and genjumps=false)
|
12 rokov pred |
nickysn
|
d7c9603351
* i8086 fixes for the 'in' operator in the case of 'unsigned,small,non_constant IN smallset'
|
12 rokov pred |