Florian Klaempfl a écrit :
>
> Marcel Martin wrote:
>
> > Florian Klaempfl a écrit :
> >
> >>Thomas Schatzl wrote:
> >>
> >>>In this case
> >>>
> >>> procedure nx_fill(P: PLongword; Count: Longint; Value: Longword);
> >>> assembler;
> >>> asm
> >>> pushl %edi
> >>> movl
Marcel Martin wrote:
Florian Klaempfl a écrit :
Thomas Schatzl wrote:
In this case
procedure nx_fill(P: PLongword; Count: Longint; Value: Longword);
assembler;
asm
pushl %edi
movlP,%edi // edi <- P
movlValue,%eax // eax <- Value
movlCount,%ecx