home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 19 / AACD19.BIN / AACD / Programming / YAEC / externs / misc.ext < prev    next >
Encoding:
Text File  |  2001-02-23  |  272 b   |  13 lines

  1. ;.ext file Created by fdtool in LITTEL package v18
  2. EXT AllocMiscResource 2
  3.    move.l GLOBAL_miscbase(a4), a6
  4.    move.l (a7)+, d0
  5.    move.l (a7)+, a1
  6.    jsr -6(a6)
  7. ENDEXT
  8. EXT FreeMiscResource 1
  9.    move.l GLOBAL_miscbase(a4), a6
  10.    move.l (a7)+, d0
  11.    jsr -12(a6)
  12. ENDEXT
  13. EOF