home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.sysv386
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!cbnewsk!cbnewsj!dwex
- From: dwex@cbnewsj.cb.att.com (david.e.wexelblat)
- Subject: Re: ESIX 4.0.4 in-line assembly in c
- Organization: AT&T
- Date: Sun, 22 Nov 1992 19:30:25 GMT
- Message-ID: <1992Nov22.193025.24013@cbnewsj.cb.att.com>
- References: <1992Nov20.233617.14037@cbnewsj.cb.att.com> <By2IFC.1yI@constant.demon.co.uk>
- Lines: 34
-
- In article <By2IFC.1yI@constant.demon.co.uk> slangley@constant.demon.co.uk (Simon Langley) writes:
- > david.e.wexelblat (dwex@cbnewsj.cb.att.com) wrote:
- > :
- > : Yes, we have done this. Boy have we done this :-> The jokers at ESIX
- > : have no idea what they are talking about. The manual you want is
- > : "Programmer's Guide: ANSI C and Programming Support Tools" from the
- > : Prentice Hall SVR4 manual set. There's a big section on how to do
- > : inline assembler with the SGS in SVR4.
- > :
- > I am also trying to use the SVR4 assembler but although I found the
- > section about inline code in the Programmer's Guide, I couldn't find
- > any reference to the instruction format. I know a few of the
- > differences between the SVR4 format and Intel format, but not enough to
- > be very useful.
- >
- > Does anyone have a reference for this?
- >
- > --
- > Simon Langley (preferred) slangley@constant.demon.co.uk
- > Hampstead, London
- > pgp 2.0 public key available slangley@cix.compulink.co.uk
-
- I have found precious little documentation on the Unix assembler format
- (there's an old SVR3 (ISC, I believe) document floating around somewhere
- on the net, but I don't have it). The best way to learn the formats is
- to compile some stuff with the -S option, and look at the assembler
- output in the .s files.
-
- --
- David Wexelblat <dwex@mtgzfs3.att.com> (908) 957-5871
- AT&T Bell Laboratories, 200 Laurel Ave - 4B-421, Middletown, NJ 07748
-
- "The meaning of life? That's simple. Try to be happy, try not to hurt
- other people, and hope to fall in love." -- Mallory Keaton
-