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

  1. s:    move.l    $4.w,a6
  2.     lea    dosnam(pc),a1
  3.     jsr    -408(a6)
  4.     move.l    d0,a6
  5.     beq.s    fini
  6.     move.l    #path,d1
  7.     move.l    #1006,d2
  8.     jsr    -30(a6)
  9.     move.l    d0,d7
  10.     beq.s    error
  11.     move.l    d0,d1
  12.     move.l    #$40000,d2
  13.     moveq    #$10,d3
  14.     jsr    -42(a6)
  15.     move.l    d7,d1
  16.     jsr    -36(a6)
  17. error:    move.l    a6,a1
  18.     move.l    $4.w,a6
  19.     jsr    -414(a6)
  20. fini:    rts
  21.  
  22. dosnam:    dc.b    'dos.library',0
  23. path:    dc.b    'test',0
  24.     even
  25.