home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / m68k / 1051 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  1.7 KB

  1. Path: sparky!uunet!decwrl!infopiz!lupine!motcsd!mri!bill
  2. Newsgroups: comp.sys.m68k
  3. Subject: Re: S-records
  4. Message-ID: <1992Aug21.010523.17300@mri.com>
  5. From: bill@mri.com (Bill Weinberg)
  6. Date: 21 Aug 92 01:05:23 GMT
  7. Sender: bill@mri.com
  8. References: <l8ipdpINNlt9@atacama.cs.utexas.edu> <9722@kralizec.zeta.org.au>
  9. Organization: Microtec Research Inc., Santa Clara, CA
  10. Lines: 30
  11.  
  12. In article <9722@kralizec.zeta.org.au> craig@kralizec.zeta.org.au (Craig Dewick) writes:
  13. >One thing that has perplexed me for a long time is why both manufacturers
  14. >use different code storage methods? I think they must stem from early
  15. >microcoding days when these formats were how the microcode images were
  16. >set out be each company.
  17. >
  18. The origins of Intel HEX and Motorola S records have nothing to do with
  19. "microcode" - no one uses ASCII hex formats for work with on-chip pro-
  20. cessor internals.
  21.  
  22. To understand the origins of competing file formats, you must realize that
  23. both Motorola S and Intel HEX formats were both originally developed to 
  24. support the programming of 8-bit micros (6800 and 8008 respectively) with
  25. (E)PROM programmers developed in-house by the two companies. Motorola used
  26. to offer a programming board that went into the EXORciser* while Intel did
  27. the same for its development tools (I forget their names). There were almost
  28. no commercially available device programmers at the time (maybe Data I/O)
  29. and so multiple standards were free to develop in-house.
  30.  
  31. Other competing ASCII/HEX formats include TEKHEX, Hitachi S records, and
  32. others beyond my ken.
  33.  
  34.  
  35. Bill Weinberg
  36. Prod Marketing Mgr
  37. Microtec Research Inc.
  38.  
  39. *now that I think about it, Motorola supported S records with its earliest eval
  40.  boards, like the ones with MICbug too, before the EXORcisor.
  41.