| .. |
|
classes.pp
|
* changed the codepointer type in the i8086 small and compact memory models from
|
2017-12-14 17:36:15 +00:00 |
|
dos.pp
|
* system.pp:
|
2017-05-19 22:01:12 +00:00 |
|
Makefile
|
* fpcmake.inc and Makefiles renerated after last commit
|
2017-12-27 15:08:18 +00:00 |
|
Makefile.fpc
|
+ added unit 'cpu' for i8086
|
2017-09-27 16:55:56 +00:00 |
|
msmouse.pp
|
* added 'word ptr' overrides, to avoid generating 32-bit instructions (due to a
|
2016-01-07 15:40:47 +00:00 |
|
ports.pp
|
* always enable portl (32-bit port access) in the i8086 ports unit
|
2017-11-06 16:32:36 +00:00 |
|
prt0c.asm
|
+ added startup modules for compact, large and huge model that define the
|
2014-03-24 13:42:42 +00:00 |
|
prt0comn.asm
|
Fix for FPU generated exception as interrupt 0x10, contributed by Max Nazhalov
|
2017-07-29 11:50:21 +00:00 |
|
prt0h.asm
|
+ added startup modules for compact, large and huge model that define the
|
2014-03-24 13:42:42 +00:00 |
|
prt0l.asm
|
+ added startup modules for compact, large and huge model that define the
|
2014-03-24 13:42:42 +00:00 |
|
prt0m.asm
|
* prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common
|
2014-03-24 13:23:36 +00:00 |
|
prt0s.asm
|
* prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common
|
2014-03-24 13:23:36 +00:00 |
|
prt0t.asm
|
* prt0stm.asm renamed prt0comn.asm, as it will probably be used as the common
|
2014-03-24 13:23:36 +00:00 |
|
registers.inc
|
+ added Intr and MsDos implementations for i8086-msdos
|
2013-03-28 18:17:25 +00:00 |
|
rtldefs.inc
|
+ FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we
|
2013-06-27 21:37:39 +00:00 |
|
sysdir.inc
|
* several local variables changed from longint to integer
|
2014-03-17 21:58:53 +00:00 |
|
sysfile.inc
|
Fix compilation with -dSYSTEMDEBUG after heap changes (removal of 'tiny' in memory functions in tiny heap)
|
2016-06-25 08:16:52 +00:00 |
|
sysheap.inc
|
Add information about MCB to SysAlloc call if DEBUG_TINY_HEAP macro is defined
|
2017-05-22 20:42:33 +00:00 |
|
sysos.inc
|
+ added error checking to the dos file operations
|
2013-03-28 22:03:13 +00:00 |
|
sysosh.inc
|
* THandle type changed to Word for i8086-msdos
|
2013-03-27 00:14:41 +00:00 |
|
system.pp
|
Fix for FPU generated exception as interrupt 0x10, contributed by Max Nazhalov
|
2017-07-29 11:50:21 +00:00 |
|
sysutils.pp
|
* replaced Intr($21,regs) with MsDos(regs) in the i8086-msdos sysutils unit
|
2017-12-15 14:58:26 +00:00 |
|
tthread.inc
|
* some fixes, intended to get units fgl and classes to compile on 16-bit cpus
|
2013-05-30 18:58:25 +00:00 |