home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / GXY-INF.LHA / infos / examine.s < prev    next >
Encoding:
Text File  |  1996-03-09  |  352 b   |  24 lines

  1. fib = $40000
  2.  
  3. s:    move.l    $4.w,a6
  4.     lea    dosnam(pc),a1
  5.     jsr    -408(a6)
  6.     move.l    d0,a6
  7.     move.l    #path,d1
  8.     moveq    #-2,d2
  9.     jsr    -84(a6)
  10.     move.l    d0,d1
  11.     beq.s    error
  12.     move.l    d0,d7
  13.     move.l    #fib,d2
  14.     jsr    -114(a6);Examine=-102, Info=-114
  15.     move.l    d7,d1
  16.     jsr    -90(a6)
  17. error:    move.l    a6,a1
  18.     move.l    $4.w,a6
  19.     jmp    -414(a6)
  20.  
  21. dosnam:    dc.b    'dos.library',0
  22. path:    dc.b    'df0:',0
  23.     even
  24.