Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. byte db portSound 2
  2. byte db musicPart1 0x5A //asm command of sound chip
  3. byte db musicPart2 0x2C
  4. byte db musicPart3 0x10
  5.  
  6. out portSound, musicPart1
  7. //here delay 1
  8. out portSound, musicPart2
  9. //here delay 2
  10. out portSound, musicPart3
  11. //here delay 3
  12.  
  13. etc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement