home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12946 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.4 KB

  1. Path: sparky!uunet!olivea!decwrl!concert!sas!mozart.unx.sas.com!jamie
  2. From: jamie@cdevil.unx.sas.com (James Cooper)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Query: Does SAS 6.0 support "inline" assembly?
  5. Message-ID: <BtwKB7.845@unx.sas.com>
  6. Date: 1 Sep 92 14:01:55 GMT
  7. References: <1992Aug31.214820.58541@cc.usu.edu>
  8. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  9. Organization: SAS Institute Inc.
  10. Lines: 23
  11. Originator: jamie@cdevil.unx.sas.com
  12. Nntp-Posting-Host: cdevil.unx.sas.com
  13.  
  14.  
  15. In article <1992Aug31.214820.58541@cc.usu.edu>, slmt9@cc.usu.edu (Joshua Dinerstein) writes:
  16. >       The question is this. In SAS C Version 6.0, is there a way to put ASM
  17. >coding in the actual C code? As in something like the #asm stuff in manx?
  18.  
  19. No.
  20.  
  21. >       I know that this particular idea is flame bait, so no flames please.
  22. >What I want is the ability to put similar code in the same file. For example, I
  23. >am working on updating a debugger. I would like to mix the display code with
  24. >the console code. However one is in Assembly and one is in C.
  25.  
  26. Well, you could try turning the asm code back into C.  V6 does much
  27. better code generation than before, so you may no longer need the asm
  28. downcoding to get what you want.
  29.  
  30. -- 
  31. ---------------
  32. Jim Cooper
  33. (jamie@unx.sas.com)                             bix: jcooper
  34.  
  35. Any opinions expressed herein are mine (Mine, all mine!  Ha, ha, ha!),
  36. and not necessarily those of my employer.
  37.