home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!olivea!decwrl!concert!sas!mozart.unx.sas.com!jamie
- From: jamie@cdevil.unx.sas.com (James Cooper)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Query: Does SAS 6.0 support "inline" assembly?
- Message-ID: <BtwKB7.845@unx.sas.com>
- Date: 1 Sep 92 14:01:55 GMT
- References: <1992Aug31.214820.58541@cc.usu.edu>
- Sender: news@unx.sas.com (Noter of Newsworthy Events)
- Organization: SAS Institute Inc.
- Lines: 23
- Originator: jamie@cdevil.unx.sas.com
- Nntp-Posting-Host: cdevil.unx.sas.com
-
-
- 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?
-
- No.
-
- > I know that this particular idea is flame bait, so no flames please.
- >What I want is the ability to put similar code in the same file. For example, I
- >am working on updating a debugger. I would like to mix the display code with
- >the console code. However one is in Assembly and one is in C.
-
- Well, you could try turning the asm code back into C. V6 does much
- better code generation than before, so you may no longer need the asm
- downcoding to get what you want.
-
- --
- ---------------
- Jim Cooper
- (jamie@unx.sas.com) bix: jcooper
-
- Any opinions expressed herein are mine (Mine, all mine! Ha, ha, ha!),
- and not necessarily those of my employer.
-