home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume4 / aaa / abst < prev    next >
Text File  |  1986-11-30  |  530b  |  19 lines

  1. .TL
  2. Writing Assemblers With Awk And Sed
  3. .AU
  4. Henry Spencer
  5. .AI
  6. .ZO
  7. (416)978-6060
  8. utzoo!henry
  9. .AB
  10. Simple assemblers can be written using the shell, \fIawk\fR, and \fIsed\fR,
  11. with no C code whatsoever.
  12. They accept a fairly conventional input
  13. language, and produce Intel hex output.
  14. (True binary output would require a C program for the final conversion
  15. to binary.)
  16. They run quite slowly, their input language is restrictive and contrived,
  17. and error checking is almost totally absent,
  18. but they are quick and easy to write and change.
  19.