Page 1 of 1
re-assembling an extender Resolved
Posted: Mon Oct 31, 2005 5:36 pm
by doggone1
i have edited the asm text file for a urc 9910 how would i reasemble it with s3c8asm then install it in entender thanks
Re: using s3c8asm
Posted: Mon Oct 31, 2005 6:48 pm
by Nils_Ekberg
doggone1 wrote:i have edited the asm text file for a urc 9910 how would i reasemble it with s3c8asm then install it in entender thanks
Here is an example of the command
s3c8asm 9960ex2.asm -a9960ex2.hex -l9960ex2.lst
You then use the .hex file as input to the extender install as outlined in the extender zip readme.
Just curious but what did you change in the source file?
Posted: Tue Nov 01, 2005 2:50 am
by doggone1
Just the lcd setting i wanted it on all the time thanks for the reply
Posted: Tue Nov 01, 2005 8:31 am
by doggone1
i have created the hex file also an lst file with s3c8asm and have read the read me but still not sure how to use this hex file to upgrade extender probably missing the obvious
Posted: Tue Nov 01, 2005 8:54 am
by gfb107
I'm not an extender developer, but here's what I think you need to do.
Make a new RDF for your extender (use the previous extender's RDF as a starting point). You might only need to change the remote signature in the RDF name. If you didn't change the signature, you may be able to skip this step.
Use IR's File->"Merge using ExtInstall" menu to install your new extender (the .hex file)..
Posted: Tue Nov 01, 2005 9:31 am
by Nils_Ekberg
Correct Greg
Since no change in signature was made (Issume) all you need to do is use the new hex files as input using the merge option in IR as indicated by Greg.
Posted: Tue Nov 01, 2005 10:53 am
by doggone1
Thanks for all your help everyone sorted now