home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / QUADRAM.ZIP / HELPFILE.TXT < prev    next >
Encoding:
Text File  |  1983-05-14  |  5.5 KB  |  115 lines

  1.  
  2.  
  3.  
  4.                           MEMORY DIAGNOSTICS
  5.  
  6.      This routine uses a machine language subroutine to perform a thorough
  7. checkout of up to 832 KB of contiguous expansion located at absolute addresses
  8. in the range of 64K to 640K and 768K to 960K. A cyclic redundancy algorithm is
  9. used for maximum reliability.  Initially, the memory check routine will display
  10. a menu of expansion memory options to be checked.  Select the option which
  11. conforms to the total amount of memory which is installed on expansion boards
  12. only. Do not include the system board memory which is installed on the PC
  13. motherboard when calculating this figure.  For instance, if you have a 64K IBM
  14. PC with a 256K Quadboard and a 192K expansion memory board, you would select
  15. option 7, which will test 448K expansion memory, even though your total system
  16. memory is 512K.
  17.  
  18.      After selecting the correct expansion memory checking option, a line
  19. similar to the following will be displayed:
  20.  
  21.  
  22.  
  23.  
  24.          64K 128K 192K 256K 320K 384K 448K
  25. PASS 1
  26.  
  27.     This display will be used to show which memory is currently under analysis.
  28. If memory errors occur, an error code will be printed in the column under the
  29. heading of the 64K block in which the error occurs.  If no errors occur in a
  30. block, four dots ("....") will be printed in the column.  If there are more 64K
  31. blocks to be tested, the routine will move on to the next column.  Otherwise,
  32. PASS 2 will be printed, and memory testing will be repeated starting from the
  33. first 64K block.  For the example cited above, the display would then look as
  34. shown below, providing that all memory tests are passed:
  35.  
  36.          64K 128K 192K 256K 320K 384K 448K
  37. PASS 1  .... .... .... .... .... .... ....  TOT ERRS=0
  38. PASS 2
  39.  
  40.      TOT ERRS is an accumulative figure which will keep track of all memory
  41. errors which occur during the entire memory testing procedure.
  42.  
  43.      You may allow the memory test to complete several passes before returning
  44. to the diagnostics main menu.
  45.  
  46.  
  47.  
  48.                              MEMORY ERRORS
  49.  
  50.     Create a hard copy of the errors that occur by handwriting the display on a
  51. scratch pad, or by pressing shift-PrtSc, if you have a printer connected.
  52. Notice the column under which the error code is displayed.  This shows which
  53. 64K block of your expansion PCB the memory error is in.  The block diagram in
  54. your expansion PCB manual shows the physical location of each 64K block.
  55.  
  56.      Error codes are printed in hexadecimal.  An error code which contains hex
  57. digits in the range A to F may indicate an addressing error.  This is usually
  58. caused by having incorrectly set dip switches or by trying to test a non-
  59. existant block of expansion memory.  Check your expansion board manual for the
  60. proper settings of the dip switches on your expansion board and on the IBM PC
  61. motherboard, and be sure to select the correct memory test for the amount of
  62. expansion memory installed.
  63.  
  64.      Nine LSI chips are used for each 64K block of memory installed on your
  65. expansion board.  If you get an error code in the range of 100 to 180 hex, the
  66. last two digits of that error code can be used to determine which chip in a 64K
  67. block is producing the errors, according to the following table:
  68.  
  69.          180  -  D7
  70.          140  -  D6
  71.          120  -  D5
  72.          110  -  D4
  73.          108  -  D3
  74.          104  -  D2
  75.          102  -  D1
  76.          101  -  D0
  77.          100  -  Parity Check
  78.  
  79.      If parity checking is turned off, the initial digit in the code will
  80. not be returned.  The error code would consist only of the last two digits.
  81.  
  82.      The table is arranged in the order that the chips are placed on a
  83. Quadboard, i.e., the parity chip is at the bottom of a 64K block, and the D7
  84. chip is at the top.  For the Quad 512+ board and the Quadram 192K board, the
  85. chips are arranged in rows rather than columns.  The Quadram 192K memory
  86. axpansion board has its chips arranged within the rows in the same order as for
  87. the Quadboard. The Quad 512+ board has two 64K blocks in each row.  The chips
  88. in a single row of the Quad 512+ board are arranged as shown below:
  89.  
  90.          D0 D1 D2 D3 D4 D5 D6 D7 Parity D0 D1 D2 D3 D4 D5 D6 D7 Parity
  91.  
  92.      If you get an error code which is not in the table shown above, you may
  93. have more than one bad chip in a single 64K block. Isolate the bad chip by
  94. swapping out the lowest numbered chip from the bad block with a chip from a
  95. good block and move up the block chip by chip until you get error codes in both
  96. blocks.  These error codes should then be found in the table.  You may be able
  97. to make a temporary fix on your board by turning off parity checking and
  98. replacing bad chips with parity chips.
  99.  
  100.      The Quadtest memory check routine will do a graphical display of any bad
  101. memory chips found on Quadboard, Quad 512+, or the Quadram 192K board,
  102. providing that those memory boards are started as the first expansion memory
  103. board addressed in the memory space.  Press the F10 function key after the
  104. completion of a pass in which errors have been detected to see the memory
  105. board display.  The Quadboard display is used for the 192K board as well,
  106. since the placement of the chips is the same.  Rotate the 192K board 90
  107. degrees counterclockwise to orient the rows of chips like the columns on the
  108. Quadboard.
  109.  
  110.      The display routine can be operated in standalone mode.  Assign to XM%
  111. a value from 1 to 8 representing the total # banks of memory chips installed
  112. on your memory expansion board.  Then enter GOSUB 60300.
  113.  
  114.      Replace defective memory chips, and repeat the memory diagnostics checks.
  115.