Re: [fpc-pascal] ASM Converting from Turbo Pascal

2006-09-13 Thread Rainer Stratmann
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

Re: [fpc-pascal] ASM Converting from Turbo Pascal

2006-08-29 Thread 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 that there > is > every register used in asm code? In this case it woult be possible