Am Dienstag, 29. August 2006 11:24 schrieb Peter Vreman:
> > Hello,
> >
> > in fpc you have to tell the compiler which registers are used in asm
> > code.
> >
> > for example
> >
> > asm
> >mov ax,123
> > end [eax];
> >
> > Is it possible to make a compilerswitch that the compiler tells th
> Hello,
>
> in fpc you have to tell the compiler which registers are used in asm code.
>
> for example
>
> asm
>mov ax,123
> end [eax];
>
> Is it possible to make a compilerswitch that the compiler tells that there
> is
> every register used in asm code? In this case it woult be possible