home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d754 / softrack.lha / SofTrack / GetUnitID.s < prev    next >
Text File  |  1992-11-05  |  294b  |  17 lines

  1.  
  2.  ;GetUnitID.Written by Kamran Karimi.To be Assembled with Cape Assembler
  3.  ;and linked with blink to produce SofTrack
  4.  
  5. DR_GetUnitID equ -30
  6.  
  7.  XDEF _GetUnitID
  8.  XREF _DiskBase
  9.  
  10. _GetUnitID:
  11.  move.l  a6,-(a7)
  12.  move.l  8(a7),d0
  13.  move.l  _DiskBase,a6
  14.  jsr     DR_GetUnitID(a6)
  15.  move.l  (a7)+,a6
  16.  rts
  17.