home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19152 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.6 KB  |  42 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!gatech!concert!sas!mozart.unx.sas.com!walker
  3. From: walker@twix.unx.sas.com (Doug Walker)
  4. Subject: Re: Manx is ORPHANING Aztec C!
  5. Originator: walker@twix.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <C1Ex63.67s@unx.sas.com>
  8. Date: Mon, 25 Jan 1993 13:51:38 GMT
  9. References:  <paulk.3evm@terapin.com>
  10. Nntp-Posting-Host: twix.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 28
  13.  
  14.  
  15. In article <paulk.3evm@terapin.com>, paulk@terapin.com (Paul Kienitz) writes:
  16. |> In either case, the message is clear.  Aztec C for Amiga is now basically an
  17. |> unsupported product.
  18.  
  19. |> Damn it's going to be a bitch to convert all my code to SAS or the commercial
  20. |> version of DICE ...
  21.  
  22. That's not necessarily true.  I've converted lots of Aztec C programs
  23. off the Fish Disks to use as test cases.  About the only serious
  24. problem I've run into is if the programs use #asm a lot.  (If they
  25. are, they could probably use rewriting anyway.)  Since you can
  26. call functions with parameters in specific registes in SAS/C, a lot
  27. of the reasons for using #asm go away; also, the getreg() and putreg()
  28. built-in functions remove the need for a lot of #asm code.
  29.  
  30. There is a section in the SAS/C 6.0 User's Guide on converting Aztec C
  31. options to SAS/C V6.0.
  32.  
  33. -- 
  34.   *****
  35. =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  36.  *|. o.| ||                                          1200/2400/9600 Dual
  37.   | o  |//     For all you do, this bug's for you!
  38.   ====== 
  39. usenet: walker@unx.sas.com                            bix: djwalker 
  40. Any opinions expressed are mine, not those of SAS Institute, Inc.
  41.  
  42.