home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
- From: walker@twix.unx.sas.com (Doug Walker)
- Subject: Re: Query: Does SAS 6.0 support "inline" assembly?
- Originator: walker@twix.unx.sas.com
- Sender: news@unx.sas.com (Noter of Newsworthy Events)
- Message-ID: <BtwLGK.9p4@unx.sas.com>
- Date: Tue, 1 Sep 1992 14:26:44 GMT
- References: <1992Aug31.214820.58541@cc.usu.edu>
- Nntp-Posting-Host: twix.unx.sas.com
- Organization: SAS Institute Inc.
- Lines: 24
-
-
- In article <1992Aug31.214820.58541@cc.usu.edu>, slmt9@cc.usu.edu (Joshua Dinerstein) writes:
- |> The question is this. In SAS C Version 6.0, is there a way to put ASM
- |> coding in the actual C code? As in something like the #asm stuff in manx?
-
- The only way is by use of the __builtin_emit() function, which will
- put out any instruction bytes that you want. That's OK for one or
- two instructions, but it's not what your asking for. There is no
- #asm support because our compiler does not use assembly code as an
- intermediate step.
-
-
- |> * Joshua Dinerstein * Nothing matters and what if it did? *
- |> * SLMT9@cc.usu.edu * - Who Knows!!! *
-
- --
- *****
- =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
- *|. o.| || 1200/2400/9600 Dual
- | o |// For all you do, this bug's for you!
- ======
- usenet: walker@unx.sas.com bix: djwalker
- Any opinions expressed are mine, not those of SAS Institute, Inc.
-
-