merge_words_into_long and split_long_into_words operations in Spin
youngdave
Posts: 70
Dear All
I have an array of word variables. I need to select two of these words according to criteria C, combine them in a temporary long variable, rotate that long left by X bits, and then split that long back into two words.
Anyone have any ideas on how to do merge_words_into_long and split_long_into_words operations in Spin?
TIA David Young
I have an array of word variables. I need to select two of these words according to criteria C, combine them in a temporary long variable, rotate that long left by X bits, and then split that long back into two words.
Anyone have any ideas on how to do merge_words_into_long and split_long_into_words operations in Spin?
TIA David Young
Comments
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Composite NTSC sprite driver: Forum
NTSC & PAL driver templates: ObEx Forum
OnePinTVText driver: ObEx Forum
Post Edited (ericball) : 8/10/2009 12:30:39 PM GMT
David Young