Историја ревизија

Аутор SHA1 Порука Датум
  florian 40af7b2817 + add msdos target to ppudump пре 12 година
  nickysn 615d6e4a51 * internal compiler handling of Val() fixed for 16/8-bit CPUs пре 12 година
  nickysn cac6ac38d0 + added RTL helpers for Val() for longint/dword on 16/8-bit CPUs пре 12 година
  nickysn 8b6b832677 + added helper functions for read/readln longint/longword on 16/8-bit cpus пре 12 година
  nickysn 9b79c52f32 * fixed bug in FPC_INTR and FPC_MSDOS пре 12 година
  nickysn d8af51fdab + implemented do_read for i8086-msdos пре 12 година
  nickysn 1077093b08 + added error checking to the dos file operations пре 12 година
  nickysn c76b459324 * implemented the MsDos function with an asm prequel to the Intr function пре 12 година
  nickysn 7b578f3e9c * reimplemented do_write and do_isdevice in Pascal, using the MsDos procedure пре 12 година
  nickysn ceb76808e7 + implemented the CSeg, DSeg and SSeg functions on the i8086 пре 12 година
  nickysn db07a990a9 * also save BP in FPC_INTR пре 12 година
  nickysn cd18b792ab + added Intr and MsDos implementations for i8086-msdos пре 12 година
  nickysn 1e28790e99 * fpc_PushExceptAddr's parameter Ft changed from LongInt to SmallInt on 16-bit CPUs for better efficiency пре 12 година
  nickysn 252903175c * TExceptAddr.frametype changed to SmallInt on 16-bit CPUs, since the compiler allocates 3*sizeof(pint) for the whole structure (and using longints on 16-bit CPUs is wasteful anyway) пре 12 година
  nickysn 3b2ea4df6c + implmemented FPC_LONGJMP for i8086 пре 12 година
  nickysn 5cda24a0b6 * fixed a lot of int64 const bugs on 16/8-bit CPUs by changing typecasts from aint to tcgint пре 12 година
  nickysn f1a974f3c9 * THandle type changed to Word for i8086-msdos пре 12 година
  nickysn f780d37d5e * proper defines of aitconst_ptr, aitconst_ptr_unaligned and aitconst_aint for 16-bit and 8-bit CPUs пре 12 година
  nickysn b2fc6a2f6d + basic implementation of do_isdevice for msdos пре 12 година
  nickysn b79569ed2f * Borland Pascal compatibility for 16-bit CPUs: int16 shl int32 now produces int32; this fixes writeln(longint) on the i8086-msdos target пре 12 година
  nickysn e16e08b2b6 + added CPU 286 nasm directive to the i8086 assembly output in order to catch 386+ instructions; the RTL now compiles without generating any 386+ instructions пре 12 година
  nickysn 53ad3fc662 + Str() handling in the compiler fixed for 16/8-bit CPU support пре 12 година
  nickysn 4dfbf148f2 + added Str() helpers for 32-bit ints for 16/8-bit CPUs пре 12 година
  nickysn 8fa9105151 + 16-bit and 8-bit CPU support added in the internal handling of read/readln/write/writeln пре 12 година
  nickysn 697de721ef + added write/writeln helpers in the RTL for writing longints/longwords on 16/8-bit CPUs пре 12 година
  nickysn 44ef72e1a4 * use the generic implementation of abs for the i8086 пре 12 година
  nickysn 8d75441b6e * do not generate prefetchnt instructions on the i8086 пре 12 година
  nickysn 5ea6f37247 + implemented FPC_SETJMP for the i8086 пре 12 година
  nickysn f38114b34b * the result of FPC_SETJMP changed to 16-bit int on 16-bit CPUs пре 12 година
  nickysn eefc9eed90 * do not use 'NEAR' conditional jumps on the i8086, because they are 386+ пре 12 година