home *** CD-ROM | disk | FTP | other *** search
- UWORD __AllocPotBits(__reg("d0") unsigned long bits ,__reg("a6") void *)="\tjsr\t-6(a6)";
- #define AllocPotBits(x1) __AllocPotBits((x1),PotgoBase)
- void __FreePotBits(__reg("d0") unsigned long bits ,__reg("a6") void *)="\tjsr\t-12(a6)";
- #define FreePotBits(x1) __FreePotBits((x1),PotgoBase)
- void __WritePotgo(__reg("d0") unsigned long word,__reg("d1") unsigned long mask ,__reg("a6") void *)="\tjsr\t-18(a6)";
- #define WritePotgo(x1,x2) __WritePotgo((x1),(x2),PotgoBase)
-