On Wed, March 19, 2008 09:43, Skybuck Flying wrote:
> Ok,
>
> I already solved problem by using:
>
> pushad
>
> .. rest of asm ...
>
> popad
>
> However this might be slower than just a few pushes and pops ?
>
> So any slight performance improvements welcome, but I am already quite
> happy
> with t
On Thu, 20 Mar 2008 14:42:08 +0100 (CET)
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
> > Every reference to the StrInt function in Sysutils results in an
> > error. I have checked fpc.cfg in /etc and .fpc.cfg in my home
> > Any idea what could be wrong ?
>
> It should be StrToInt, not StrInt
Op donderdag 20-03-2008 om 09:40 uur [tijdzone -0400], schreef Frank
McCormick:
>
> Every reference to the StrInt function in Sysutils results in an
> error.
> I have checked fpc.cfg in /etc and .fpc.cfg in my home directory and
> they contain the unit path to the system files. Sysutils is include
On Thu, 20 Mar 2008, Frank McCormick wrote:
>
>
> I have run into a problem compiling a unit under the latest fpc on
> Debian Sid.
>
> Every reference to the StrInt function in Sysutils results in an error.
> I have checked fpc.cfg in /etc and .fpc.cfg in my home directory and
> they contain
I have run into a problem compiling a unit under the latest fpc on
Debian Sid.
Every reference to the StrInt function in Sysutils results in an error.
I have checked fpc.cfg in /etc and .fpc.cfg in my home directory and
they contain the unit path to the system files. Sysutils is included
in the
Ok,
I already solved problem by using:
pushad
.. rest of asm ...
popad
However this might be slower than just a few pushes and pops ?
So any slight performance improvements welcome, but I am already quite happy
with this solution ! ;)
Bye,
Skybuck.