BernardQuatermass21
Member
Ive got into the habit of defining symbols for the most significant and least significant byte of Word variables.
e.g.
symbol Pitch = W4
symbol PitchMsb = B9
symbol PitchLsb = B8
where LSB is 2* the Word Variable number of the word and MSB is 2*Word Variable number + 1. These MSB and LSB variables have become my go to way for loading up a word variable from separate byte variables.
Having now grown desperate for variables, i've just started using the Systems Word Variables S_W0 to S_W7. My question is can i separately load the MSB and LSB of system word variables ? I dont know of equivalent byte variables for a system word MSB or LSB....
e.g.
symbol Pitch = W4
symbol PitchMsb = B9
symbol PitchLsb = B8
where LSB is 2* the Word Variable number of the word and MSB is 2*Word Variable number + 1. These MSB and LSB variables have become my go to way for loading up a word variable from separate byte variables.
Having now grown desperate for variables, i've just started using the Systems Word Variables S_W0 to S_W7. My question is can i separately load the MSB and LSB of system word variables ? I dont know of equivalent byte variables for a system word MSB or LSB....