On Wed, 22 Sep 1999 19:57:53 +0100, you wrote: >Can anyone please help, I need to upload and execute the following srecord >into a M68HC11. > >I believe it must first be converted into binary format,is this correct ? > >Second how do I get it to execute ? > >S105B6007E00AD >S105B601E8007B >S105B602510042 >S105B6701B58 >S105B674EFF3 >S105B676DCBA >S105B6800000 >S105B6810000 >S105B6820000 > >-- >Regards, >Simon Hi Simon! Its been a while since I've messed with MOTs processors but here goes... No you do not have to convert it to anything but what you have. This is a standard "S" record. There should me some form of monitor rom on the system that you are uploading it to. Most of the motorola stuff is loosely based on the old MIKBUG of the original 6800 days. Usually a "L" command followed by the ascii "S" record. The "S" record is followed by a "S9" record that indicates "End of transmission". The old monitors I used had a "J" command followed by a 4 hex digit address. This would commence execution at that address. You might check the motorola web sites and look for monitor reference info. There are several for the HC11. Best regards Dave Duley