home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / documents / appnotes / 001-015 / 006c.arc / Text
Encoding:
Text File  |  1993-08-02  |  6.0 KB  |  177 lines

  1. -----------------------------------------------------------------------------
  2. 27th May 1992
  3. -----------------------------------------------------------------------------
  4. Support Group Application Note
  5. Number: 006
  6. Issue: 1
  7. Author:
  8. -----------------------------------------------------------------------------
  9.  
  10. Z80 Second Processor User Guide Errata
  11.  
  12. -----------------------------------------------------------------------------
  13. Applicable Hardware: BBC B
  14.                      BBC B+
  15.                      BBC Master 128
  16.  
  17. Related Application Notes: Z80 Application Note
  18.  
  19.  
  20. -----------------------------------------------------------------------------
  21. Copyright (C) Acorn Computers Limited 1992
  22.  
  23. Every effort has been made to ensure that the information in this leaflet is 
  24. true and correct at the time of printing. However, the products described in
  25. this leaflet are subject to continuous development and improvements and
  26. Acorn Computers Limited reserves the right to change its specifications at
  27. any time. Acorn Computers Limited cannot accept liability for any loss or
  28. damage arising from the use of any information or particulars in this
  29. leaflet. ACORN, ECONET and ARCHIMEDES are trademarks of Acorn Computers
  30. Limited.
  31. -----------------------------------------------------------------------------
  32. Support Group
  33. Acorn Computers Limited
  34. Acorn House
  35. Vision Park
  36. Histon
  37. Cambridge       CB4 4AE
  38. -----------------------------------------------------------------------------
  39.  
  40. The following errata should be noted:
  41.  
  42.  
  43. CIS/ODBOL with ANIMATOR and FORMS-2 User Guide 0409,000 Issue 1
  44.  
  45. Page 1 - 4      The paragraph "The serial number .......... our Technical
  46. Support facilities" no longer applies.
  47.  
  48. Page 2 - 35     Table 3-2.  CRT Cursor Control Keys
  49.         Delete:  First key entry "Ctrl  ­"
  50.         Insert:  "COPY"
  51.  
  52.  
  53. CP/M 2.2 with GSX Graphics User Guide 0409,001 Issue 1
  54.  
  55. Page J - 5   Faults and Events
  56.                 Third line from bottom of page,
  57.                 Delete:  "instructions"
  58.                 Insert:  "instructions"
  59.  
  60.         Delete "EI      ; enable interrupts
  61.                 RETI    ; return from maskable interrupt routine"
  62.         Insert:"RET     ; return from subroutine"
  63.  
  64. Page J - 6  Character I/0 under CP/M
  65.                 Device assignments
  66.                 Add to the list under "These logical devices can be assigned
  67. to the following physical devices":
  68.                 "ULI" the printer"
  69.  
  70.                 Delete from the list under "CP/M also has the following
  71. .......... this implementation":
  72.                 "ULI:"
  73.  
  74. Page J - 7  LPT: the printer
  75.                 Delete:  "..., ignoring linefeeds.."
  76.                 Insert:   "....,with no ignore character.."
  77.  
  78.                 Add to the end of the paragraph:  "ULI: is the same as the
  79. LPT: device except that no messages appear if a printer is not connected or
  80. if it is not on line.  The system will hand waiting for a printer to be
  81. connected or put on line". 
  82.  
  83.  
  84. Z80 BBC BASIC User Guide 0409,003 Issue 1
  85.  
  86. Page 3  1 Running BBC BASIC
  87.         Delete: "Russell"
  88.         Insert:  "Russell"
  89.  
  90. Page 7  Delete: "3 Assembly language and operating calls"
  91.         Insert: "3 Assembly language and operating system call"
  92.         Delete from last line of page:  "..(see 'Operating System access')
  93. overleaf."
  94.         Insert: "..(see 'Operating System access' overleaf)."
  95.  
  96. Page 8  Delete from the middle paragraph the duplication of:  "If the
  97. exponent is zero .......... four bytes."
  98.  
  99.         Delete from the middle paragraph:  "Note that an integer value can be represented .......... in the latter".
  100.         Insert:  "Note that an integer value can be represented in two ways,
  101. for example the value -5 can be represented as &00FFFFFFFB or as
  102. &82A0000000; X = -5 will result in the former and X = -5.0 in the latter."
  103.  
  104. Page 9  third line down:
  105.         Delete:  "communicated"
  106.         Insert:  "communicated"
  107.  
  108.         last sentence:
  109.         Delete:  "..OSCLI "DIR $".."
  110.         Insert:  "..OSCLI "*DIR $".."
  111.  
  112.         last line:
  113.         Delete:  "..rather than to the result.."
  114.         Insert:  "..rather than result.."
  115.  
  116. Page 12 sixth line:
  117.         Delete:  "*DRIVE d"
  118.         Insert:  "*DRIVE d:"
  119.  
  120. Memo Plan User Guide 0409,005 Issue 1
  121.  
  122.  
  123. Page 50 Printing
  124.         Printing the current document
  125.         Delete from the last paragraph:  "You can type in as many option
  126. codes as you like.  Separate them with a space".
  127.         Insert:  "You can type in an many option codes as you like and
  128. separate them with a space. However, the total length of the line -
  129. including spaces - must not exceed 16 characters."
  130.  
  131.  
  132. Page 51 fifth line down:
  133.         Delete:  Type -5 -P -PAGE 3RETURN
  134.         Insert:  Type -5 -PAGE 3RETURN
  135.  
  136. Page 9  The screen
  137.         The "T"s shown in the screen illustration are deleted and replaced by hyphens, so that it now
  138.         looks like this:-
  139.  
  140.         <------------------------------------------------------------------------------>-----------------------------
  141.  
  142.  
  143.  
  144.         ruler line
  145.         Delete:  "T shows the position of a tab stop"
  146.         Insert:  "T shows the position of a tab stop (not shown in screen
  147. above)".
  148.  
  149.         See pages 16 and 24 for tab information.
  150.  
  151. Page 52 Delete entry for print option code - P.
  152.  
  153. Page 53 Interrupting printing now reads:
  154.         "Type
  155.         CTRL C to stop printing and go back to the A> prompt
  156.         CTRL Z to stop printing and go back to the A> prompt
  157.         CTRL G to stop printing and go back to the A> prompt
  158.         CTRL S to pause
  159.         To continue printing after a pause, press any key".
  160.  
  161. Page 54 Printing without entering Memoplan
  162.         Last paragraph now reads:  "The options are the same as in ordinary
  163. Memoplan printing, with the addition of -P.  This option makes the printer
  164. pause at the end of each page (to give you time to feed sheets of paper
  165. in)".
  166.  
  167. Accountant User Guide 0409,008 Issue 1
  168.  
  169. Page 117        VAT reports - option 4 Purchase daybook program menu
  170.                 VAT summary report
  171.                 Delete:  "output tax"
  172.                 Insert:   "input tax"
  173.  
  174.         VAT detail report
  175.         Delete:  "output tax"
  176.         Insert:   "input tax"
  177.