home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / amiga / applicat / 9412 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.sys.amiga.applications
  2. Path: sparky!uunet!spsgate!mogate!newsgate!newsgate!abair
  3. From: abair@parsons.sps.mot.com (Alan Bair)
  4. Subject: Re: AmigaNOS ... DOCUMENTATION?
  5. In-Reply-To: jimdawson@cup.portal.com's message of Tue,  8 Dec 92 21:38:50 PST
  6. Message-ID: <ABAIR.92Dec12121859@parsons.sps.mot.com>
  7. Sender: usenet@newsgate.sps.mot.com
  8. Nntp-Posting-Host: 223.12.249.122
  9. Organization: AMCU, Motorola Inc., Austin, Texas.
  10. References: <By9u02.KnI@NeoSoft.com> <15704@suns7.crosfield.co.uk>
  11.     <ByBvtD.1op@NeoSoft.com><ByCGxu.F6D@NeoSoft.com>
  12.     <MJL.92Dec2112502@dino.ph.utexas.edu> <71290@cup.portal.com>
  13. Date: Sat, 12 Dec 1992 19:18:59 GMT
  14. Lines: 25
  15.  
  16. In article <71290@cup.portal.com> jimdawson@cup.portal.com (Jim R Dawson) writes:
  17.  
  18.    Has anyone successfuly compiled AmigaNOS under SAS/C 6.(0|1)? I seem bo be
  19.    having some troulbe getting everything to work properly.
  20.  
  21.    +-----------------------------------------------+-------------------------+
  22.    |Jim Dawson - Author of AmiQWK .QWK mail reader | jimdawson@cup.portal.com|
  23.    +-----------------------------------------------+-------------------------+
  24.  
  25. I managed to get a verison compiled under SAS/C 5.10b, but it did not work as
  26. well as the orginal binary. The biggest problems I had was figuring out how
  27. to convert the Aztec inline assembly code into the few assembly level functions
  28. that SAS/C supports. There were also other minor source code problems and
  29. of course the Makefile had to be rewritten.
  30.  
  31. General comment on programming practice:
  32. I really dislike the use of assembly code mixed in with the C source code.
  33. This is NOT a good practice to follow if you want your program to have any
  34. chance at portability even on the same machine.
  35. --
  36. Alan Bair                     AMCU DSCS
  37. Motorola, Inc.                    (Design Software &
  38. Mail Stop OE-320             Computer Services)
  39. 6501 William Cannon Dr. West    
  40. Austin, TX  78735-8598          abair@parsons.sps.mot.com
  41.