home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / pcosbind.zoo / source.zoo / dmawrite.s < prev    next >
Text File  |  1992-06-12  |  252b  |  18 lines

  1.     .TEXT
  2.  
  3.           .globl DMAwrite
  4. DMAwrite:
  5.     move.l    A2,-(A7)
  6.     move.w    D2,-(A7)
  7.     move.l    A0,-(A7)
  8.     move.w    D1,-(A7)
  9.     move.l    D0,-(A7)
  10.     move.w    #$002B,-(A7)
  11.     trap    #14
  12.     lea.l     $000E(A7),A7
  13.     movea.l   (A7)+,A2
  14.     rts
  15.  
  16.     .END
  17.  
  18.