Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / tests / webtbs / tw2908.pp
Size: Mime:
{ %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.