home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / modules / misc.e < prev    next >
Encoding:
Text File  |  2001-08-12  |  298 b   |  7 lines

  1. OPT MODULE
  2. OPT EXPORT
  3. -> Module created with E:bin/fd2module from YAECv18 package.
  4. OPT NDDC
  5. #macro AllocMiscResource(unitNum,name) IS Stores(miscbase,unitNum,name) BUT Loads(A6,D0,A1) BUT ASM ' jsr -6(a6)'
  6. #macro FreeMiscResource(unitNum) IS (D0:=unitNum) BUT (A6:=miscbase) BUT ASM ' jsr -12(a6)'
  7.