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 / tbf / tb0037.pp
Size: Mime:
{ %FAIL }
{ %OPT=-Cg- }
{ Old file: tbf0175.pp }
{ Asm, mov word,%eax should not be allowed without casting emits a warning (or error with range checking enabled)  OK 0.99.11 (PM) }

{ this will just give out an error }
{$asmmode att}
{$R+}
var
  w : word;
begin
  asm
        movl w,%ecx
  end;
end.