home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / IncludeWOS / lvo / disk_lvo.asm < prev    next >
Encoding:
Assembly Source File  |  1999-10-03  |  266 b   |  15 lines

  1.     section    .data,data
  2.  
  3. _LVOAllocUnit    equ    -6
  4.     xdef    _LVOAllocUnit
  5. _LVOFreeUnit    equ    -12
  6.     xdef    _LVOFreeUnit
  7. _LVOGetUnit    equ    -18
  8.     xdef    _LVOGetUnit
  9. _LVOGiveUnit    equ    -24
  10.     xdef    _LVOGiveUnit
  11. _LVOGetUnitID    equ    -30
  12.     xdef    _LVOGetUnitID
  13. _LVOReadUnitID    equ    -36
  14.     xdef    _LVOReadUnitID
  15.