tb0192.pp 239 B

123456789101112
  1. { Old file: tbs0226.pp }
  2. { Asm, offset of var is not allowed as constant OK 0.99.11 (PFV) }
  3. {$ifdef fpc}{$asmmode intel}{$endif}
  4. var
  5. test : longint;
  6. begin
  7. exit; { don't run this code below !! }
  8. asm
  9. dd test
  10. end;
  11. end.