Mark McDougall wrote:
Moll wrote:Any you want, ask - there is a 4-byte header, image load address (16-bit word, small endian), image length (16-bit word, small endian), followed by the contents of the image. This format might be easiest to work with.Thanks for the files! I have a question tho' - how do I know the execution address???Regards, Mark
Execution begins at the beginning of the code, as pointed to by the load address (first 2 bytes of the file).
Moll.