Some arrays are declared as byte arrays, but contain a mix of byte values and word values. Maybe there are cases where it makes the most sense to declare an array as a word array but sometimes use it as a byte array, as well.
Could we add a keyword to say that a certain array is okay to address in either mode? E.g. something like:
Array parse dual_addressable -> 100;
Some arrays are declared as byte arrays, but contain a mix of byte values and word values. Maybe there are cases where it makes the most sense to declare an array as a word array but sometimes use it as a byte array, as well.
Could we add a keyword to say that a certain array is okay to address in either mode? E.g. something like: