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

  1. OPT MODULE
  2. OPT EXPORT
  3. -> Module created with E:bin/fd2module from YAECv18 package.
  4. OPT NDDC
  5. #macro AllocPotBits(bits) IS (D0:=bits) BUT (A6:=potgobase) BUT ASM ' jsr -6(a6)'
  6. #macro FreePotBits(bits) IS (D0:=bits) BUT (A6:=potgobase) BUT ASM ' jsr -12(a6)'
  7. #macro WritePotgo(word,mask) IS Stores(potgobase,word,mask) BUT Loads(A6,D0,D1) BUT ASM ' jsr -18(a6)'
  8.