tbs0102.pp 192 B

1234567891011121314151617
  1. { $OPT= -Tamiga }
  2. unit tbs0102;
  3. interface
  4. implementation
  5. procedure int_help_constructor;
  6. begin
  7. asm
  8. movem.l d0-a7,-(sp)
  9. end;
  10. end;
  11. end.