Re: [fpc-pascal] asm statement

2012-06-12 Thread Jonas Maebe
On 12 Jun 2012, at 18:41, Rainer Stratmann wrote: > Is it still necessary to fill in the registers at the end of a asm statement? Yes. > What happens if there is only the end; statement without the used registers? Then the compiler will assume that the assembler code can change all callee-sav

[fpc-pascal] asm statement

2012-06-12 Thread Rainer Stratmann
Is it still necessary to fill in the registers at the end of a asm statement? What happens if there is only the end; statement without the used registers? asm mov eax , ebx end ['EAX' , 'EBX' ... ]; ___ fpc-pascal maillist - fpc-pascal@lists.freepasca