Reverse engineering-III angar

Reverse-engineering

We have lost contact with a space craft. This is it’s commination controller file could you please help us reverse engineer it?

download the code

This table might help you decode the messuage in the file Note that doing Reverse-engineering-I might yield clues as to how to solve the challenge

#examples of formatting of I-hex
Address: 013016 = 30410
Byte count: 1016 = 1610
Record type: 0016 = Data
Checksum: C716
Calculated checksum: C716

some strings that might help you

'A'; = String(".-");
'B'; = String("-...");
'C'; = String("-.-.");
'D'; = String("-..");
'E'; = String(".");
'F'; = String("..-.");
'G'; = String("--.");
'H'; = String("....");
'I'; = String("..");
'J'; = String(".---");
'K'; = String("-.-");
'L'; = String(".-..");
'M'; = String("--");
'N'; = String("-.");
'O'; = String("---");
'P'; = String(".--.");
'Q'; = String("--.-");
'R'; = String(".-.");
'S'; = String("...");
'T'; = String("-");
'U'; = String("..-");
'V'; = String("...-");
'W'; = String(".--");
'X'; = String("-..-");
'Y'; = String("-.--");
'Z'; = String("--..");
'0'; = String("-----");