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 / tw33202.pp
Size: Mime:
{ %CPU=avr }
{ %OPT=-Sm -Wpavrsim }
program macrotest;
const
  sramMax = FPC_SRAMBASE + FPC_SRAMSIZE - 1;
begin
  asm
    sts sramMax , r31 // macrotest.pp(13,16) Error: Constant value out of bounds
  end;
end.