home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 369a.lha / Linksound / PlayBeep.asm < prev    next >
Assembly Source File  |  1990-04-01  |  111b  |  9 lines

  1.         opt L+
  2. ;example for DEVPAC
  3.  
  4.         XREF    _beep
  5. _main
  6.         jsr     _beep
  7.         rts
  8. ; that's all
  9.