createLocalShortArray
Create a LocalShortArrayStructure A local short array. It stores the size at the start of it, so you can always get the size using LocalShortArrayStructure.getSize This is the advised type of local short array over StaticallySizedLocalShortArrayStructure
Parameters
addr
the local address to create the short array in
size
the size of the short array
Create a LocalShortArrayStructure A local short array. It stores the size at the start of it, so you can always get the size using LocalShortArrayStructure.getSize This is the advised type of local short array over StaticallySizedLocalShortArrayStructure The size is the first integer on the stack
Parameters
addr
the local address to create the short array in