Thank you very much! Yes I tried it and it was able to read my intel hex files

Would it be possible to align the start of line not always on the leftmost column, but according to the address offset at the top? Sometimes my linker would skip 4 bytes and the next data segment would start at an odd offset, I need to keep reminding my self when a data segment like this happens, that the leftmost byte of the column is not at 0 offset but some odd address, and the rest of the line becomes more difficult to read. I attached a screenshot of what I mean. Suggestion is to start the line of data at the 08 offset location instead of aligned to the left.