We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Can we convert HEX code to C code? Is there any tools avaliable?
with thanks, Karthik
Ok, this is a little more tricky than the OP might have though.
But I can now read in a hex file and produce an output of:
int main(int argc, char *argv[]) { return(0); }
I've done the complicated part, but I'll have to bow out due to me having too many other commitments.
Anyone want to take the project over?