re-assembling an extender Resolved

Support forum for extenders. If you're having trouble getting one up and running, this is the place to come.

Moderator: Moderators

Post Reply
doggone1
Posts: 8
Joined: Sun Oct 30, 2005 9:50 am

re-assembling an extender Resolved

Post 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
Last edited by doggone1 on Tue Nov 01, 2005 10:52 am, edited 1 time in total.
Nils_Ekberg
Expert
Posts: 1689
Joined: Sat Aug 02, 2003 2:08 pm
Location: Near Albany, NY

Re: using s3c8asm

Post 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?
doggone1
Posts: 8
Joined: Sun Oct 30, 2005 9:50 am

Post by doggone1 »

Just the lcd setting i wanted it on all the time thanks for the reply
doggone1
Posts: 8
Joined: Sun Oct 30, 2005 9:50 am

Post 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
gfb107
Expert
Posts: 3411
Joined: Sun Aug 03, 2003 7:18 pm
Location: Cary, NC
Contact:

Post 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)..
Nils_Ekberg
Expert
Posts: 1689
Joined: Sat Aug 02, 2003 2:08 pm
Location: Near Albany, NY

Post 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.
doggone1
Posts: 8
Joined: Sun Oct 30, 2005 9:50 am

Post by doggone1 »

Thanks for all your help everyone sorted now
Post Reply