??? 12/14/07 23:11 Read: times |
#148250 - You need to think more precisely Responding to: ???'s previous message |
Shehryar Shaukat said:
i am going to execute the HEX file from the external ram. No, you are not going to execute the Hex file. We've already been through that in the original thread. You need to decode the the Hex file, and load the binary data that it represents into your RAM. The binary data is what actually gets executed. how many instructions does each record specify? The Intel Hex format is entirely oblivious of instructions; As far as the Intel Hex format it's just bytes of binary data |