home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / sysv386 / 16717 < prev    next >
Encoding:
Text File  |  1992-11-22  |  2.0 KB  |  45 lines

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