If you need only word-spaced access, you can overlay the byte array with a word array, so wordarr(3) would access bytes(5) and (6).
Assumed CONFIG BASE<>0. You won't be able to access for example bytes(4) and (5) as a word.
And sure, Makeint() works.
↧