home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / c / 18513 < prev    next >
Encoding:
Text File  |  1992-12-17  |  2.0 KB  |  50 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!mp.cs.niu.edu!news.ecn.bgu.edu!uxa.ecn.bgu.edu!msjle
  3. From: msjle@uxa.ecn.bgu.edu (Joi L. Ellis)
  4. Subject: Re: Turbo C with built-in assembler??????
  5. Message-ID: <BzE1tL.105@uxa.ecn.bgu.edu>
  6. Organization: Educational Computing Network
  7. References: <1992Dec16.220742.9975@lunatix.uucp>
  8. Date: Thu, 17 Dec 1992 05:27:18 GMT
  9. Lines: 39
  10.  
  11. chelf@lunatix.uucp (Chad Helfenberger) writes:
  12.  
  13. >I seem to have gotten a bad copy of Turbo C++ (v3.0).  On the _box_, it says 
  14. >'built-in assembler' along with the other 'features'.  However, when I try 
  15. >to compile a program with inline asm code (as in #pragma inline), it aborts 
  16. >with 'TASM not found'.  Any insight on this?  If it has a built-in 
  17. >assembler, why would it be trying to call tasm?  
  18.  
  19. The 'built in assembler' is *not* the same assembler as Tasm.  It takes
  20. either in-line code or source files with a different extension.  It also
  21. doesn't follow the same syntax rules, so it often won't compile a Tasm
  22. source.
  23.  
  24. Tasm comes as part of Borland C, not Turbo C.  (*frown*)
  25.  
  26. >Another question.  The manual that came with it is very sparse, and doesn't 
  27. >list the function call prototypes or *anything*.  All it is, basically, is a 
  28. >guide to use the stupid integrated environment (which is nice as a debugger, 
  29. >but NOT an editor).  I know the online help provides all this, but I'd 
  30. >rather have a book that I can use, WHILE I'm in my favorite editor.  :) 
  31.  
  32. >Thanks for any help!!
  33.  
  34. I've gathered from my reading of the manuals, that the
  35. built-in-assembler is not intended as a serious tool but a quick hack to
  36. be able to accomplish something that may not be easily accessible
  37. directly from C. 
  38.  
  39. I'm still trying to get a copy of Tasm from my dealer, but the twit isn't
  40. returning my  calls.  Maybe it's not available separately?
  41.  
  42.  
  43. >-- 
  44. >Chad Helfenberger
  45. >(chelf@lunatix.uucp) 
  46. -- 
  47. Joi Ellis                      msjle@uxa.ecn.bgu.edu
  48. Student Residential Programs   Western Illinois University
  49.  
  50.