home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15671 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.7 KB  |  58 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!concert!sas!mozart.unx.sas.com!jamie
  3. From: jamie@cdevil.unx.sas.com (James Cooper)
  4. Subject: Re: Problems & Suggestions for SAS 6.00 asm
  5. Originator: jamie@cdevil.unx.sas.com
  6. Sender: news@unx.sas.com (Noter of Newsworthy Events)
  7. Message-ID: <BxK462.Bvs@unx.sas.com>
  8. Date: Wed, 11 Nov 1992 14:56:25 GMT
  9. References:  <1dqglnINNequ@werple.apana.org.au>
  10. Nntp-Posting-Host: cdevil.unx.sas.com
  11. Organization: SAS Institute Inc.
  12. Lines: 44
  13.  
  14.  
  15. In article <1dqglnINNequ@werple.apana.org.au>, bytey@werple.apana.org.au (Chris Hames) writes:
  16. >Note: I don't have access to EMITS yet (my registration card is on its way).
  17. >
  18. >Problems/Bugs:-
  19. >
  20. >1.   dcb[.size] eg "dcb.b 8,0" statements give "Error: unrecognized opcode".
  21. >     Chaper 11, Using Assembler Directives lists DCB[.size] as valid.
  22.  
  23. Definite bug.  Thanks for the report.
  24.  
  25. >Suggestions:
  26. >
  27. >1.   support EVEN to help with compatability.  EVEN=CNOP 0,2
  28.  
  29. EVEN    macro
  30.         cnop    0,2
  31.         endm
  32.  
  33. >2.   support ~ for bitwise NOT.
  34.  
  35. Enhancement request noted.
  36.  
  37. >3.   support | for bitwise OR, for compatability. |=!
  38.  
  39. Enhancement request noted.
  40.  
  41. >Is there a list of known SAS 6.00 bugs available?
  42.  
  43. No, but when the patch comes out (**very** shortly now), it will have a
  44. file telling you what was fixed.
  45.  
  46. >Well I must say SAS 6 is a very nice package and yes I am a old Aztec user
  47. >that has been converted.
  48.  
  49. Ah!  Another sees the light... :-) :-)
  50.  
  51. -- 
  52. ---------------
  53. Jim Cooper
  54. (jamie@unx.sas.com)                             bix: jcooper
  55.  
  56. Any opinions expressed herein are mine (Mine, all mine!  Ha, ha, ha!),
  57. and not necessarily those of my employer.
  58.