DIAGNOSTIC PROGRAMS SUPPLIED WITH THE IBM 1130
IBM produced a range of diagnostic programs used to test the 1130 system and its attached peripherals. They are intended for use by the Customer Engineer (CE) who services the hardware but can be run by the owner/user as well. These are documented in four large binders, with the assembly listings and user instructions supplied for each of the decks. In addition, a set of the object modules are delivered on punched card (or paper tape for a readerless system).
MINIMALIST PROGRAMS
There are a set of seven 'one card' programs. Each is loaded using the Program Load button (boot procedure) and accomplishes some very tiny checkout of the system. Assuming that the machine is healthy enough to access memory and to read a card and begin execution, these can be used to progressively verify the state of the machine prior to running the full function diagnostic programs.
As an example of how little is accomplished per card, here are the capabilities tested by each card:
- Tests MDX branch instruction and ability to load accumulator register ACC from IAR
- Tests a one word addition and ability to increment index registers
- Verifies BSC Z, SRA 1, EOR, LD, STO and data movement between registers
- Verifies long format LD, STO, EOR, LDX and A, plus adding pos and neg numbers
- Accesses memory locations x0050 to x0FFE
- Verifies that CPU interprets simulated Device Status Words (DSW)
- Verifies load and add doubleword instructions, then loops on XIO for scope testing
PERIPHERAL AND FUNCTION TESTING ROUTINES
Each device or major function has one or more test programs used to validate their proper behavior or in some cases to adjust them to operate well.
- Console keyboard and printer functional tests
- Low range core memory functional tests
- High range core memory functional tests
- Billing meter functional test
- CPU instruction functional test
- 1132 printer functional test
- 1442 card reader/punch functional test
- Internal and 2310 disk drive functional test
- Interrupt functional test
- Core storage adjustment program
- Disk drive adjustment program
- 1442 reader timing adjustment program
There are four types of loadable card decks. Single card, basic loader, relocatable loader, and those that load under a monitor.
The 'one card' diagnostic deck has each card in the format used for loading via the Program Load button. This boot process uses an oddball method of loading the first 80 words of memory with the data on the cards.
Since a word in the 1130 is 16 bits but a card column is only 12 rows of holes, some bits of the word are either set to zero (three of the bits) or in one case, two bits are loaded from a single row. A part of each such card involves modifying the data in memory to produce the intended final instruction before it is executed - restoring the 3-4 bits that are not loaded properly by the boot process.
Some fundamental tests are loaded by using the basic loader first, which in turn reads either the CPU functional test or the Interrupt functional test and executes the test.
A relocatable loader will load a few tests that may be run on a system that isn't fully healthy, thus they minimize the footprint of capability required to get the diagnostic running.
- Core storage function tests, low and high range
- Core storage adjustment program
- Billing meter function test
PROGRAMS NOT SHIPPED IF PERIPHERAL NOT INSTALLED ON THE SYSTEM
No comments:
Post a Comment