home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 612a.lha / PowerVisor_v1.13 / PowerVisor_v1.13.lzh / PowerVisorLib / pv_lib.fd next >
Text File  |  1992-01-29  |  313b  |  13 lines

  1. ##base _pvBase
  2. ##bias 30
  3. ##public
  4. PP_InitPortPrint()()
  5. PP_StopPortPrint(replyPort)(A0)
  6. PP_ExecCommand(replyPort,data,command,datasize)(A0,A1,A2,D0)
  7. PP_DumpRegs(replyPort)(A0)
  8. PP_Print(replyPort,Text)(A0,A1)
  9. PP_PrintNum(replyPort,Number)(A0,D0)
  10. PP_TrackAllocMem(block,size)(A1,D0)
  11. PP_TrackFreeMem(block)(A1)
  12. ##end
  13.