home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11515 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.4 KB  |  33 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!news.duc.auburn.edu!gauss.cse!morrison
  3. From: morrison@eng.auburn.edu (Kelly Morrison)
  4. Subject: Writing a C compiler and assembler
  5. Message-ID: <1992Dec19.014845.13874@news.duc.auburn.edu>
  6. Sender: usenet@news.duc.auburn.edu (News Account)
  7. Nntp-Posting-Host: gauss.cse.eng.auburn.edu
  8. Reply-To: morrison@eng.auburn.edu
  9. Organization: Auburn University Engineering
  10. Date: Sat, 19 Dec 1992 01:48:45 GMT
  11. Lines: 20
  12.  
  13.  
  14.    Hi! I'm a lab instructor at Auburn University looking for project ideas for
  15. my systems programming and compiler labs. I'd like to have my students write a
  16. stripped-down C compiler and a macro assembler for the 80x88 family. (We'll use
  17. the MS-DOS linker -- no time to write our own. :)  ).
  18.    What I'd like:
  19.  
  20.    1. Pointers to public-domain compilers and assemblers. I'm already aware of
  21.       Small C and the GNU C compilers -- I'd like more to examine.
  22.  
  23.    2. Suggestions, advice, warnings, and anecdotes from anyone who's written
  24.       either of these at another University. I'm particularly interested in
  25.       finding out what you feel is appropriate for an 8-week, 3 hours/week
  26.       programming lab (for example, only integer arithmetic, no complex data
  27.       structures, etc.).
  28.  
  29.    Please email your advice, and I'll sort it out and post an organized summary
  30. in January. Thanks in advance!
  31.  
  32.              -----> Kelly Morrison, Auburn University
  33.