home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / pcosbind.zoo / source.zoo / fgetdta.s < prev    next >
Encoding:
Text File  |  1992-06-12  |  182 b   |  17 lines

  1.     .TEXT
  2.  
  3.           .globl Fgetdta
  4. Fgetdta:
  5.     move.l    a2,-(sp)
  6.     
  7.     move.w    #$002F,-(A7)
  8.     trap    #1
  9.     addq.w    #2,A7
  10.     movea.l   D0,A0
  11.     
  12.     move.l    (sp)+,a2
  13.     rts
  14.  
  15.     .END
  16.  
  17.