Format: void loadHex16(char * filename, unsigned short * store, int start, int end);
Parameters:
This function parses an Intel HEX file and loads the data, as 16-bit values, into an array of shorts. The data is selected between the start and end addresses.