home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / sourcecode / dexion / spilsample.s < prev    next >
Text File  |  1995-03-17  |  209b  |  15 lines

  1. org $60000
  2. load $60000
  3. move.l #$50000,a0
  4. s:
  5. move.l    #$50000,$dff0a0    
  6. move.w    #36000,$dff0a4 
  7. move.w    #300,$dff0a6    
  8. move.w    #65,$dff0a8    
  9. move.w    #$83a0,$dff096    
  10. l0:
  11. move.b (a0)+,$dff0a8
  12. cmp.l #$60000,a0
  13. bne l0
  14. rts
  15.