Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ %cpu=i386 }
{ Source provided for Free Pascal Bug Report 2908 }
{ Submitted by "marcov (gory bugs department)" on 2004-01-19 }
{ e-mail: }
{$mode delphi}
procedure p;
asm
and [eax],$ff000000
and [edx + ebx + 3], $0000ffff
and [edx + 3], $00ffffff
end;
begin
end.