home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12947 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.5 KB  |  38 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Query: Does SAS 6.0 support "inline" assembly?
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BtwLGK.9p4@unx.sas.com>
  8. Date: Tue, 1 Sep 1992 14:26:44 GMT
  9. References:  <1992Aug31.214820.58541@cc.usu.edu>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 24
  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. The only way is by use of the __builtin_emit() function, which will
  20. put out any instruction bytes that you want.  That's OK for one or
  21. two instructions, but it's not what your asking for.  There is no
  22. #asm support because our compiler does not use assembly code as an
  23. intermediate step.
  24.  
  25.  
  26. |> *  Joshua Dinerstein  *  Nothing matters and what if it did? *
  27. |> *  SLMT9@cc.usu.edu   *            - Who Knows!!!            *
  28.  
  29. -- 
  30.   *****
  31. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  32.  *|. o.| ||                                          1200/2400/9600 Dual
  33.   | o  |//     For all you do, this bug's for you!
  34.   ====== 
  35. usenet: walker@unx.sas.com                            bix: djwalker 
  36. Any opinions expressed are mine, not those of SAS Institute, Inc.
  37.  
  38.