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

  1. OPT MODULE
  2. OPT EXPORT
  3. -> Module created with E:bin/fd2module from YAECv18 package.
  4. OPT NDDC
  5. -> --- functions in V34 or higher (Release 1.3) ---
  6. #macro KillRAD0() IS (A6:=ramdrivedevice) BUT ASM ' jsr -42(a6)'
  7. -> --- functions in V36 or higher (Release 2.0) ---
  8. #macro KillRAD(unit) IS (D0:=unit) BUT (A6:=ramdrivedevice) BUT ASM ' jsr -48(a6)'
  9.