home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / s3asm2 / DBF.INC < prev    next >
Text File  |  1993-09-30  |  1KB  |  44 lines

  1. ;
  2. ; !File!
  3. ;   dbf.inc
  4. ;
  5. ; !Desc!
  6. ;   Epoc Services for Psion Series 3/3a
  7. ;
  8. ; !Authors!
  9. ;   Krister Wombell
  10. ;
  11. ; !Date!
  12. ;   13:11-25/09/93
  13. ;
  14.  
  15. ; DBFManager
  16. DbfOpen            EPOC    $00,$D8,cl,si,di,dx,bx
  17. DbfClose        EPOC    $01,$D8,bx
  18. DbfFlush        EPOC    $02,$D8,bx
  19. DbfTrash        EPOC    $03,$D8,bx
  20. DbfCopyDown        EPOC    $04,$D8,bx,si
  21. DbfCompress        EPOC    $05,$D8,bx,di
  22. DbfCopyFile        EPOC    $06,$D8,bx,cl,ch,dx,di,si
  23. DbfFileSize        EPOC    $07,$D8,bx
  24. DbfExtHeaderRead    EPOC    $08,$D8,al,bx,cx,si
  25. DbfExtHeaderWrite    EPOC    $09,$D8,al,bx,cx,si
  26. DbfVersion        EPOC    $0A,$D8
  27. DbfAbsReadSense        EPOC    $0B,$D8,bx,cx
  28. DbfAbsRead        EPOC    $0C,$D8,bx,cx
  29. DbfNextRead        EPOC    $0D,$D8,bx
  30. DbfBackRead        EPOC    $0E,$D8,bx
  31. DbfFirstRead        EPOC    $0F,$D8,bx
  32. DbfLastRead        EPOC    $10,$D8,bx
  33. DbfAppend        EPOC    $11,$D8,bx,cx
  34. DbfEraseRead        EPOC    $12,$D8,bx,di
  35. DbfUpdate        EPOC    $13,$D8,bx,cx,di
  36. DbfFindRead        EPOC    $14,$D8,al,bx,cx,dl,dh,di,si
  37. DbfSense        EPOC    $15,$D8,bx
  38. DbfCount        EPOC    $16,$D8,bx
  39. DbfDescRecordRead    EPOC    $17,$D8,bx
  40. DbfDescRecordWrite    EPOC    $18,$D8,bx,cx
  41.  
  42.  
  43.  
  44.