Repository URL to install this package:
{ %norun } var b1: byte absolute $50; b2: byte absolute b1; begin b1 := 3; end.