In a DAT section, constants are allocated in sequential order. If you change alignment on successive lines (byte to word or word to long), there may be unused space to do the boundary alignment, but, otherwise, it's strictly as you write it. For example:
myData word 1, 2, 3, 4, 5, 6, 7, 8
word 9, 10, 11, 12, 13, 14, 15, 16
This will create a word array with 16 elements that you can access with "myData[noparse][[/noparse]index]" or "word[noparse][[/noparse]@myData][noparse][[/noparse]index]".
Comments
This will create a word array with 16 elements that you can access with "myData[noparse][[/noparse]index]" or "word[noparse][[/noparse]@myData][noparse][[/noparse]index]".
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Caught in the PropWash