home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CopyPRGS / deckcopy.dms / in.adf / Important.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  609 b   |  34 lines

  1.         .......
  2.         ...........
  3.  
  4. A:    bra    mt_init
  5.     bra    mt_music
  6.     bra    mt_end
  7.  
  8. mt_init    LEA    mt_data(PC),A0
  9.     LEA    mt_SongDataPtr(PC),A1
  10.     MOVE.L    A0,(A1)
  11.     MOVE.L    A0,A1
  12.     LEA    952(A1),A1
  13.     MOVEQ    #127,D0
  14.     MOVEQ    #0,D1
  15. mtloop    MOVE.L    D1,D2
  16.     SUBQ.W    #1,D0
  17. mtloop2    MOVE.B    (A1)+,D1
  18.     CMP.B    D2,D1
  19.     BGT.S    mtloop
  20.     DBRA    D0,mtloop2
  21.     ADDQ.B    #1,D2
  22.         .............
  23.         .............etc...
  24.  
  25. mt_Data:incbin    df0:mod.decktune
  26. B:
  27.  
  28.  You can use this source for change the tune of DeckCopyV1.0..
  29.  
  30.  Just type your module name on mt_data label. (example mod.mytune) And just
  31. Assemble the source and type these:
  32.  
  33.  wb df0:mod.decktune
  34.