re-assembling an extender Resolved
Moderator: Moderators
re-assembling an extender Resolved
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
Here is an example of the commanddoggone1 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
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?
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)..
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)..
-- Greg
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
Original RemoteMaster developer
JP1 How-To's and Software Tools
The #1 Code Search FAQ and it's answer (PLEASE READ FIRST)
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY