Wav length in Move.w
Posted: Sun Feb 06, 2011 10:17 pm
Havent posted in here for a while.. Hope everything is good with you all 
Anyway, being playing around lately with moving values into memory
Trouble is i'm having difficulty with one thing
Was playing around with drx's wav playing code and new that was fairly simple.. well after much playing around mainly optimising it. I just can't get how i can specify the length of the wav
was given in the template
but the value is too large to fit into a word
what else or how can i possibly move a length of the wav value into something more manageable
Thanks

Anyway, being playing around lately with moving values into memory
Trouble is i'm having difficulty with one thing
Was playing around with drx's wav playing code and new that was fairly simple.. well after much playing around mainly optimising it. I just can't get how i can specify the length of the wav
Code: Select all
move.w #SoundEnd-SoundStart,($a00043).l ;wav length
but the value is too large to fit into a word
what else or how can i possibly move a length of the wav value into something more manageable
Thanks