Viability of building a decompiler or disassembler
I have the task to build a disassembler for "Intel HEX" type files, the ones created to be used for a 8051 micro. I need to read the HEX files and translate them to text files (but with mnemonics, like JMP 001, etc). I've heard from some people that this isn't hard to do, but i haven't found any information in the web. Is it viable to do?
Thanks.
propgmr
|