dust-tutorial-c64-first-intro/code/load_resources.asm
2013-04-03 11:50:28 +02:00

5 lines
198 B
NASM

; load sid music
* = address_music ; address to load the music data
!bin "resources/jeff_donald.sid",, $7c+2 ; remove header from sid and cut off original loading address