Re: [fpc-pascal] Re: [fpc-devel] cpu

2009-11-25 Thread Peter Beisel
thank's for the hint. I could now fix unit cpu.pp The problem was the calling convention (all assambly routines assumed parameters on the stack - but now they are in registers in fact) But {$calling oldfpccall} didn't work (neither on top of the unit nor in interface or implementation) I had

[fpc-pascal] global_dos_alloc

2006-11-10 Thread Peter Beisel
target go32v2 compiler fpc1.0.6 This sequence succeeds begin ... exec( 'aTSR.EXE', ''); // execute an external programm aTSR; // aTSR.EXE will hook an interrupt, terminate and stay resident ... rm := global_dos_alloc( aSize); rmSelector := word( rm); rmSegment:= word( rm shr 16)

[fpc-pascal]graphiX & NVIDIA

2003-01-24 Thread Peter Beisel
compiler: 1.0.6 target: go32v2 OS: a) DOS 6.22; b) Win98SE I've got serious problems running graphix with a NVIDIA GeForce4 440 Go 64MB graphics adapter on my notebook. Has anybody some hints?? Regards Peter ___ fpc-pascal maillist - [EMAIL PROTECTED

[fpc-pascal]graphiX & NVIDIA

2003-01-24 Thread Peter Beisel
compiler: 1.0.6 target: go32v2 OS: a) DOS 6.22; b) Win98SE I've got serious problems running graphix with a NVIDIA GeForce4 440 Go 64MB graphics adapter on my notebook. Has anybody some hints?? Regards Peter ___ fpc-pascal maillist - [EMAIL PROTECTED