home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / amiga / programm / 12868 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.5 KB

  1. Path: sparky!uunet!hela.iti.org!usc!news
  2. From: addison@pollux.usc.edu (Richard Addison)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Yet Another SAS/C thread
  5. Date: 30 Aug 1992 15:27:04 -0700
  6. Organization: University of Southern California, Los Angeles, CA
  7. Lines: 46
  8. Sender: addison@pollux.usc.edu (Richard Addison)
  9. Message-ID: <la2ipoINNsk6@pollux.usc.edu>
  10. NNTP-Posting-Host: pollux.usc.edu
  11.  
  12. I have a few questions I haven't seen asked about SAS/C version 6.
  13.  
  14. Does lmk still change all file names to lower case?  [This was actually
  15. something fairly recent, like 5.10b but not 5.10a.]
  16.  
  17.  
  18. Does the builtin memcmp() work in all cases?  It generally creates code
  19. like this:
  20.  
  21.     bra.s    $2
  22. $1:    cmp.b    (A0)+,(A1)+
  23. $2:    dbeq    D0,$1
  24.  
  25. The problem that could occur is that the Zero condition flag could be
  26. true before the branch instruction.  This would cause memcmp() to
  27. report that the two regions of memory as being equal regardless of
  28. reality.
  29.  
  30.  
  31. Does cpr support debugging multiple tasks more reliably?  [I've worked
  32. around the problems by detaching all but one task.]
  33.  
  34.  
  35. Has the compiler/cpr bug with being unable to recognize some symbols
  36. within some static functions been fixed?
  37.  
  38.  
  39. On large executables, cpr could complain about invalid debugging
  40. information.  Has this been fixed?
  41.  
  42.  
  43. Do the cpr watch commands support the same sorts of display controls
  44. as the dump commands?
  45.  
  46.  
  47. Does cpr remember the size and placement of the informational windows
  48. when you close and reopen them?
  49.  
  50.  
  51. I've already sent in my order for the update, so these questions are
  52. mostly for curiosity.  Thanks.
  53.  
  54.  
  55. -- 
  56. Richard
  57.  
  58.