You need a disassembler to turn the hex into instructions, but the problem is that the hex may be either data or instruction, so it needs a lot of manual work to disassemble a whole ROM into something fully useful.
based on this, one can search for "7000 72FF 2448" and replace the "7000" with...