home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18445 < prev    next >
Encoding:
Text File  |  1993-01-10  |  3.1 KB  |  95 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!tcsi.com!iat.holonet.net!news.cerf.net!usc!howland.reston.ans.net!paladin.american.edu!news.univie.ac.at!hp4at!mcsun!news.funet.fi!ajk.tele.fi!funic!nntp.hut.fi!nntp!jraja
  3. From: jraja@vipunen.hut.fi (Jarno Tapio Rajahalme)
  4. Subject: Re: ETA for SAS 6.2?
  5. In-Reply-To: walker@twix.unx.sas.com's message of Wed, 6 Jan 1993 14:03:26 GMT
  6. Message-ID: <JRAJA.93Jan10164301@vipunen.hut.fi>
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Nntp-Posting-Host: vipunen.hut.fi
  9. Organization: Helsinki University of Technology, Finland
  10. References: <C0CAvt.JI8@undergrad.math.waterloo.edu> <C0Cp2w.1Gr@unx.sas.com>
  11.     <1993Jan5.235702.14513@bohra.cpg.oz.au> <C0Fr1q.BBq@unx.sas.com>
  12. Date: 10 Jan 93 16:43:01
  13. Lines: 80
  14.  
  15. In article <C0Fr1q.BBq@unx.sas.com> walker@twix.unx.sas.com (Doug Walker) writes:
  16.  
  17.    6.2 beta version, so we need to fix it before shipping 6.2.
  18.                                           ^^^^^^^^^^^^^^^^^^^
  19.  
  20. I'd have few suggestions to the 6.2 (or 6.3 if too late for the 6.2):
  21.  
  22. 1) 
  23.  
  24. Using assembler (6.1) for program
  25.  
  26.         INCLUDE "exec/ables.i"
  27.  
  28.         INT_ABLES
  29.  
  30.         SECTION code
  31.  
  32.         DISABLE
  33.         DISABLE A1,NOFETCH
  34.         DISABLE A1
  35.  
  36.         END
  37.  
  38. gives error:
  39.  
  40. test.s 10 Error: invalid operands for this opcode
  41.         DISABLE A1
  42.  
  43. while invoking DISABLE with just one argument should be allowed.
  44.  
  45. 2)
  46.  
  47. When using options to inline functions I'd like to have note in case
  48. if function defined __inline is NOT inlined (inlining being normal
  49. behaviour) with the reason why not (inlining recursion depth exceeded
  50. etc.).
  51.  
  52. 3)
  53.  
  54. The function of __saveds in the function definition is same as having
  55. geta4() call as first in the function body. It would be nice if
  56. __saveds were effective only if near data addressing is used OR there
  57. were a preprocessor symbol that would be defined in near (or far) data
  58. addressing mode depending the compiler options.
  59.  
  60. 4)
  61.  
  62. When debugging a library with cpr the highlighting of breakpoint lines
  63. got spread (along with the breakpoint number in the beginning of the
  64. line) to almost every line when scrolling. Sorry I can't be more
  65. specific on this.
  66.  
  67. 5)
  68.  
  69. There is some confusion about the number of underscores before the
  70. CXBRK(): On-line documentation (sc_lib.guide) has one underscore
  71. [_CXBRK()], while paper documentation (User's Guide, V1, at index) has
  72. two underscores and the Library Reference doesn't even mention the
  73. function.
  74.  
  75. 6)
  76.  
  77. On smake documentation (page 279, on the bottom) there is a typo: The
  78. first line of the table starts with S@ when it should be $@ :-)
  79.  
  80.  
  81.    =*|_o_o|\\=====Doug Walker, Software Distiller====== BBS: (919)460-7430 =
  82.  
  83. Jarno
  84.  
  85. PS: Which is the preferred media for suggestions like this (news,
  86. main, emits)?
  87. -- 
  88. -----------------------------------------------------------------------------
  89. | Address: Jarno Rajahalme            | EMail:                              |
  90. |          Servin Maijan tie 12 H 111 |   Jarno.Rajahalme@hut.fi            |
  91. |          02150  ESPOO, FINLAND      | tel: +358 0 468 2891                |
  92. -----------------------------------------------------------------------------
  93.  
  94.  
  95.