Message-Id: <32BA5B3B.7311@saintmarys.edu> Date: Fri, 20 Dec 1996 01:24:11 -0800 From: user AT saintmarys DOT edu Mime-Version: 1.0 To: djgpp AT delorie DOT com Subject: Inline Assembly Language ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit One of our Computer Science faculty usually teaches a course in which he uses assembly language to teach hardware concepts. However, he has always used C/C++ to handle I/O and certain high level functions. He has used Borland's Turbo C and Turbo ASM on Intel machines, but is not very satisfied with it. I'ld like to know whether it might be worth investigating use of djgpp C for this. I guess it would need to be able to compile inline ASM code to work for him. Dan