Hello, When I tried to load my 'Motorola S-record format' file, I expected to see the code to be properly placed at the ORG address that I set in my assembly code. The problem is, the code is being stored at location 0 with no S record translation.
What can I do to resolve this? Espectially the S record translation -- I really need this to put the binary code into the locations defined in the S-record.
How do you know your .S file has a correct starting address?
You may try use other software to open the file and see if the starting address is correct. You can download any of the programmer file from the download page.
Also, you may want to convert the S file to bin file first before load it into the buffer.
How do you know your .S file has a correct starting address?
You may try use other software to open the file and see if the starting address is correct. You can download any of the programmer file from the download page.
Also, you may want to convert the S file to bin file first before load it into the buffer.