home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / libs / fifolib / fifo_lib.fd < prev    next >
Encoding:
Text File  |  1993-10-03  |  254 b   |  12 lines

  1. * "fifo.library"
  2. ##base _FifoBase
  3. ##bias 30
  4. ##public
  5. OpenFifo(name,bytes,flags)(D0/D1/A0)
  6. CloseFifo(fifo,flags)(D0/D1)
  7. ReadFifo(fifo,buf,bytes)(D0/D1/A0)
  8. WriteFifo(fifo,buf,bytes)(D0/D1/A0)
  9. RequestFifo(fifo,msg,req)(D0/D1/A0)
  10. BufSizeFifo(fifo)(D0)
  11. ##end
  12.