DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦7255721fc⟧ RcTekst

    Length: 12928 (0x3280)
    Types: RcTekst
    Names: »99109777.WP«

Derivation

└─⟦dedaa6eab⟧ Bits:30005866/disk1.imd Dokumenter i RcTekst format (RCSL 99-1-*)
    └─⟦this⟧ »99109777.WP« 

RcTekst


╱04002d4e0c0006000000000301483140000000000000000000000000000000000000000000000000050a0f111a1e23282d32373c4146ffff04╱

════════════════════════════════════════════════════════════════════════
↓
╞	╞	╞	╞	╞	╞	╞	╞	╞	____________________________↲
╞	╞	╞	╞	╞	╞	╞	╞	╞	RCSL No.:┆05┆991 09777↲
╞	╞	╞	╞	╞	╞	╞	╞	╞	Edition:┆05┆1984.08.20↲
╞	╞	╞	╞	╞	╞	╞	╞	╞	Authors:┆05┆Ole Thomasen↲
↲
↲
↲
↲
↲
↲
↲
↲
↲
↲
↲
________________________________________________________________________↲
↲
       Title:↲
↲
┆06┆IDA801↲
┆06┆Online Monitor↲
┆06┆Users Guide↲
↲
↲
________________________________________________________________________↲

════════════════════════════════════════════════════════════════════════
↓
┆06┆i↲
↲
↲
┆a1┆TABLE OF CONTENTS┆05┆PAGE↲
↲
↲
1.╞	INTRODUCTION....................................................┆05┆1↲
↲
2.╞	COMMANDS........................................................┆05┆2↲
╞	2.1╞	Examine Memory.............................................┆05┆2↲
╞	2.2╞	Test Mask..................................................┆05┆3↲
╞	╞	2.2.1╞	Show test mask......................................┆05┆3↲
╞	╞	2.2.2╞	Clear test mask.....................................┆05┆3↲
╞	╞	2.2.3╞	Set test mask.......................................┆05┆4↲
╞	╞	2.2.4╞	Restore test mask...................................┆05┆4↲
╞	2.3╞	Display Test Records.......................................┆05┆4↲
╞	2.4╞	Clear Test Buffer..........................................┆05┆5↲
╞	2.5╞	Backup.....................................................┆05┆5↲
╞	2.6╞	Restore....................................................┆05┆7↲
╞	2.7╞	Help.......................................................┆05┆8↲
↲
3.╞	DEBUGGING.......................................................┆05┆9↲
↲
↲
┆a1┆APPENDIX:↲
↲
A.╞	REFERENCES......................................................┆05┆10↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆14┆┆b3┆┆06┆IDA801 Online Monitor┆05┆Page ┆0b┆↲
┆a1┆1.╞	INTRODUCTION┆e1┆↲
↲
The IDA801 Online Monitor is a high level monitor suitible for monito┄↓
ring the online activities of the IDA801 firmware, running at the IDA801 ↓
controller. The IDA801 Online Monitor is a process under the PI2 machine ↓
and has the lowest possible pri┄ority of all IDA801 processes, thus ha┄↓
ving the status as dummy process.↲
↲
The IDA801 Online Monitor enables the user to examine the memory of the ↓
IDA801 controller, operating on the testpoint mask, displaying test re┄↓
cords, clearing of the test buffer and backup/restoring of discs/tapes.↲
↲
Further the user has the cabability of entering the RC3900 Debug Moni┄↓
tor.↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆a1┆2.╞	COMMANDS┆e1┆↲
↲
Before the IDA801 Online Monitor is ready, the IDA801 firmware must be ↓
loaded and started. When started, the following text is written on the ↓
con┄nected terminal:↲
↲
╞	╞	IDA801 Online Monitor↲
↲
This text will only occur, if the terminal is connected before the ↓
IDA801 firmware is loaded. If the terminal is connected after the IDA801 ↓
firmware is loaded, the user must type 'U' a number of times, until the ↓
appropiate baud rate is identified. This is done when the IDA801 Online ↓
Monitor echoes the 'U' characters.↲
↲
When ready for accepting commands, the monitor writes a slash '/' on the ↓
terminal. All commands consist of one letter, possible preceeded by a ↓
number e.g., depending on the appropiate command. A command line is ter┄↓
minated by carriage return <CR>.↲
↲
↲
┆a1┆2.1  Examine Memory┆e1┆↲
↲
These commands enables the user to inspect the memory of the IDA801 con┄↓
troller as byte, word or pointer values. The command syntax are:↲
↲
╞	╞	<N>M<B!W!P><ADDR>↲
↲
where╞	N =╞	╞	┆84┆number of entities to be listed (optional, if omitted ↓
┆19┆┆93┆┄┄N will be set to one)↲
╞	╞	M =╞	╞	the command code↲
╞	╞	B!W!P =╞	┆84┆listing mode (byte, word or pointer). If omitted the ↓
┆19┆┆93┆┄┄listing will be bytes↲
╞	╞	ADDR =╞	┆84┆the memory address, as a hex pointer, i.e. 5A:1D24. ↓
┆19┆┆93┆┄┄If omitted ADDR will be set to 0:0↲
↲
Upon ending of the listning the user has the possibility to either for┄↓
ward, backward or stop the listning. In order to forward the listning, ↓
',' must be typed. This result in further N entities of the specified ↓
┆8c┆┆83┆┆c8┆↓
mode, from the last listed address. In order to backward the listning, ↓
'`' must be typed. This result in further N entities of the specified ↓
mode, from an address lower than the original given. All other charac┄↓
ters typed stops the listning.↲
↲
↲
┆a1┆2.2  Test Mask┆e1┆↲
↲
The test mask consist of 64 bits, numbered from 0 to 63. When a bit is ↓
set in the test mask, the corres┄ponding testpoint is enabled, i.e. test┄↓
data from the spe┄cified test┄point is generated into the testbuffer. When ↓
a bit in the test mask is reset, the corresponding testpoint is disab┄↓
led, i.e no testdata from the specified testpoint is generated.↲
↲
The IDA801 Online Monitor enables the user to either show, clear, set or ↓
restore the test mask, as well as clearing/setting individual bits in ↓
the test mask.↲
↲
┆a1┆2.2.1  Show test mask┆e1┆↲
↲
In order to see the test mask, the simple test mask command must be ty┄↓
ped:↲
╞	╞	T↲
↲
where╞	T =╞	╞	the command code↲
↲
This result in a hexadecimal listning of the test mask.↲
↲
┆a1┆2.2.2  Clear test mask┆e1┆↲
↲
The test mask bits can be cleared entirely or individual by the follo┄↓
wing command:↲
↲
╞	╞	TC<=x1,x2,...,xn>↲
↲
where╞	TC =╞	╞	the command code↲
╞	╞	x1,xn =╞	┆84┆test mask bits specified. If bit specification are ↓
┆19┆┆93┆┄┄omitted, the entire test mask is cleared. In this ↓
┆19┆┆93┆┄┄case the old test mask are saved.↲
↲
┆8c┆┆83┆┆e0┆↓
┆a1┆2.2.3  Set test mask┆e1┆↲
↲
The test mask bits can be set entirely or individually by the following ↓
command:↲
↲
╞	╞	TS<=x1,x2,...,xn>↲
↲
where╞	TS =╞	╞	the command code↲
╞	╞	x1,xn =╞	┆84┆test mask bits specified. If bit specification is ↓
┆19┆┆93┆┄┄omitted, the entire test mask is set.↲
↲
┆a1┆2.3.4  Restore test mask┆e1┆↲
↲
The test mask can be restored to its original value, obtained by the ↓
clear test mask command. This command together with the clear test mask ↓
command is particular usefull when inspecting highly fast generated ↓
test┄data. The command syntax is:↲
↲
╞	╞	TR↲
↲
where╞	TR =╞	╞	the command code↲
↲
↲
┆a1┆2.3  Display Test Records┆e1┆↲
↲
The test data in the testbuffer can be inspected by the display test ↓
record command. The command syntax is:↲
↲
╞	╞	<N>D<O!N!C>↲
↲
where╞	N =╞	╞	┆84┆number of test records to be listed (optional, if ↓
┆19┆┆93┆┄┄omitted N will be set to one). The parameter is only ↓
┆19┆┆93┆┄┄relevant when the display mode is 'old' or 'new'.↲
╞	╞	D =╞	╞	the command code↲
╞	╞	O!N!C =╞	┆84┆the display mode, O => old, N => new, C => continue↲
↲
Initially the display mode is set to 'new', indicating that the first ↓
displayed test record will be the newest (with respect to time). Simi┄↓
┆8c┆┆83┆┆c8┆↓
lary 'old' indicates that the first displayed test record will be the ↓
eldest (with respect to time).↲
↲
These two display modes does not alter the content of the test buffer, ↓
and the user can thus freely inspect the test records. Upon ending of ↓
the listning the user has the possibility to either for┄ward, backward or ↓
stop the listning. In order to forward the listning, ',' must be typed. ↓
This result in N newer test records displayed. In order to backward the ↓
listning, '`' must be typed. This result in N elder test records dis┄↓
played. All other charac┄ters typed stops the listning.↲
↲
The display mode 'continue' indicates a continuesly displaying of gene┄↓
rated test records, i.g. the newest. In this mode, the displayed test ↓
records are removed from the test buffer, and thus cannot be inspected ↓
again. Whenever a test record is generated into the test buffer, this is ↓
immediately displayed. This display mode is stopped by typing any cha┄↓
rac┄ter.↲
↲
↲
┆a1┆2.4  Clear Test Buffer┆e1┆↲
↲
The test buffer is automatically emptied upon starting. Further the test ↓
buffer can be emptied by the clear test buffer command. The syntax is:↲
↲
╞	╞	C↲
↲
where╞	C =╞	╞	the command code↲
↲
This command can be given at any time.↲
↲
↲
┆a1┆2.5  Backup┆e1┆↲
↲
A backup of the associated discs (or parts of) can be done by means of ↓
the backup com┄mand. The syntax is:↲
↲
╞	╞	B↲
↲
┆8c┆┆83┆┆c8┆↓
where╞	B =╞	╞	the command code↲
↲
The monitor now requests for the disc module number, respective the disc ↓
device number. Followed this the monitor request for the segment address ↓
and the amount of segments to backup. A segment is 768 bytes. If no ap┄↓
plies to the requests are given (just CR), zero values are taken.↲
↲
Now the monitor requests for the tape formatter number, respective the ↓
tape station number. If no applies to the requests are given (just CR), ↓
zero values are taken.↲
↲
Before the actual backup is performed, the selected disc and tape device ↓
are connected, which for the disc may take some time, dependent upon ↓
whether the disc was connected already or not.↲
↲
Followed this connecting phase, a request is made for mounting the tape. ↓
Before CR is given, the tape must be mounted and the tape station set to ↓
on-line. Now a label block containing the disc module number, the disc ↓
device number, the segment address, the amount of seg┄ments and the tape ↓
number are writ┄ten on the tape, followed with writing the data in blocks ↓
of 21 segments. The label block consist of 12 bytes.↲
↲
If the desired amount of segments exceeds the size of the tape, this is ↓
rewinded and unloaded, followed with a request for mounting the next ↓
tape. Now the procedure mentioned above must be followed until the desi┄↓
red amount of segments are written onto the nessesary amount of tapes.↲
↲
If errors occurs within the backup process, this is indicated on the ↓
ter┄minal by error texts. The following texts may occur:↲
↲
╞	*** tape error connect╞	- ┆84┆this indicates probably an illegal tape ↓
┆19┆┆9f┆┄┄for┄matter or tape station number↲
╞	*** disc error connect╞	- ┆84┆this indicates probably an illegal disc ↓
┆19┆┆9f┆┄┄module or disc device number, or incor┄↓
┆19┆┆9f┆┄┄rect installing of the disc↲
╞	*** tape error╞	╞	╞	- ┆84┆this indicates an severe error on the ↓
┆19┆┆9f┆┄┄tape, i.e. incorrect mounting of the tape ↓
┆19┆┆9f┆┄┄or simply bad tapes (erasing of the tape ↓
┆19┆┆9f┆┄┄has been tried, without positive result)↲
┆8c┆┆83┆┆d4┆↓
╞	*** disc error╞	╞	╞	- ┆84┆this indicates an severe error on the ↓
┆19┆┆9f┆┄┄disc, i.e. an incorrect segment address ↓
┆19┆┆9f┆┄┄or amount of segments↲
↲
↲
┆a1┆2.6  Restore┆e1┆↲
↲
A restore from backup-tape(s) to the associated disc (or parts of) can ↓
be done by means of the restore com┄mand. The syntax is:↲
↲
╞	╞	R↲
↲
where╞	R =╞	╞	the command code↲
↲
The monitor now requests for the tape formatter number, respective the ↓
tape station number. If no applies to the requests are given (just CR), ↓
zero values are taken.↲
↲
Now the selected tape station is connected, followed with a request for ↓
mounting the tape. Before CR is given, the tape must be mounted and the ↓
tape station set to on-line. Now the label block containing the disc mo┄↓
dule number, the disc device number, the segment address, the amount of ↓
seg┄ments and the tape number are read┄ from the tape. If the tape number ↓
read does not correspond with the expected tape number, an error exit is ↓
taken.↲
↲
The monitor now requests for altering the disc module number, the disc ↓
device number, the segment address and the amount of seg┄ments. If just ↓
CR is given to these requests, no altering is done. Before the actual ↓
restoring is performed, the selected disc is connected which may take ↓
some time, dependent upon whether the disc was connected already or not.↲
↲
If EOT (End Of Tape) is met before file-mark, the tape is rewinded and ↓
unloaded, followed with a request for mounting the next tape. Now the ↓
procedure mentioned above must be followed until the specified┄ amount of ↓
segments are read from the tape(s).↲
↲
┆8c┆┆83┆┆bc┆↓
If errors occurs within the restore process, this is indicated on the ↓
ter┄minal by error texts. The texts and their meening are the same as for ↓
the backup command, except for the following exception.↲
↲
The user must be aware of, that the error '*** tape error' also is given ↓
if the specified amount of segments is lesser than the amount residing ↓
on the tape(s). This is however not an severe error.↲
↲
↲
┆a1┆2.7  Help┆e1┆↲
↲
By giving the help command, a short briefing of the monitor commands are ↓
listed on the terminal. The command syntax is:↲
↲
╞	╞	H↲
↲
where╞	H =╞	╞	the command code↲
↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆a1┆3.╞	DEBUGGING┆e1┆↲
↲
The IDA801 Online Monitor enables the user to enter the RC3900 Debugger. ↓
This is done by simply pressing 'escape'. The IDA801 Online Monitor can ↓
be entered again by giving the RC3900 Debugger the command 'G'.↲
↲
The RC3900 Debugger used at the IDA801 controller contains two commands ↓
for either loading the IDA801 firmware from disc or from tape. The syn┄↓
tax for these commands are:↲
↲
╞	╞	L<D!T><G>↓
↲
where╞	L╞	= the command code↲
╞	╞	D!T╞	= ┆84┆indicates either disc (D) or tape (T) as load media. If ↓
┆19┆┆90┆┄┄this is omitted, the load media depends upon the appro┄↓
┆19┆┆90┆┄┄piate switch on the IDA801 controller front panel↲
╞	╞	G╞	= indicates go (after load)↲
↲
For further information about the RC3900 Debugger, see the appropiate ↓
manuals.↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆a1┆APPENDIX↲
↲
↲
┆a1┆A.╞	REFERENCES┆e1┆↲
↲
↲
(1)╞	RCSL No: 991-09817↲
╞	IDA801 Hardware Selftest↲
╞	User's Guide↲
↲
(2)╞	RCSL No: 991 09776↲
╞	RC8000/IDA801 Tape and Disc Controller↲
╞	Maintenance Manual↲
↲
(3) RCSL No: 42-i2394↲
╞	The RC3900 Monitor↲
╞	Reference Manual↲
↲
┆1a┆┆1a┆.3.4  Restore test mask┆e1┆↲
↲
The test est mask can be restored to its original value, obtained by the ↓
clear test mask comma

OctetView

0x0000…0020 (0,)  00 00 00 00 00 00 00 00 42 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 4e 00 00 00   ┆        B                   N   ┆
0x0020…0040       00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ┆                                ┆
0x0040…0047       00 00 00 00 00 00 00                                                                              ┆       ┆
0x0047…0080       Params {
0x0047…0080         04 00 2d 4e 0c 00 06 00 00 00 00 03 01 48 31 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ┆  -N         H1@                ┆
0x0047…0080         00 00 00 00 00 00 00 00 05 0a 0f 11 1a 1e 23 28 2d 32 37 3c 41 46 ff ff 04                        ┆              #(-27<AF   ┆
0x0047…0080       }
0x0080…0083       FormFeed {
0x0080…0083         0c 83 6c                                                                                          ┆  l┆
0x0080…0083       }
0x0083…00a0       0a 09 09 09 09 09 09 09 09 09 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f            ┆          ___________________┆
0x00a0…00c0       5f 5f 5f 5f 5f 5f 5f 5f 5f 0d 0a 09 09 09 09 09 09 09 09 09 52 43 53 4c 20 4e 6f 2e 3a 05 39 39   ┆_________           RCSL No.: 99┆
0x00c0…00e0       31 20 30 39 37 37 37 0d 0a 09 09 09 09 09 09 09 09 09 45 64 69 74 69 6f 6e 3a 05 31 39 38 34 2e   ┆1 09777           Edition: 1984.┆
0x00e0…0100       30 38 2e 32 30 0d 0a 09 09 09 09 09 09 09 09 09 41 75 74 68 6f 72 73 3a 05 4f 6c 65 20 54 68 6f   ┆08.20           Authors: Ole Tho┆
0x0100…0120       6d 61 73 65 6e 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 0d 0a 5f 5f 5f   ┆masen                        ___┆
0x0120…0140       5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f   ┆________________________________┆
        […0x1…]
0x0160…0180       5f 5f 5f 5f 5f 0d 0a 0d 0a 20 20 20 20 20 20 20 54 69 74 6c 65 3a 0d 0a 0d 0a 06 49 44 41 38 30   ┆_____           Title:     IDA80┆
0x0180…01a0       31 0d 0a 06 4f 6e 6c 69 6e 65 20 4d 6f 6e 69 74 6f 72 0d 0a 06 55 73 65 72 73 20 47 75 69 64 65   ┆1   Online Monitor   Users Guide┆
0x01a0…01c0       0d 0a 0d 0a 0d 0a 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f   ┆      __________________________┆
0x01c0…01e0       5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f   ┆________________________________┆
0x01e0…01f0       5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 0d 0a                                                   ┆______________  ┆
0x01f0…01f3       FormFeed {
0x01f0…01f3         0c 82 ac                                                                                          ┆   ┆
0x01f0…01f3       }
0x01f3…0200       0a 06 69 0d 0a 0d 0a 0d 0a a1 54 41 42                                                            ┆  i       TAB┆
0x0200…0220 (1,)  4c 45 20 4f 46 20 43 4f 4e 54 45 4e 54 53 05 50 41 47 45 0d 0a 0d 0a 0d 0a 31 2e 09 49 4e 54 52   ┆LE OF CONTENTS PAGE      1. INTR┆
0x0220…0240       4f 44 55 43 54 49 4f 4e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆ODUCTION........................┆
0x0240…0260       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 31 0d 0a   ┆............................ 1  ┆
0x0260…0280       0d 0a 32 2e 09 43 4f 4d 4d 41 4e 44 53 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆  2. COMMANDS...................┆
0x0280…02a0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x02a0…02c0       2e 2e 2e 2e 2e 05 32 0d 0a 09 32 2e 31 09 45 78 61 6d 69 6e 65 20 4d 65 6d 6f 72 79 2e 2e 2e 2e   ┆..... 2   2.1 Examine Memory....┆
0x02c0…02e0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x02e0…0300       2e 2e 2e 2e 2e 2e 2e 2e 2e 05 32 0d 0a 09 32 2e 32 09 54 65 73 74 20 4d 61 73 6b 2e 2e 2e 2e 2e   ┆......... 2   2.2 Test Mask.....┆
0x0300…0320       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x0320…0340       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 33 0d 0a 09 09 32 2e 32 2e 31 09 53 68 6f 77 20 74 65   ┆............. 3    2.2.1 Show te┆
0x0340…0360       73 74 20 6d 61 73 6b 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆st mask.........................┆
0x0360…0380       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 33 0d 0a 09 09 32 2e 32 2e 32 09 43 6c 65 61 72 20 74   ┆............. 3    2.2.2 Clear t┆
0x0380…03a0       65 73 74 20 6d 61 73 6b 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆est mask........................┆
0x03a0…03c0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 33 0d 0a 09 09 32 2e 32 2e 33 09 53 65 74 20 74 65 73   ┆............. 3    2.2.3 Set tes┆
0x03c0…03e0       74 20 6d 61 73 6b 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆t mask..........................┆
0x03e0…0400       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 34 0d 0a 09 09 32 2e 32 2e 34 09 52 65 73 74 6f 72 65   ┆............. 4    2.2.4 Restore┆
0x0400…0420 (2,)  20 74 65 73 74 20 6d 61 73 6b 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆ test mask......................┆
0x0420…0440       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 34 0d 0a 09 32 2e 33 09 44 69 73 70 6c 61 79 20 54 65   ┆............. 4   2.3 Display Te┆
0x0440…0460       73 74 20 52 65 63 6f 72 64 73 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆st Records......................┆
0x0460…0480       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 34 0d 0a 09 32 2e 34 09 43 6c 65 61 72 20   ┆................. 4   2.4 Clear ┆
0x0480…04a0       54 65 73 74 20 42 75 66 66 65 72 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆Test Buffer.....................┆
0x04a0…04c0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 35 0d 0a 09 32 2e 35 09 42 61   ┆..................... 5   2.5 Ba┆
0x04c0…04e0       63 6b 75 70 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆ckup............................┆
0x04e0…0500       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 35 0d 0a 09 32 2e   ┆......................... 5   2.┆
0x0500…0520       36 09 52 65 73 74 6f 72 65 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆6 Restore.......................┆
0x0520…0540       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 37 0d   ┆............................. 7 ┆
0x0540…0560       0a 09 32 2e 37 09 48 65 6c 70 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆  2.7 Help......................┆
0x0560…0580       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x0580…05a0       2e 05 38 0d 0a 0d 0a 33 2e 09 44 45 42 55 47 47 49 4e 47 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆. 8    3. DEBUGGING.............┆
0x05a0…05c0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x05c0…05e0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 05 39 0d 0a 0d 0a 0d 0a a1 41 50 50 45 4e 44 49 58 3a 0d 0a 0d 0a   ┆.......... 9       APPENDIX:    ┆
0x05e0…0600       41 2e 09 52 45 46 45 52 45 4e 43 45 53 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆A. REFERENCES...................┆
0x0600…0620 (3,)  2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x0620…062a       2e 2e 2e 05 31 30 0d 0a 0d 0a                                                                     ┆... 10    ┆
0x062a…062d       FormFeed {
0x062a…062d         0c 82 d0                                                                                          ┆   ┆
0x062a…062d       }
0x062d…0640       0a 14 b3 06 49 44 41 38 30 31 20 4f 6e 6c 69 6e 65 20 4d                                          ┆    IDA801 Online M┆
0x0640…0660       6f 6e 69 74 6f 72 05 50 61 67 65 20 0b 0d 0a a1 31 2e 09 49 4e 54 52 4f 44 55 43 54 49 4f 4e e1   ┆onitor Page     1. INTRODUCTION ┆
0x0660…0680       0d 0a 0d 0a 54 68 65 20 49 44 41 38 30 31 20 4f 6e 6c 69 6e 65 20 4d 6f 6e 69 74 6f 72 20 69 73   ┆    The IDA801 Online Monitor is┆
0x0680…06a0       20 61 20 68 69 67 68 20 6c 65 76 65 6c 20 6d 6f 6e 69 74 6f 72 20 73 75 69 74 69 62 6c 65 20 66   ┆ a high level monitor suitible f┆
0x06a0…06c0       6f 72 20 6d 6f 6e 69 74 6f 80 0a 72 69 6e 67 20 74 68 65 20 6f 6e 6c 69 6e 65 20 61 63 74 69 76   ┆or monito  ring the online activ┆
0x06c0…06e0       69 74 69 65 73 20 6f 66 20 74 68 65 20 49 44 41 38 30 31 20 66 69 72 6d 77 61 72 65 2c 20 72 75   ┆ities of the IDA801 firmware, ru┆
0x06e0…0700       6e 6e 69 6e 67 20 61 74 20 74 68 65 20 49 44 41 38 30 31 20 0a 63 6f 6e 74 72 6f 6c 6c 65 72 2e   ┆nning at the IDA801  controller.┆
0x0700…0720       20 54 68 65 20 49 44 41 38 30 31 20 4f 6e 6c 69 6e 65 20 4d 6f 6e 69 74 6f 72 20 69 73 20 61 20   ┆ The IDA801 Online Monitor is a ┆
0x0720…0740       70 72 6f 63 65 73 73 20 75 6e 64 65 72 20 74 68 65 20 50 49 32 20 6d 61 63 68 69 6e 65 20 0a 61   ┆process under the PI2 machine  a┆
0x0740…0760       6e 64 20 68 61 73 20 74 68 65 20 6c 6f 77 65 73 74 20 70 6f 73 73 69 62 6c 65 20 70 72 69 80 6f   ┆nd has the lowest possible pri o┆
0x0760…0780       72 69 74 79 20 6f 66 20 61 6c 6c 20 49 44 41 38 30 31 20 70 72 6f 63 65 73 73 65 73 2c 20 74 68   ┆rity of all IDA801 processes, th┆
0x0780…07a0       75 73 20 68 61 80 0a 76 69 6e 67 20 74 68 65 20 73 74 61 74 75 73 20 61 73 20 64 75 6d 6d 79 20   ┆us ha  ving the status as dummy ┆
0x07a0…07c0       70 72 6f 63 65 73 73 2e 0d 0a 0d 0a 54 68 65 20 49 44 41 38 30 31 20 4f 6e 6c 69 6e 65 20 4d 6f   ┆process.    The IDA801 Online Mo┆
0x07c0…07e0       6e 69 74 6f 72 20 65 6e 61 62 6c 65 73 20 74 68 65 20 75 73 65 72 20 74 6f 20 65 78 61 6d 69 6e   ┆nitor enables the user to examin┆
0x07e0…0800       65 20 74 68 65 20 6d 65 6d 6f 72 79 20 6f 66 20 74 68 65 20 0a 49 44 41 38 30 31 20 63 6f 6e 74   ┆e the memory of the  IDA801 cont┆
0x0800…0820 (4,)  72 6f 6c 6c 65 72 2c 20 6f 70 65 72 61 74 69 6e 67 20 6f 6e 20 74 68 65 20 74 65 73 74 70 6f 69   ┆roller, operating on the testpoi┆
0x0820…0840       6e 74 20 6d 61 73 6b 2c 20 64 69 73 70 6c 61 79 69 6e 67 20 74 65 73 74 20 72 65 80 0a 63 6f 72   ┆nt mask, displaying test re  cor┆
0x0840…0860       64 73 2c 20 63 6c 65 61 72 69 6e 67 20 6f 66 20 74 68 65 20 74 65 73 74 20 62 75 66 66 65 72 20   ┆ds, clearing of the test buffer ┆
0x0860…0880       61 6e 64 20 62 61 63 6b 75 70 2f 72 65 73 74 6f 72 69 6e 67 20 6f 66 20 64 69 73 63 73 2f 74 61   ┆and backup/restoring of discs/ta┆
0x0880…08a0       70 65 73 2e 0d 0a 0d 0a 46 75 72 74 68 65 72 20 74 68 65 20 75 73 65 72 20 68 61 73 20 74 68 65   ┆pes.    Further the user has the┆
0x08a0…08c0       20 63 61 62 61 62 69 6c 69 74 79 20 6f 66 20 65 6e 74 65 72 69 6e 67 20 74 68 65 20 52 43 33 39   ┆ cabability of entering the RC39┆
0x08c0…08d7       30 30 20 44 65 62 75 67 20 4d 6f 6e 69 80 0a 74 6f 72 2e 0d 0a 0d 0a                              ┆00 Debug Moni  tor.    ┆
0x08d7…08da       FormFeed {
0x08d7…08da         0c 81 b4                                                                                          ┆   ┆
0x08d7…08da       }
0x08da…08e0       0a a1 32 2e 09 43                                                                                 ┆  2. C┆
0x08e0…0900       4f 4d 4d 41 4e 44 53 e1 0d 0a 0d 0a 42 65 66 6f 72 65 20 74 68 65 20 49 44 41 38 30 31 20 4f 6e   ┆OMMANDS     Before the IDA801 On┆
0x0900…0920       6c 69 6e 65 20 4d 6f 6e 69 74 6f 72 20 69 73 20 72 65 61 64 79 2c 20 74 68 65 20 49 44 41 38 30   ┆line Monitor is ready, the IDA80┆
0x0920…0940       31 20 66 69 72 6d 77 61 72 65 20 6d 75 73 74 20 62 65 20 0a 6c 6f 61 64 65 64 20 61 6e 64 20 73   ┆1 firmware must be  loaded and s┆
0x0940…0960       74 61 72 74 65 64 2e 20 57 68 65 6e 20 73 74 61 72 74 65 64 2c 20 74 68 65 20 66 6f 6c 6c 6f 77   ┆tarted. When started, the follow┆
0x0960…0980       69 6e 67 20 74 65 78 74 20 69 73 20 77 72 69 74 74 65 6e 20 6f 6e 20 74 68 65 20 0a 63 6f 6e 80   ┆ing text is written on the  con ┆
0x0980…09a0       6e 65 63 74 65 64 20 74 65 72 6d 69 6e 61 6c 3a 0d 0a 0d 0a 09 09 49 44 41 38 30 31 20 4f 6e 6c   ┆nected terminal:      IDA801 Onl┆
0x09a0…09c0       69 6e 65 20 4d 6f 6e 69 74 6f 72 0d 0a 0d 0a 54 68 69 73 20 74 65 78 74 20 77 69 6c 6c 20 6f 6e   ┆ine Monitor    This text will on┆
0x09c0…09e0       6c 79 20 6f 63 63 75 72 2c 20 69 66 20 74 68 65 20 74 65 72 6d 69 6e 61 6c 20 69 73 20 63 6f 6e   ┆ly occur, if the terminal is con┆
0x09e0…0a00       6e 65 63 74 65 64 20 62 65 66 6f 72 65 20 74 68 65 20 0a 49 44 41 38 30 31 20 66 69 72 6d 77 61   ┆nected before the  IDA801 firmwa┆
0x0a00…0a20 (5,)  72 65 20 69 73 20 6c 6f 61 64 65 64 2e 20 49 66 20 74 68 65 20 74 65 72 6d 69 6e 61 6c 20 69 73   ┆re is loaded. If the terminal is┆
0x0a20…0a40       20 63 6f 6e 6e 65 63 74 65 64 20 61 66 74 65 72 20 74 68 65 20 49 44 41 38 30 31 20 0a 66 69 72   ┆ connected after the IDA801  fir┆
0x0a40…0a60       6d 77 61 72 65 20 69 73 20 6c 6f 61 64 65 64 2c 20 74 68 65 20 75 73 65 72 20 6d 75 73 74 20 74   ┆mware is loaded, the user must t┆
0x0a60…0a80       79 70 65 20 27 55 27 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 74 69 6d 65 73 2c 20 75 6e 74 69 6c   ┆ype 'U' a number of times, until┆
0x0a80…0aa0       20 74 68 65 20 0a 61 70 70 72 6f 70 69 61 74 65 20 62 61 75 64 20 72 61 74 65 20 69 73 20 69 64   ┆ the  appropiate baud rate is id┆
0x0aa0…0ac0       65 6e 74 69 66 69 65 64 2e 20 54 68 69 73 20 69 73 20 64 6f 6e 65 20 77 68 65 6e 20 74 68 65 20   ┆entified. This is done when the ┆
0x0ac0…0ae0       49 44 41 38 30 31 20 4f 6e 6c 69 6e 65 20 0a 4d 6f 6e 69 74 6f 72 20 65 63 68 6f 65 73 20 74 68   ┆IDA801 Online  Monitor echoes th┆
0x0ae0…0b00       65 20 27 55 27 20 63 68 61 72 61 63 74 65 72 73 2e 0d 0a 0d 0a 57 68 65 6e 20 72 65 61 64 79 20   ┆e 'U' characters.    When ready ┆
0x0b00…0b20       66 6f 72 20 61 63 63 65 70 74 69 6e 67 20 63 6f 6d 6d 61 6e 64 73 2c 20 74 68 65 20 6d 6f 6e 69   ┆for accepting commands, the moni┆
0x0b20…0b40       74 6f 72 20 77 72 69 74 65 73 20 61 20 73 6c 61 73 68 20 27 2f 27 20 6f 6e 20 74 68 65 20 0a 74   ┆tor writes a slash '/' on the  t┆
0x0b40…0b60       65 72 6d 69 6e 61 6c 2e 20 41 6c 6c 20 63 6f 6d 6d 61 6e 64 73 20 63 6f 6e 73 69 73 74 20 6f 66   ┆erminal. All commands consist of┆
0x0b60…0b80       20 6f 6e 65 20 6c 65 74 74 65 72 2c 20 70 6f 73 73 69 62 6c 65 20 70 72 65 63 65 65 64 65 64 20   ┆ one letter, possible preceeded ┆
0x0b80…0ba0       62 79 20 61 20 0a 6e 75 6d 62 65 72 20 65 2e 67 2e 2c 20 64 65 70 65 6e 64 69 6e 67 20 6f 6e 20   ┆by a  number e.g., depending on ┆
0x0ba0…0bc0       74 68 65 20 61 70 70 72 6f 70 69 61 74 65 20 63 6f 6d 6d 61 6e 64 2e 20 41 20 63 6f 6d 6d 61 6e   ┆the appropiate command. A comman┆
0x0bc0…0be0       64 20 6c 69 6e 65 20 69 73 20 74 65 72 80 0a 6d 69 6e 61 74 65 64 20 62 79 20 63 61 72 72 69 61   ┆d line is ter  minated by carria┆
0x0be0…0c00       67 65 20 72 65 74 75 72 6e 20 3c 43 52 3e 2e 0d 0a 0d 0a 0d 0a a1 32 2e 31 20 20 45 78 61 6d 69   ┆ge return <CR>.       2.1  Exami┆
0x0c00…0c20 (6,)  6e 65 20 4d 65 6d 6f 72 79 e1 0d 0a 0d 0a 54 68 65 73 65 20 63 6f 6d 6d 61 6e 64 73 20 65 6e 61   ┆ne Memory     These commands ena┆
0x0c20…0c40       62 6c 65 73 20 74 68 65 20 75 73 65 72 20 74 6f 20 69 6e 73 70 65 63 74 20 74 68 65 20 6d 65 6d   ┆bles the user to inspect the mem┆
0x0c40…0c60       6f 72 79 20 6f 66 20 74 68 65 20 49 44 41 38 30 31 20 63 6f 6e 80 0a 74 72 6f 6c 6c 65 72 20 61   ┆ory of the IDA801 con  troller a┆
0x0c60…0c80       73 20 62 79 74 65 2c 20 77 6f 72 64 20 6f 72 20 70 6f 69 6e 74 65 72 20 76 61 6c 75 65 73 2e 20   ┆s byte, word or pointer values. ┆
0x0c80…0ca0       54 68 65 20 63 6f 6d 6d 61 6e 64 20 73 79 6e 74 61 78 20 61 72 65 3a 0d 0a 0d 0a 09 09 3c 4e 3e   ┆The command syntax are:      <N>┆
0x0ca0…0cc0       4d 3c 42 21 57 21 50 3e 3c 41 44 44 52 3e 0d 0a 0d 0a 77 68 65 72 65 09 4e 20 3d 09 09 84 6e 75   ┆M<B!W!P><ADDR>    where N =   nu┆
0x0cc0…0ce0       6d 62 65 72 20 6f 66 20 65 6e 74 69 74 69 65 73 20 74 6f 20 62 65 20 6c 69 73 74 65 64 20 28 6f   ┆mber of entities to be listed (o┆
0x0ce0…0d00       70 74 69 6f 6e 61 6c 2c 20 69 66 20 6f 6d 69 74 74 65 64 20 0a 19 93 80 80 4e 20 77 69 6c 6c 20   ┆ptional, if omitted      N will ┆
0x0d00…0d20       62 65 20 73 65 74 20 74 6f 20 6f 6e 65 29 0d 0a 09 09 4d 20 3d 09 09 74 68 65 20 63 6f 6d 6d 61   ┆be set to one)    M =  the comma┆
0x0d20…0d40       6e 64 20 63 6f 64 65 0d 0a 09 09 42 21 57 21 50 20 3d 09 84 6c 69 73 74 69 6e 67 20 6d 6f 64 65   ┆nd code    B!W!P =  listing mode┆
0x0d40…0d60       20 28 62 79 74 65 2c 20 77 6f 72 64 20 6f 72 20 70 6f 69 6e 74 65 72 29 2e 20 49 66 20 6f 6d 69   ┆ (byte, word or pointer). If omi┆
0x0d60…0d80       74 74 65 64 20 74 68 65 20 0a 19 93 80 80 6c 69 73 74 69 6e 67 20 77 69 6c 6c 20 62 65 20 62 79   ┆tted the      listing will be by┆
0x0d80…0da0       74 65 73 0d 0a 09 09 41 44 44 52 20 3d 09 84 74 68 65 20 6d 65 6d 6f 72 79 20 61 64 64 72 65 73   ┆tes    ADDR =  the memory addres┆
0x0da0…0dc0       73 2c 20 61 73 20 61 20 68 65 78 20 70 6f 69 6e 74 65 72 2c 20 69 2e 65 2e 20 35 41 3a 31 44 32   ┆s, as a hex pointer, i.e. 5A:1D2┆
0x0dc0…0de0       34 2e 20 0a 19 93 80 80 49 66 20 6f 6d 69 74 74 65 64 20 41 44 44 52 20 77 69 6c 6c 20 62 65 20   ┆4.      If omitted ADDR will be ┆
0x0de0…0e00       73 65 74 20 74 6f 20 30 3a 30 0d 0a 0d 0a 55 70 6f 6e 20 65 6e 64 69 6e 67 20 6f 66 20 74 68 65   ┆set to 0:0    Upon ending of the┆
0x0e00…0e20 (7,)  20 6c 69 73 74 6e 69 6e 67 20 74 68 65 20 75 73 65 72 20 68 61 73 20 74 68 65 20 70 6f 73 73 69   ┆ listning the user has the possi┆
0x0e20…0e40       62 69 6c 69 74 79 20 74 6f 20 65 69 74 68 65 72 20 66 6f 72 80 0a 77 61 72 64 2c 20 62 61 63 6b   ┆bility to either for  ward, back┆
0x0e40…0e60       77 61 72 64 20 6f 72 20 73 74 6f 70 20 74 68 65 20 6c 69 73 74 6e 69 6e 67 2e 20 49 6e 20 6f 72   ┆ward or stop the listning. In or┆
0x0e60…0e80       64 65 72 20 74 6f 20 66 6f 72 77 61 72 64 20 74 68 65 20 6c 69 73 74 6e 69 6e 67 2c 20 0a 27 2c   ┆der to forward the listning,  ',┆
0x0e80…0ea0       27 20 6d 75 73 74 20 62 65 20 74 79 70 65 64 2e 20 54 68 69 73 20 72 65 73 75 6c 74 20 69 6e 20   ┆' must be typed. This result in ┆
0x0ea0…0ec0       66 75 72 74 68 65 72 20 4e 20 65 6e 74 69 74 69 65 73 20 6f 66 20 74 68 65 20 73 70 65 63 69 66   ┆further N entities of the specif┆
0x0ec0…0ee0       69 65 64 20 0a 8c 83 c8 0a 6d 6f 64 65 2c 20 66 72 6f 6d 20 74 68 65 20 6c 61 73 74 20 6c 69 73   ┆ied      mode, from the last lis┆
0x0ee0…0f00       74 65 64 20 61 64 64 72 65 73 73 2e 20 49 6e 20 6f 72 64 65 72 20 74 6f 20 62 61 63 6b 77 61 72   ┆ted address. In order to backwar┆
0x0f00…0f20       64 20 74 68 65 20 6c 69 73 74 6e 69 6e 67 2c 20 0a 27 60 27 20 6d 75 73 74 20 62 65 20 74 79 70   ┆d the listning,  '`' must be typ┆
0x0f20…0f40       65 64 2e 20 54 68 69 73 20 72 65 73 75 6c 74 20 69 6e 20 66 75 72 74 68 65 72 20 4e 20 65 6e 74   ┆ed. This result in further N ent┆
0x0f40…0f60       69 74 69 65 73 20 6f 66 20 74 68 65 20 73 70 65 63 69 66 69 65 64 20 0a 6d 6f 64 65 2c 20 66 72   ┆ities of the specified  mode, fr┆
0x0f60…0f80       6f 6d 20 61 6e 20 61 64 64 72 65 73 73 20 6c 6f 77 65 72 20 74 68 61 6e 20 74 68 65 20 6f 72 69   ┆om an address lower than the ori┆
0x0f80…0fa0       67 69 6e 61 6c 20 67 69 76 65 6e 2e 20 41 6c 6c 20 6f 74 68 65 72 20 63 68 61 72 61 63 80 0a 74   ┆ginal given. All other charac  t┆
0x0fa0…0fc0       65 72 73 20 74 79 70 65 64 20 73 74 6f 70 73 20 74 68 65 20 6c 69 73 74 6e 69 6e 67 2e 0d 0a 0d   ┆ers typed stops the listning.   ┆
0x0fc0…0fe0       0a 0d 0a a1 32 2e 32 20 20 54 65 73 74 20 4d 61 73 6b e1 0d 0a 0d 0a 54 68 65 20 74 65 73 74 20   ┆    2.2  Test Mask     The test ┆
0x0fe0…1000       6d 61 73 6b 20 63 6f 6e 73 69 73 74 20 6f 66 20 36 34 20 62 69 74 73 2c 20 6e 75 6d 62 65 72 65   ┆mask consist of 64 bits, numbere┆
0x1000…1020 (8,)  64 20 66 72 6f 6d 20 30 20 74 6f 20 36 33 2e 20 57 68 65 6e 20 61 20 62 69 74 20 69 73 20 0a 73   ┆d from 0 to 63. When a bit is  s┆
0x1020…1040       65 74 20 69 6e 20 74 68 65 20 74 65 73 74 20 6d 61 73 6b 2c 20 74 68 65 20 63 6f 72 72 65 73 80   ┆et in the test mask, the corres ┆
0x1040…1060       70 6f 6e 64 69 6e 67 20 74 65 73 74 70 6f 69 6e 74 20 69 73 20 65 6e 61 62 6c 65 64 2c 20 69 2e   ┆ponding testpoint is enabled, i.┆
0x1060…1080       65 2e 20 74 65 73 74 80 0a 64 61 74 61 20 66 72 6f 6d 20 74 68 65 20 73 70 65 80 63 69 66 69 65   ┆e. test  data from the spe cifie┆
0x1080…10a0       64 20 74 65 73 74 80 70 6f 69 6e 74 20 69 73 20 67 65 6e 65 72 61 74 65 64 20 69 6e 74 6f 20 74   ┆d test point is generated into t┆
0x10a0…10c0       68 65 20 74 65 73 74 62 75 66 66 65 72 2e 20 57 68 65 6e 20 0a 61 20 62 69 74 20 69 6e 20 74 68   ┆he testbuffer. When  a bit in th┆
0x10c0…10e0       65 20 74 65 73 74 20 6d 61 73 6b 20 69 73 20 72 65 73 65 74 2c 20 74 68 65 20 63 6f 72 72 65 73   ┆e test mask is reset, the corres┆
0x10e0…1100       70 6f 6e 64 69 6e 67 20 74 65 73 74 70 6f 69 6e 74 20 69 73 20 64 69 73 61 62 80 0a 6c 65 64 2c   ┆ponding testpoint is disab  led,┆
0x1100…1120       20 69 2e 65 20 6e 6f 20 74 65 73 74 64 61 74 61 20 66 72 6f 6d 20 74 68 65 20 73 70 65 63 69 66   ┆ i.e no testdata from the specif┆
0x1120…1140       69 65 64 20 74 65 73 74 70 6f 69 6e 74 20 69 73 20 67 65 6e 65 72 61 74 65 64 2e 0d 0a 0d 0a 54   ┆ied testpoint is generated.    T┆
0x1140…1160       68 65 20 49 44 41 38 30 31 20 4f 6e 6c 69 6e 65 20 4d 6f 6e 69 74 6f 72 20 65 6e 61 62 6c 65 73   ┆he IDA801 Online Monitor enables┆
0x1160…1180       20 74 68 65 20 75 73 65 72 20 74 6f 20 65 69 74 68 65 72 20 73 68 6f 77 2c 20 63 6c 65 61 72 2c   ┆ the user to either show, clear,┆
0x1180…11a0       20 73 65 74 20 6f 72 20 0a 72 65 73 74 6f 72 65 20 74 68 65 20 74 65 73 74 20 6d 61 73 6b 2c 20   ┆ set or  restore the test mask, ┆
0x11a0…11c0       61 73 20 77 65 6c 6c 20 61 73 20 63 6c 65 61 72 69 6e 67 2f 73 65 74 74 69 6e 67 20 69 6e 64 69   ┆as well as clearing/setting indi┆
0x11c0…11e0       76 69 64 75 61 6c 20 62 69 74 73 20 69 6e 20 0a 74 68 65 20 74 65 73 74 20 6d 61 73 6b 2e 0d 0a   ┆vidual bits in  the test mask.  ┆
0x11e0…1200       0d 0a a1 32 2e 32 2e 31 20 20 53 68 6f 77 20 74 65 73 74 20 6d 61 73 6b e1 0d 0a 0d 0a 49 6e 20   ┆   2.2.1  Show test mask     In ┆
0x1200…1220 (9,)  6f 72 64 65 72 20 74 6f 20 73 65 65 20 74 68 65 20 74 65 73 74 20 6d 61 73 6b 2c 20 74 68 65 20   ┆order to see the test mask, the ┆
0x1220…1240       73 69 6d 70 6c 65 20 74 65 73 74 20 6d 61 73 6b 20 63 6f 6d 6d 61 6e 64 20 6d 75 73 74 20 62 65   ┆simple test mask command must be┆
0x1240…1260       20 74 79 80 0a 70 65 64 3a 0d 0a 09 09 54 0d 0a 0d 0a 77 68 65 72 65 09 54 20 3d 09 09 74 68 65   ┆ ty  ped:    T    where T =  the┆
0x1260…1280       20 63 6f 6d 6d 61 6e 64 20 63 6f 64 65 0d 0a 0d 0a 54 68 69 73 20 72 65 73 75 6c 74 20 69 6e 20   ┆ command code    This result in ┆
0x1280…12a0       61 20 68 65 78 61 64 65 63 69 6d 61 6c 20 6c 69 73 74 6e 69 6e 67 20 6f 66 20 74 68 65 20 74 65   ┆a hexadecimal listning of the te┆
0x12a0…12c0       73 74 20 6d 61 73 6b 2e 0d 0a 0d 0a a1 32 2e 32 2e 32 20 20 43 6c 65 61 72 20 74 65 73 74 20 6d   ┆st mask.     2.2.2  Clear test m┆
0x12c0…12e0       61 73 6b e1 0d 0a 0d 0a 54 68 65 20 74 65 73 74 20 6d 61 73 6b 20 62 69 74 73 20 63 61 6e 20 62   ┆ask     The test mask bits can b┆
0x12e0…1300       65 20 63 6c 65 61 72 65 64 20 65 6e 74 69 72 65 6c 79 20 6f 72 20 69 6e 64 69 76 69 64 75 61 6c   ┆e cleared entirely or individual┆
0x1300…1320       20 62 79 20 74 68 65 20 66 6f 6c 6c 6f 80 0a 77 69 6e 67 20 63 6f 6d 6d 61 6e 64 3a 0d 0a 0d 0a   ┆ by the follo  wing command:    ┆
0x1320…1340       09 09 54 43 3c 3d 78 31 2c 78 32 2c 2e 2e 2e 2c 78 6e 3e 0d 0a 0d 0a 77 68 65 72 65 09 54 43 20   ┆  TC<=x1,x2,...,xn>    where TC ┆
0x1340…1360       3d 09 09 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63 6f 64 65 0d 0a 09 09 78 31 2c 78 6e 20 3d 09 84   ┆=  the command code    x1,xn =  ┆
0x1360…1380       74 65 73 74 20 6d 61 73 6b 20 62 69 74 73 20 73 70 65 63 69 66 69 65 64 2e 20 49 66 20 62 69 74   ┆test mask bits specified. If bit┆
0x1380…13a0       20 73 70 65 63 69 66 69 63 61 74 69 6f 6e 20 61 72 65 20 0a 19 93 80 80 6f 6d 69 74 74 65 64 2c   ┆ specification are      omitted,┆
0x13a0…13c0       20 74 68 65 20 65 6e 74 69 72 65 20 74 65 73 74 20 6d 61 73 6b 20 69 73 20 63 6c 65 61 72 65 64   ┆ the entire test mask is cleared┆
0x13c0…13e0       2e 20 49 6e 20 74 68 69 73 20 0a 19 93 80 80 63 61 73 65 20 74 68 65 20 6f 6c 64 20 74 65 73 74   ┆. In this      case the old test┆
0x13e0…1400       20 6d 61 73 6b 20 61 72 65 20 73 61 76 65 64 2e 0d 0a 0d 0a 8c 83 e0 0a a1 32 2e 32 2e 33 20 20   ┆ mask are saved.         2.2.3  ┆
0x1400…1420 (10,) 53 65 74 20 74 65 73 74 20 6d 61 73 6b e1 0d 0a 0d 0a 54 68 65 20 74 65 73 74 20 6d 61 73 6b 20   ┆Set test mask     The test mask ┆
0x1420…1440       62 69 74 73 20 63 61 6e 20 62 65 20 73 65 74 20 65 6e 74 69 72 65 6c 79 20 6f 72 20 69 6e 64 69   ┆bits can be set entirely or indi┆
0x1440…1460       76 69 64 75 61 6c 6c 79 20 62 79 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20 0a 63 6f 6d 6d 61   ┆vidually by the following  comma┆
0x1460…1480       6e 64 3a 0d 0a 0d 0a 09 09 54 53 3c 3d 78 31 2c 78 32 2c 2e 2e 2e 2c 78 6e 3e 0d 0a 0d 0a 77 68   ┆nd:      TS<=x1,x2,...,xn>    wh┆
0x1480…14a0       65 72 65 09 54 53 20 3d 09 09 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63 6f 64 65 0d 0a 09 09 78 31   ┆ere TS =  the command code    x1┆
0x14a0…14c0       2c 78 6e 20 3d 09 84 74 65 73 74 20 6d 61 73 6b 20 62 69 74 73 20 73 70 65 63 69 66 69 65 64 2e   ┆,xn =  test mask bits specified.┆
0x14c0…14e0       20 49 66 20 62 69 74 20 73 70 65 63 69 66 69 63 61 74 69 6f 6e 20 69 73 20 0a 19 93 80 80 6f 6d   ┆ If bit specification is      om┆
0x14e0…1500       69 74 74 65 64 2c 20 74 68 65 20 65 6e 74 69 72 65 20 74 65 73 74 20 6d 61 73 6b 20 69 73 20 73   ┆itted, the entire test mask is s┆
0x1500…1520       65 74 2e 0d 0a 0d 0a a1 32 2e 33 2e 34 20 20 52 65 73 74 6f 72 65 20 74 65 73 74 20 6d 61 73 6b   ┆et.     2.3.4  Restore test mask┆
0x1520…1540       e1 0d 0a 0d 0a 54 68 65 20 74 65 73 74 20 6d 61 73 6b 20 63 61 6e 20 62 65 20 72 65 73 74 6f 72   ┆     The test mask can be restor┆
0x1540…1560       65 64 20 74 6f 20 69 74 73 20 6f 72 69 67 69 6e 61 6c 20 76 61 6c 75 65 2c 20 6f 62 74 61 69 6e   ┆ed to its original value, obtain┆
0x1560…1580       65 64 20 62 79 20 74 68 65 20 0a 63 6c 65 61 72 20 74 65 73 74 20 6d 61 73 6b 20 63 6f 6d 6d 61   ┆ed by the  clear test mask comma┆
0x1580…15a0       6e 64 2e 20 54 68 69 73 20 63 6f 6d 6d 61 6e 64 20 74 6f 67 65 74 68 65 72 20 77 69 74 68 20 74   ┆nd. This command together with t┆
0x15a0…15c0       68 65 20 63 6c 65 61 72 20 74 65 73 74 20 6d 61 73 6b 20 0a 63 6f 6d 6d 61 6e 64 20 69 73 20 70   ┆he clear test mask  command is p┆
0x15c0…15e0       61 72 74 69 63 75 6c 61 72 20 75 73 65 66 75 6c 6c 20 77 68 65 6e 20 69 6e 73 70 65 63 74 69 6e   ┆articular usefull when inspectin┆
0x15e0…1600       67 20 68 69 67 68 6c 79 20 66 61 73 74 20 67 65 6e 65 72 61 74 65 64 20 0a 74 65 73 74 80 64 61   ┆g highly fast generated  test da┆
0x1600…1620 (11,) 74 61 2e 20 54 68 65 20 63 6f 6d 6d 61 6e 64 20 73 79 6e 74 61 78 20 69 73 3a 0d 0a 0d 0a 09 09   ┆ta. The command syntax is:      ┆
0x1620…1640       54 52 0d 0a 0d 0a 77 68 65 72 65 09 54 52 20 3d 09 09 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63 6f   ┆TR    where TR =  the command co┆
0x1640…1660       64 65 0d 0a 0d 0a 0d 0a a1 32 2e 33 20 20 44 69 73 70 6c 61 79 20 54 65 73 74 20 52 65 63 6f 72   ┆de       2.3  Display Test Recor┆
0x1660…1680       64 73 e1 0d 0a 0d 0a 54 68 65 20 74 65 73 74 20 64 61 74 61 20 69 6e 20 74 68 65 20 74 65 73 74   ┆ds     The test data in the test┆
0x1680…16a0       62 75 66 66 65 72 20 63 61 6e 20 62 65 20 69 6e 73 70 65 63 74 65 64 20 62 79 20 74 68 65 20 64   ┆buffer can be inspected by the d┆
0x16a0…16c0       69 73 70 6c 61 79 20 74 65 73 74 20 0a 72 65 63 6f 72 64 20 63 6f 6d 6d 61 6e 64 2e 20 54 68 65   ┆isplay test  record command. The┆
0x16c0…16e0       20 63 6f 6d 6d 61 6e 64 20 73 79 6e 74 61 78 20 69 73 3a 0d 0a 0d 0a 09 09 3c 4e 3e 44 3c 4f 21   ┆ command syntax is:      <N>D<O!┆
0x16e0…1700       4e 21 43 3e 0d 0a 0d 0a 77 68 65 72 65 09 4e 20 3d 09 09 84 6e 75 6d 62 65 72 20 6f 66 20 74 65   ┆N!C>    where N =   number of te┆
0x1700…1720       73 74 20 72 65 63 6f 72 64 73 20 74 6f 20 62 65 20 6c 69 73 74 65 64 20 28 6f 70 74 69 6f 6e 61   ┆st records to be listed (optiona┆
0x1720…1740       6c 2c 20 69 66 20 0a 19 93 80 80 6f 6d 69 74 74 65 64 20 4e 20 77 69 6c 6c 20 62 65 20 73 65 74   ┆l, if      omitted N will be set┆
0x1740…1760       20 74 6f 20 6f 6e 65 29 2e 20 54 68 65 20 70 61 72 61 6d 65 74 65 72 20 69 73 20 6f 6e 6c 79 20   ┆ to one). The parameter is only ┆
0x1760…1780       0a 19 93 80 80 72 65 6c 65 76 61 6e 74 20 77 68 65 6e 20 74 68 65 20 64 69 73 70 6c 61 79 20 6d   ┆     relevant when the display m┆
0x1780…17a0       6f 64 65 20 69 73 20 27 6f 6c 64 27 20 6f 72 20 27 6e 65 77 27 2e 0d 0a 09 09 44 20 3d 09 09 74   ┆ode is 'old' or 'new'.    D =  t┆
0x17a0…17c0       68 65 20 63 6f 6d 6d 61 6e 64 20 63 6f 64 65 0d 0a 09 09 4f 21 4e 21 43 20 3d 09 84 74 68 65 20   ┆he command code    O!N!C =  the ┆
0x17c0…17e0       64 69 73 70 6c 61 79 20 6d 6f 64 65 2c 20 4f 20 3d 3e 20 6f 6c 64 2c 20 4e 20 3d 3e 20 6e 65 77   ┆display mode, O => old, N => new┆
0x17e0…1800       2c 20 43 20 3d 3e 20 63 6f 6e 74 69 6e 75 65 0d 0a 0d 0a 49 6e 69 74 69 61 6c 6c 79 20 74 68 65   ┆, C => continue    Initially the┆
0x1800…1820 (12,) 20 64 69 73 70 6c 61 79 20 6d 6f 64 65 20 69 73 20 73 65 74 20 74 6f 20 27 6e 65 77 27 2c 20 69   ┆ display mode is set to 'new', i┆
0x1820…1840       6e 64 69 63 61 74 69 6e 67 20 74 68 61 74 20 74 68 65 20 66 69 72 73 74 20 0a 64 69 73 70 6c 61   ┆ndicating that the first  displa┆
0x1840…1860       79 65 64 20 74 65 73 74 20 72 65 63 6f 72 64 20 77 69 6c 6c 20 62 65 20 74 68 65 20 6e 65 77 65   ┆yed test record will be the newe┆
0x1860…1880       73 74 20 28 77 69 74 68 20 72 65 73 70 65 63 74 20 74 6f 20 74 69 6d 65 29 2e 20 53 69 6d 69 80   ┆st (with respect to time). Simi ┆
0x1880…18a0       0a 8c 83 c8 0a 6c 61 72 79 20 27 6f 6c 64 27 20 69 6e 64 69 63 61 74 65 73 20 74 68 61 74 20 74   ┆     lary 'old' indicates that t┆
0x18a0…18c0       68 65 20 66 69 72 73 74 20 64 69 73 70 6c 61 79 65 64 20 74 65 73 74 20 72 65 63 6f 72 64 20 77   ┆he first displayed test record w┆
0x18c0…18e0       69 6c 6c 20 62 65 20 74 68 65 20 0a 65 6c 64 65 73 74 20 28 77 69 74 68 20 72 65 73 70 65 63 74   ┆ill be the  eldest (with respect┆
0x18e0…1900       20 74 6f 20 74 69 6d 65 29 2e 0d 0a 0d 0a 54 68 65 73 65 20 74 77 6f 20 64 69 73 70 6c 61 79 20   ┆ to time).    These two display ┆
0x1900…1920       6d 6f 64 65 73 20 64 6f 65 73 20 6e 6f 74 20 61 6c 74 65 72 20 74 68 65 20 63 6f 6e 74 65 6e 74   ┆modes does not alter the content┆
0x1920…1940       20 6f 66 20 74 68 65 20 74 65 73 74 20 62 75 66 66 65 72 2c 20 0a 61 6e 64 20 74 68 65 20 75 73   ┆ of the test buffer,  and the us┆
0x1940…1960       65 72 20 63 61 6e 20 74 68 75 73 20 66 72 65 65 6c 79 20 69 6e 73 70 65 63 74 20 74 68 65 20 74   ┆er can thus freely inspect the t┆
0x1960…1980       65 73 74 20 72 65 63 6f 72 64 73 2e 20 55 70 6f 6e 20 65 6e 64 69 6e 67 20 6f 66 20 0a 74 68 65   ┆est records. Upon ending of  the┆
0x1980…19a0       20 6c 69 73 74 6e 69 6e 67 20 74 68 65 20 75 73 65 72 20 68 61 73 20 74 68 65 20 70 6f 73 73 69   ┆ listning the user has the possi┆
0x19a0…19c0       62 69 6c 69 74 79 20 74 6f 20 65 69 74 68 65 72 20 66 6f 72 80 77 61 72 64 2c 20 62 61 63 6b 77   ┆bility to either for ward, backw┆
0x19c0…19e0       61 72 64 20 6f 72 20 0a 73 74 6f 70 20 74 68 65 20 6c 69 73 74 6e 69 6e 67 2e 20 49 6e 20 6f 72   ┆ard or  stop the listning. In or┆
0x19e0…1a00       64 65 72 20 74 6f 20 66 6f 72 77 61 72 64 20 74 68 65 20 6c 69 73 74 6e 69 6e 67 2c 20 27 2c 27   ┆der to forward the listning, ','┆
0x1a00…1a20 (13,) 20 6d 75 73 74 20 62 65 20 74 79 70 65 64 2e 20 0a 54 68 69 73 20 72 65 73 75 6c 74 20 69 6e 20   ┆ must be typed.  This result in ┆
0x1a20…1a40       4e 20 6e 65 77 65 72 20 74 65 73 74 20 72 65 63 6f 72 64 73 20 64 69 73 70 6c 61 79 65 64 2e 20   ┆N newer test records displayed. ┆
0x1a40…1a60       49 6e 20 6f 72 64 65 72 20 74 6f 20 62 61 63 6b 77 61 72 64 20 74 68 65 20 0a 6c 69 73 74 6e 69   ┆In order to backward the  listni┆
0x1a60…1a80       6e 67 2c 20 27 60 27 20 6d 75 73 74 20 62 65 20 74 79 70 65 64 2e 20 54 68 69 73 20 72 65 73 75   ┆ng, '`' must be typed. This resu┆
0x1a80…1aa0       6c 74 20 69 6e 20 4e 20 65 6c 64 65 72 20 74 65 73 74 20 72 65 63 6f 72 64 73 20 64 69 73 80 0a   ┆lt in N elder test records dis  ┆
0x1aa0…1ac0       70 6c 61 79 65 64 2e 20 41 6c 6c 20 6f 74 68 65 72 20 63 68 61 72 61 63 80 74 65 72 73 20 74 79   ┆played. All other charac ters ty┆
0x1ac0…1ae0       70 65 64 20 73 74 6f 70 73 20 74 68 65 20 6c 69 73 74 6e 69 6e 67 2e 0d 0a 0d 0a 54 68 65 20 64   ┆ped stops the listning.    The d┆
0x1ae0…1b00       69 73 70 6c 61 79 20 6d 6f 64 65 20 27 63 6f 6e 74 69 6e 75 65 27 20 69 6e 64 69 63 61 74 65 73   ┆isplay mode 'continue' indicates┆
0x1b00…1b20       20 61 20 63 6f 6e 74 69 6e 75 65 73 6c 79 20 64 69 73 70 6c 61 79 69 6e 67 20 6f 66 20 67 65 6e   ┆ a continuesly displaying of gen┆
0x1b20…1b40       65 80 0a 72 61 74 65 64 20 74 65 73 74 20 72 65 63 6f 72 64 73 2c 20 69 2e 67 2e 20 74 68 65 20   ┆e  rated test records, i.g. the ┆
0x1b40…1b60       6e 65 77 65 73 74 2e 20 49 6e 20 74 68 69 73 20 6d 6f 64 65 2c 20 74 68 65 20 64 69 73 70 6c 61   ┆newest. In this mode, the displa┆
0x1b60…1b80       79 65 64 20 74 65 73 74 20 0a 72 65 63 6f 72 64 73 20 61 72 65 20 72 65 6d 6f 76 65 64 20 66 72   ┆yed test  records are removed fr┆
0x1b80…1ba0       6f 6d 20 74 68 65 20 74 65 73 74 20 62 75 66 66 65 72 2c 20 61 6e 64 20 74 68 75 73 20 63 61 6e   ┆om the test buffer, and thus can┆
0x1ba0…1bc0       6e 6f 74 20 62 65 20 69 6e 73 70 65 63 74 65 64 20 0a 61 67 61 69 6e 2e 20 57 68 65 6e 65 76 65   ┆not be inspected  again. Wheneve┆
0x1bc0…1be0       72 20 61 20 74 65 73 74 20 72 65 63 6f 72 64 20 69 73 20 67 65 6e 65 72 61 74 65 64 20 69 6e 74   ┆r a test record is generated int┆
0x1be0…1c00       6f 20 74 68 65 20 74 65 73 74 20 62 75 66 66 65 72 2c 20 74 68 69 73 20 69 73 20 0a 69 6d 6d 65   ┆o the test buffer, this is  imme┆
0x1c00…1c20 (14,) 64 69 61 74 65 6c 79 20 64 69 73 70 6c 61 79 65 64 2e 20 54 68 69 73 20 64 69 73 70 6c 61 79 20   ┆diately displayed. This display ┆
0x1c20…1c40       6d 6f 64 65 20 69 73 20 73 74 6f 70 70 65 64 20 62 79 20 74 79 70 69 6e 67 20 61 6e 79 20 63 68   ┆mode is stopped by typing any ch┆
0x1c40…1c60       61 80 0a 72 61 63 80 74 65 72 2e 0d 0a 0d 0a 0d 0a a1 32 2e 34 20 20 43 6c 65 61 72 20 54 65 73   ┆a  rac ter.       2.4  Clear Tes┆
0x1c60…1c80       74 20 42 75 66 66 65 72 e1 0d 0a 0d 0a 54 68 65 20 74 65 73 74 20 62 75 66 66 65 72 20 69 73 20   ┆t Buffer     The test buffer is ┆
0x1c80…1ca0       61 75 74 6f 6d 61 74 69 63 61 6c 6c 79 20 65 6d 70 74 69 65 64 20 75 70 6f 6e 20 73 74 61 72 74   ┆automatically emptied upon start┆
0x1ca0…1cc0       69 6e 67 2e 20 46 75 72 74 68 65 72 20 74 68 65 20 74 65 73 74 20 0a 62 75 66 66 65 72 20 63 61   ┆ing. Further the test  buffer ca┆
0x1cc0…1ce0       6e 20 62 65 20 65 6d 70 74 69 65 64 20 62 79 20 74 68 65 20 63 6c 65 61 72 20 74 65 73 74 20 62   ┆n be emptied by the clear test b┆
0x1ce0…1d00       75 66 66 65 72 20 63 6f 6d 6d 61 6e 64 2e 20 54 68 65 20 73 79 6e 74 61 78 20 69 73 3a 0d 0a 0d   ┆uffer command. The syntax is:   ┆
0x1d00…1d20       0a 09 09 43 0d 0a 0d 0a 77 68 65 72 65 09 43 20 3d 09 09 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63   ┆   C    where C =  the command c┆
0x1d20…1d40       6f 64 65 0d 0a 0d 0a 54 68 69 73 20 63 6f 6d 6d 61 6e 64 20 63 61 6e 20 62 65 20 67 69 76 65 6e   ┆ode    This command can be given┆
0x1d40…1d60       20 61 74 20 61 6e 79 20 74 69 6d 65 2e 0d 0a 0d 0a 0d 0a a1 32 2e 35 20 20 42 61 63 6b 75 70 e1   ┆ at any time.       2.5  Backup ┆
0x1d60…1d80       0d 0a 0d 0a 41 20 62 61 63 6b 75 70 20 6f 66 20 74 68 65 20 61 73 73 6f 63 69 61 74 65 64 20 64   ┆    A backup of the associated d┆
0x1d80…1da0       69 73 63 73 20 28 6f 72 20 70 61 72 74 73 20 6f 66 29 20 63 61 6e 20 62 65 20 64 6f 6e 65 20 62   ┆iscs (or parts of) can be done b┆
0x1da0…1dc0       79 20 6d 65 61 6e 73 20 6f 66 20 0a 74 68 65 20 62 61 63 6b 75 70 20 63 6f 6d 80 6d 61 6e 64 2e   ┆y means of  the backup com mand.┆
0x1dc0…1de0       20 54 68 65 20 73 79 6e 74 61 78 20 69 73 3a 0d 0a 0d 0a 09 09 42 0d 0a 0d 0a 8c 83 c8 0a 77 68   ┆ The syntax is:      B        wh┆
0x1de0…1e00       65 72 65 09 42 20 3d 09 09 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63 6f 64 65 0d 0a 0d 0a 54 68 65   ┆ere B =  the command code    The┆
0x1e00…1e20 (15,) 20 6d 6f 6e 69 74 6f 72 20 6e 6f 77 20 72 65 71 75 65 73 74 73 20 66 6f 72 20 74 68 65 20 64 69   ┆ monitor now requests for the di┆
0x1e20…1e40       73 63 20 6d 6f 64 75 6c 65 20 6e 75 6d 62 65 72 2c 20 72 65 73 70 65 63 74 69 76 65 20 74 68 65   ┆sc module number, respective the┆
0x1e40…1e60       20 64 69 73 63 20 0a 64 65 76 69 63 65 20 6e 75 6d 62 65 72 2e 20 46 6f 6c 6c 6f 77 65 64 20 74   ┆ disc  device number. Followed t┆
0x1e60…1e80       68 69 73 20 74 68 65 20 6d 6f 6e 69 74 6f 72 20 72 65 71 75 65 73 74 20 66 6f 72 20 74 68 65 20   ┆his the monitor request for the ┆
0x1e80…1ea0       73 65 67 6d 65 6e 74 20 61 64 64 72 65 73 73 20 0a 61 6e 64 20 74 68 65 20 61 6d 6f 75 6e 74 20   ┆segment address  and the amount ┆
0x1ea0…1ec0       6f 66 20 73 65 67 6d 65 6e 74 73 20 74 6f 20 62 61 63 6b 75 70 2e 20 41 20 73 65 67 6d 65 6e 74   ┆of segments to backup. A segment┆
0x1ec0…1ee0       20 69 73 20 37 36 38 20 62 79 74 65 73 2e 20 49 66 20 6e 6f 20 61 70 80 0a 70 6c 69 65 73 20 74   ┆ is 768 bytes. If no ap  plies t┆
0x1ee0…1f00       6f 20 74 68 65 20 72 65 71 75 65 73 74 73 20 61 72 65 20 67 69 76 65 6e 20 28 6a 75 73 74 20 43   ┆o the requests are given (just C┆
0x1f00…1f20       52 29 2c 20 7a 65 72 6f 20 76 61 6c 75 65 73 20 61 72 65 20 74 61 6b 65 6e 2e 0d 0a 0d 0a 4e 6f   ┆R), zero values are taken.    No┆
0x1f20…1f40       77 20 74 68 65 20 6d 6f 6e 69 74 6f 72 20 72 65 71 75 65 73 74 73 20 66 6f 72 20 74 68 65 20 74   ┆w the monitor requests for the t┆
0x1f40…1f60       61 70 65 20 66 6f 72 6d 61 74 74 65 72 20 6e 75 6d 62 65 72 2c 20 72 65 73 70 65 63 74 69 76 65   ┆ape formatter number, respective┆
0x1f60…1f80       20 74 68 65 20 0a 74 61 70 65 20 73 74 61 74 69 6f 6e 20 6e 75 6d 62 65 72 2e 20 49 66 20 6e 6f   ┆ the  tape station number. If no┆
0x1f80…1fa0       20 61 70 70 6c 69 65 73 20 74 6f 20 74 68 65 20 72 65 71 75 65 73 74 73 20 61 72 65 20 67 69 76   ┆ applies to the requests are giv┆
0x1fa0…1fc0       65 6e 20 28 6a 75 73 74 20 43 52 29 2c 20 0a 7a 65 72 6f 20 76 61 6c 75 65 73 20 61 72 65 20 74   ┆en (just CR),  zero values are t┆
0x1fc0…1fe0       61 6b 65 6e 2e 0d 0a 0d 0a 42 65 66 6f 72 65 20 74 68 65 20 61 63 74 75 61 6c 20 62 61 63 6b 75   ┆aken.    Before the actual backu┆
0x1fe0…2000       70 20 69 73 20 70 65 72 66 6f 72 6d 65 64 2c 20 74 68 65 20 73 65 6c 65 63 74 65 64 20 64 69 73   ┆p is performed, the selected dis┆
0x2000…2020 (16,) 63 20 61 6e 64 20 74 61 70 65 20 64 65 76 69 63 65 20 0a 61 72 65 20 63 6f 6e 6e 65 63 74 65 64   ┆c and tape device  are connected┆
0x2020…2040       2c 20 77 68 69 63 68 20 66 6f 72 20 74 68 65 20 64 69 73 63 20 6d 61 79 20 74 61 6b 65 20 73 6f   ┆, which for the disc may take so┆
0x2040…2060       6d 65 20 74 69 6d 65 2c 20 64 65 70 65 6e 64 65 6e 74 20 75 70 6f 6e 20 0a 77 68 65 74 68 65 72   ┆me time, dependent upon  whether┆
0x2060…2080       20 74 68 65 20 64 69 73 63 20 77 61 73 20 63 6f 6e 6e 65 63 74 65 64 20 61 6c 72 65 61 64 79 20   ┆ the disc was connected already ┆
0x2080…20a0       6f 72 20 6e 6f 74 2e 0d 0a 0d 0a 46 6f 6c 6c 6f 77 65 64 20 74 68 69 73 20 63 6f 6e 6e 65 63 74   ┆or not.    Followed this connect┆
0x20a0…20c0       69 6e 67 20 70 68 61 73 65 2c 20 61 20 72 65 71 75 65 73 74 20 69 73 20 6d 61 64 65 20 66 6f 72   ┆ing phase, a request is made for┆
0x20c0…20e0       20 6d 6f 75 6e 74 69 6e 67 20 74 68 65 20 74 61 70 65 2e 20 0a 42 65 66 6f 72 65 20 43 52 20 69   ┆ mounting the tape.  Before CR i┆
0x20e0…2100       73 20 67 69 76 65 6e 2c 20 74 68 65 20 74 61 70 65 20 6d 75 73 74 20 62 65 20 6d 6f 75 6e 74 65   ┆s given, the tape must be mounte┆
0x2100…2120       64 20 61 6e 64 20 74 68 65 20 74 61 70 65 20 73 74 61 74 69 6f 6e 20 73 65 74 20 74 6f 20 0a 6f   ┆d and the tape station set to  o┆
0x2120…2140       6e 2d 6c 69 6e 65 2e 20 4e 6f 77 20 61 20 6c 61 62 65 6c 20 62 6c 6f 63 6b 20 63 6f 6e 74 61 69   ┆n-line. Now a label block contai┆
0x2140…2160       6e 69 6e 67 20 74 68 65 20 64 69 73 63 20 6d 6f 64 75 6c 65 20 6e 75 6d 62 65 72 2c 20 74 68 65   ┆ning the disc module number, the┆
0x2160…2180       20 64 69 73 63 20 0a 64 65 76 69 63 65 20 6e 75 6d 62 65 72 2c 20 74 68 65 20 73 65 67 6d 65 6e   ┆ disc  device number, the segmen┆
0x2180…21a0       74 20 61 64 64 72 65 73 73 2c 20 74 68 65 20 61 6d 6f 75 6e 74 20 6f 66 20 73 65 67 80 6d 65 6e   ┆t address, the amount of seg men┆
0x21a0…21c0       74 73 20 61 6e 64 20 74 68 65 20 74 61 70 65 20 0a 6e 75 6d 62 65 72 20 61 72 65 20 77 72 69 74   ┆ts and the tape  number are writ┆
0x21c0…21e0       80 74 65 6e 20 6f 6e 20 74 68 65 20 74 61 70 65 2c 20 66 6f 6c 6c 6f 77 65 64 20 77 69 74 68 20   ┆ ten on the tape, followed with ┆
0x21e0…2200       77 72 69 74 69 6e 67 20 74 68 65 20 64 61 74 61 20 69 6e 20 62 6c 6f 63 6b 73 20 0a 6f 66 20 32   ┆writing the data in blocks  of 2┆
0x2200…2220 (17,) 31 20 73 65 67 6d 65 6e 74 73 2e 20 54 68 65 20 6c 61 62 65 6c 20 62 6c 6f 63 6b 20 63 6f 6e 73   ┆1 segments. The label block cons┆
0x2220…2240       69 73 74 20 6f 66 20 31 32 20 62 79 74 65 73 2e 0d 0a 0d 0a 49 66 20 74 68 65 20 64 65 73 69 72   ┆ist of 12 bytes.    If the desir┆
0x2240…2260       65 64 20 61 6d 6f 75 6e 74 20 6f 66 20 73 65 67 6d 65 6e 74 73 20 65 78 63 65 65 64 73 20 74 68   ┆ed amount of segments exceeds th┆
0x2260…2280       65 20 73 69 7a 65 20 6f 66 20 74 68 65 20 74 61 70 65 2c 20 74 68 69 73 20 69 73 20 0a 72 65 77   ┆e size of the tape, this is  rew┆
0x2280…22a0       69 6e 64 65 64 20 61 6e 64 20 75 6e 6c 6f 61 64 65 64 2c 20 66 6f 6c 6c 6f 77 65 64 20 77 69 74   ┆inded and unloaded, followed wit┆
0x22a0…22c0       68 20 61 20 72 65 71 75 65 73 74 20 66 6f 72 20 6d 6f 75 6e 74 69 6e 67 20 74 68 65 20 6e 65 78   ┆h a request for mounting the nex┆
0x22c0…22e0       74 20 0a 74 61 70 65 2e 20 4e 6f 77 20 74 68 65 20 70 72 6f 63 65 64 75 72 65 20 6d 65 6e 74 69   ┆t  tape. Now the procedure menti┆
0x22e0…2300       6f 6e 65 64 20 61 62 6f 76 65 20 6d 75 73 74 20 62 65 20 66 6f 6c 6c 6f 77 65 64 20 75 6e 74 69   ┆oned above must be followed unti┆
0x2300…2320       6c 20 74 68 65 20 64 65 73 69 80 0a 72 65 64 20 61 6d 6f 75 6e 74 20 6f 66 20 73 65 67 6d 65 6e   ┆l the desi  red amount of segmen┆
0x2320…2340       74 73 20 61 72 65 20 77 72 69 74 74 65 6e 20 6f 6e 74 6f 20 74 68 65 20 6e 65 73 73 65 73 61 72   ┆ts are written onto the nessesar┆
0x2340…2360       79 20 61 6d 6f 75 6e 74 20 6f 66 20 74 61 70 65 73 2e 0d 0a 0d 0a 49 66 20 65 72 72 6f 72 73 20   ┆y amount of tapes.    If errors ┆
0x2360…2380       6f 63 63 75 72 73 20 77 69 74 68 69 6e 20 74 68 65 20 62 61 63 6b 75 70 20 70 72 6f 63 65 73 73   ┆occurs within the backup process┆
0x2380…23a0       2c 20 74 68 69 73 20 69 73 20 69 6e 64 69 63 61 74 65 64 20 6f 6e 20 74 68 65 20 0a 74 65 72 80   ┆, this is indicated on the  ter ┆
0x23a0…23c0       6d 69 6e 61 6c 20 62 79 20 65 72 72 6f 72 20 74 65 78 74 73 2e 20 54 68 65 20 66 6f 6c 6c 6f 77   ┆minal by error texts. The follow┆
0x23c0…23e0       69 6e 67 20 74 65 78 74 73 20 6d 61 79 20 6f 63 63 75 72 3a 0d 0a 0d 0a 09 2a 2a 2a 20 74 61 70   ┆ing texts may occur:     *** tap┆
0x23e0…2400       65 20 65 72 72 6f 72 20 63 6f 6e 6e 65 63 74 09 2d 20 84 74 68 69 73 20 69 6e 64 69 63 61 74 65   ┆e error connect -  this indicate┆
0x2400…2420 (18,) 73 20 70 72 6f 62 61 62 6c 79 20 61 6e 20 69 6c 6c 65 67 61 6c 20 74 61 70 65 20 0a 19 9f 80 80   ┆s probably an illegal tape      ┆
0x2420…2440       66 6f 72 80 6d 61 74 74 65 72 20 6f 72 20 74 61 70 65 20 73 74 61 74 69 6f 6e 20 6e 75 6d 62 65   ┆for matter or tape station numbe┆
0x2440…2460       72 0d 0a 09 2a 2a 2a 20 64 69 73 63 20 65 72 72 6f 72 20 63 6f 6e 6e 65 63 74 09 2d 20 84 74 68   ┆r   *** disc error connect -  th┆
0x2460…2480       69 73 20 69 6e 64 69 63 61 74 65 73 20 70 72 6f 62 61 62 6c 79 20 61 6e 20 69 6c 6c 65 67 61 6c   ┆is indicates probably an illegal┆
0x2480…24a0       20 64 69 73 63 20 0a 19 9f 80 80 6d 6f 64 75 6c 65 20 6f 72 20 64 69 73 63 20 64 65 76 69 63 65   ┆ disc      module or disc device┆
0x24a0…24c0       20 6e 75 6d 62 65 72 2c 20 6f 72 20 69 6e 63 6f 72 80 0a 19 9f 80 80 72 65 63 74 20 69 6e 73 74   ┆ number, or incor      rect inst┆
0x24c0…24e0       61 6c 6c 69 6e 67 20 6f 66 20 74 68 65 20 64 69 73 63 0d 0a 09 2a 2a 2a 20 74 61 70 65 20 65 72   ┆alling of the disc   *** tape er┆
0x24e0…2500       72 6f 72 09 09 09 2d 20 84 74 68 69 73 20 69 6e 64 69 63 61 74 65 73 20 61 6e 20 73 65 76 65 72   ┆ror   -  this indicates an sever┆
0x2500…2520       65 20 65 72 72 6f 72 20 6f 6e 20 74 68 65 20 0a 19 9f 80 80 74 61 70 65 2c 20 69 2e 65 2e 20 69   ┆e error on the      tape, i.e. i┆
0x2520…2540       6e 63 6f 72 72 65 63 74 20 6d 6f 75 6e 74 69 6e 67 20 6f 66 20 74 68 65 20 74 61 70 65 20 0a 19   ┆ncorrect mounting of the tape   ┆
0x2540…2560       9f 80 80 6f 72 20 73 69 6d 70 6c 79 20 62 61 64 20 74 61 70 65 73 20 28 65 72 61 73 69 6e 67 20   ┆   or simply bad tapes (erasing ┆
0x2560…2580       6f 66 20 74 68 65 20 74 61 70 65 20 0a 19 9f 80 80 68 61 73 20 62 65 65 6e 20 74 72 69 65 64 2c   ┆of the tape      has been tried,┆
0x2580…25a0       20 77 69 74 68 6f 75 74 20 70 6f 73 69 74 69 76 65 20 72 65 73 75 6c 74 29 0d 0a 8c 83 d4 0a 09   ┆ without positive result)       ┆
0x25a0…25c0       2a 2a 2a 20 64 69 73 63 20 65 72 72 6f 72 09 09 09 2d 20 84 74 68 69 73 20 69 6e 64 69 63 61 74   ┆*** disc error   -  this indicat┆
0x25c0…25e0       65 73 20 61 6e 20 73 65 76 65 72 65 20 65 72 72 6f 72 20 6f 6e 20 74 68 65 20 0a 19 9f 80 80 64   ┆es an severe error on the      d┆
0x25e0…2600       69 73 63 2c 20 69 2e 65 2e 20 61 6e 20 69 6e 63 6f 72 72 65 63 74 20 73 65 67 6d 65 6e 74 20 61   ┆isc, i.e. an incorrect segment a┆
0x2600…2620 (19,) 64 64 72 65 73 73 20 0a 19 9f 80 80 6f 72 20 61 6d 6f 75 6e 74 20 6f 66 20 73 65 67 6d 65 6e 74   ┆ddress      or amount of segment┆
0x2620…2640       73 0d 0a 0d 0a 0d 0a a1 32 2e 36 20 20 52 65 73 74 6f 72 65 e1 0d 0a 0d 0a 41 20 72 65 73 74 6f   ┆s       2.6  Restore     A resto┆
0x2640…2660       72 65 20 66 72 6f 6d 20 62 61 63 6b 75 70 2d 74 61 70 65 28 73 29 20 74 6f 20 74 68 65 20 61 73   ┆re from backup-tape(s) to the as┆
0x2660…2680       73 6f 63 69 61 74 65 64 20 64 69 73 63 20 28 6f 72 20 70 61 72 74 73 20 6f 66 29 20 63 61 6e 20   ┆sociated disc (or parts of) can ┆
0x2680…26a0       0a 62 65 20 64 6f 6e 65 20 62 79 20 6d 65 61 6e 73 20 6f 66 20 74 68 65 20 72 65 73 74 6f 72 65   ┆ be done by means of the restore┆
0x26a0…26c0       20 63 6f 6d 80 6d 61 6e 64 2e 20 54 68 65 20 73 79 6e 74 61 78 20 69 73 3a 0d 0a 0d 0a 09 09 52   ┆ com mand. The syntax is:      R┆
0x26c0…26e0       0d 0a 0d 0a 77 68 65 72 65 09 52 20 3d 09 09 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63 6f 64 65 0d   ┆    where R =  the command code ┆
0x26e0…2700       0a 0d 0a 54 68 65 20 6d 6f 6e 69 74 6f 72 20 6e 6f 77 20 72 65 71 75 65 73 74 73 20 66 6f 72 20   ┆   The monitor now requests for ┆
0x2700…2720       74 68 65 20 74 61 70 65 20 66 6f 72 6d 61 74 74 65 72 20 6e 75 6d 62 65 72 2c 20 72 65 73 70 65   ┆the tape formatter number, respe┆
0x2720…2740       63 74 69 76 65 20 74 68 65 20 0a 74 61 70 65 20 73 74 61 74 69 6f 6e 20 6e 75 6d 62 65 72 2e 20   ┆ctive the  tape station number. ┆
0x2740…2760       49 66 20 6e 6f 20 61 70 70 6c 69 65 73 20 74 6f 20 74 68 65 20 72 65 71 75 65 73 74 73 20 61 72   ┆If no applies to the requests ar┆
0x2760…2780       65 20 67 69 76 65 6e 20 28 6a 75 73 74 20 43 52 29 2c 20 0a 7a 65 72 6f 20 76 61 6c 75 65 73 20   ┆e given (just CR),  zero values ┆
0x2780…27a0       61 72 65 20 74 61 6b 65 6e 2e 0d 0a 0d 0a 4e 6f 77 20 74 68 65 20 73 65 6c 65 63 74 65 64 20 74   ┆are taken.    Now the selected t┆
0x27a0…27c0       61 70 65 20 73 74 61 74 69 6f 6e 20 69 73 20 63 6f 6e 6e 65 63 74 65 64 2c 20 66 6f 6c 6c 6f 77   ┆ape station is connected, follow┆
0x27c0…27e0       65 64 20 77 69 74 68 20 61 20 72 65 71 75 65 73 74 20 66 6f 72 20 0a 6d 6f 75 6e 74 69 6e 67 20   ┆ed with a request for  mounting ┆
0x27e0…2800       74 68 65 20 74 61 70 65 2e 20 42 65 66 6f 72 65 20 43 52 20 69 73 20 67 69 76 65 6e 2c 20 74 68   ┆the tape. Before CR is given, th┆
0x2800…2820 (20,) 65 20 74 61 70 65 20 6d 75 73 74 20 62 65 20 6d 6f 75 6e 74 65 64 20 61 6e 64 20 74 68 65 20 0a   ┆e tape must be mounted and the  ┆
0x2820…2840       74 61 70 65 20 73 74 61 74 69 6f 6e 20 73 65 74 20 74 6f 20 6f 6e 2d 6c 69 6e 65 2e 20 4e 6f 77   ┆tape station set to on-line. Now┆
0x2840…2860       20 74 68 65 20 6c 61 62 65 6c 20 62 6c 6f 63 6b 20 63 6f 6e 74 61 69 6e 69 6e 67 20 74 68 65 20   ┆ the label block containing the ┆
0x2860…2880       64 69 73 63 20 6d 6f 80 0a 64 75 6c 65 20 6e 75 6d 62 65 72 2c 20 74 68 65 20 64 69 73 63 20 64   ┆disc mo  dule number, the disc d┆
0x2880…28a0       65 76 69 63 65 20 6e 75 6d 62 65 72 2c 20 74 68 65 20 73 65 67 6d 65 6e 74 20 61 64 64 72 65 73   ┆evice number, the segment addres┆
0x28a0…28c0       73 2c 20 74 68 65 20 61 6d 6f 75 6e 74 20 6f 66 20 0a 73 65 67 80 6d 65 6e 74 73 20 61 6e 64 20   ┆s, the amount of  seg ments and ┆
0x28c0…28e0       74 68 65 20 74 61 70 65 20 6e 75 6d 62 65 72 20 61 72 65 20 72 65 61 64 80 20 66 72 6f 6d 20 74   ┆the tape number are read  from t┆
0x28e0…2900       68 65 20 74 61 70 65 2e 20 49 66 20 74 68 65 20 74 61 70 65 20 6e 75 6d 62 65 72 20 0a 72 65 61   ┆he tape. If the tape number  rea┆
0x2900…2920       64 20 64 6f 65 73 20 6e 6f 74 20 63 6f 72 72 65 73 70 6f 6e 64 20 77 69 74 68 20 74 68 65 20 65   ┆d does not correspond with the e┆
0x2920…2940       78 70 65 63 74 65 64 20 74 61 70 65 20 6e 75 6d 62 65 72 2c 20 61 6e 20 65 72 72 6f 72 20 65 78   ┆xpected tape number, an error ex┆
0x2940…2960       69 74 20 69 73 20 0a 74 61 6b 65 6e 2e 0d 0a 0d 0a 54 68 65 20 6d 6f 6e 69 74 6f 72 20 6e 6f 77   ┆it is  taken.    The monitor now┆
0x2960…2980       20 72 65 71 75 65 73 74 73 20 66 6f 72 20 61 6c 74 65 72 69 6e 67 20 74 68 65 20 64 69 73 63 20   ┆ requests for altering the disc ┆
0x2980…29a0       6d 6f 64 75 6c 65 20 6e 75 6d 62 65 72 2c 20 74 68 65 20 64 69 73 63 20 0a 64 65 76 69 63 65 20   ┆module number, the disc  device ┆
0x29a0…29c0       6e 75 6d 62 65 72 2c 20 74 68 65 20 73 65 67 6d 65 6e 74 20 61 64 64 72 65 73 73 20 61 6e 64 20   ┆number, the segment address and ┆
0x29c0…29e0       74 68 65 20 61 6d 6f 75 6e 74 20 6f 66 20 73 65 67 80 6d 65 6e 74 73 2e 20 49 66 20 6a 75 73 74   ┆the amount of seg ments. If just┆
0x29e0…2a00       20 0a 43 52 20 69 73 20 67 69 76 65 6e 20 74 6f 20 74 68 65 73 65 20 72 65 71 75 65 73 74 73 2c   ┆  CR is given to these requests,┆
0x2a00…2a20 (21,) 20 6e 6f 20 61 6c 74 65 72 69 6e 67 20 69 73 20 64 6f 6e 65 2e 20 42 65 66 6f 72 65 20 74 68 65   ┆ no altering is done. Before the┆
0x2a20…2a40       20 61 63 74 75 61 6c 20 0a 72 65 73 74 6f 72 69 6e 67 20 69 73 20 70 65 72 66 6f 72 6d 65 64 2c   ┆ actual  restoring is performed,┆
0x2a40…2a60       20 74 68 65 20 73 65 6c 65 63 74 65 64 20 64 69 73 63 20 69 73 20 63 6f 6e 6e 65 63 74 65 64 20   ┆ the selected disc is connected ┆
0x2a60…2a80       77 68 69 63 68 20 6d 61 79 20 74 61 6b 65 20 0a 73 6f 6d 65 20 74 69 6d 65 2c 20 64 65 70 65 6e   ┆which may take  some time, depen┆
0x2a80…2aa0       64 65 6e 74 20 75 70 6f 6e 20 77 68 65 74 68 65 72 20 74 68 65 20 64 69 73 63 20 77 61 73 20 63   ┆dent upon whether the disc was c┆
0x2aa0…2ac0       6f 6e 6e 65 63 74 65 64 20 61 6c 72 65 61 64 79 20 6f 72 20 6e 6f 74 2e 0d 0a 0d 0a 49 66 20 45   ┆onnected already or not.    If E┆
0x2ac0…2ae0       4f 54 20 28 45 6e 64 20 4f 66 20 54 61 70 65 29 20 69 73 20 6d 65 74 20 62 65 66 6f 72 65 20 66   ┆OT (End Of Tape) is met before f┆
0x2ae0…2b00       69 6c 65 2d 6d 61 72 6b 2c 20 74 68 65 20 74 61 70 65 20 69 73 20 72 65 77 69 6e 64 65 64 20 61   ┆ile-mark, the tape is rewinded a┆
0x2b00…2b20       6e 64 20 0a 75 6e 6c 6f 61 64 65 64 2c 20 66 6f 6c 6c 6f 77 65 64 20 77 69 74 68 20 61 20 72 65   ┆nd  unloaded, followed with a re┆
0x2b20…2b40       71 75 65 73 74 20 66 6f 72 20 6d 6f 75 6e 74 69 6e 67 20 74 68 65 20 6e 65 78 74 20 74 61 70 65   ┆quest for mounting the next tape┆
0x2b40…2b60       2e 20 4e 6f 77 20 74 68 65 20 0a 70 72 6f 63 65 64 75 72 65 20 6d 65 6e 74 69 6f 6e 65 64 20 61   ┆. Now the  procedure mentioned a┆
0x2b60…2b80       62 6f 76 65 20 6d 75 73 74 20 62 65 20 66 6f 6c 6c 6f 77 65 64 20 75 6e 74 69 6c 20 74 68 65 20   ┆bove must be followed until the ┆
0x2b80…2ba0       73 70 65 63 69 66 69 65 64 80 20 61 6d 6f 75 6e 74 20 6f 66 20 0a 73 65 67 6d 65 6e 74 73 20 61   ┆specified  amount of  segments a┆
0x2ba0…2bc0       72 65 20 72 65 61 64 20 66 72 6f 6d 20 74 68 65 20 74 61 70 65 28 73 29 2e 0d 0a 0d 0a 8c 83 bc   ┆re read from the tape(s).       ┆
0x2bc0…2be0       0a 49 66 20 65 72 72 6f 72 73 20 6f 63 63 75 72 73 20 77 69 74 68 69 6e 20 74 68 65 20 72 65 73   ┆ If errors occurs within the res┆
0x2be0…2c00       74 6f 72 65 20 70 72 6f 63 65 73 73 2c 20 74 68 69 73 20 69 73 20 69 6e 64 69 63 61 74 65 64 20   ┆tore process, this is indicated ┆
0x2c00…2c20 (22,) 6f 6e 20 74 68 65 20 0a 74 65 72 80 6d 69 6e 61 6c 20 62 79 20 65 72 72 6f 72 20 74 65 78 74 73   ┆on the  ter minal by error texts┆
0x2c20…2c40       2e 20 54 68 65 20 74 65 78 74 73 20 61 6e 64 20 74 68 65 69 72 20 6d 65 65 6e 69 6e 67 20 61 72   ┆. The texts and their meening ar┆
0x2c40…2c60       65 20 74 68 65 20 73 61 6d 65 20 61 73 20 66 6f 72 20 0a 74 68 65 20 62 61 63 6b 75 70 20 63 6f   ┆e the same as for  the backup co┆
0x2c60…2c80       6d 6d 61 6e 64 2c 20 65 78 63 65 70 74 20 66 6f 72 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20   ┆mmand, except for the following ┆
0x2c80…2ca0       65 78 63 65 70 74 69 6f 6e 2e 0d 0a 0d 0a 54 68 65 20 75 73 65 72 20 6d 75 73 74 20 62 65 20 61   ┆exception.    The user must be a┆
0x2ca0…2cc0       77 61 72 65 20 6f 66 2c 20 74 68 61 74 20 74 68 65 20 65 72 72 6f 72 20 27 2a 2a 2a 20 74 61 70   ┆ware of, that the error '*** tap┆
0x2cc0…2ce0       65 20 65 72 72 6f 72 27 20 61 6c 73 6f 20 69 73 20 67 69 76 65 6e 20 0a 69 66 20 74 68 65 20 73   ┆e error' also is given  if the s┆
0x2ce0…2d00       70 65 63 69 66 69 65 64 20 61 6d 6f 75 6e 74 20 6f 66 20 73 65 67 6d 65 6e 74 73 20 69 73 20 6c   ┆pecified amount of segments is l┆
0x2d00…2d20       65 73 73 65 72 20 74 68 61 6e 20 74 68 65 20 61 6d 6f 75 6e 74 20 72 65 73 69 64 69 6e 67 20 0a   ┆esser than the amount residing  ┆
0x2d20…2d40       6f 6e 20 74 68 65 20 74 61 70 65 28 73 29 2e 20 54 68 69 73 20 69 73 20 68 6f 77 65 76 65 72 20   ┆on the tape(s). This is however ┆
0x2d40…2d60       6e 6f 74 20 61 6e 20 73 65 76 65 72 65 20 65 72 72 6f 72 2e 0d 0a 0d 0a 0d 0a a1 32 2e 37 20 20   ┆not an severe error.       2.7  ┆
0x2d60…2d80       48 65 6c 70 e1 0d 0a 0d 0a 42 79 20 67 69 76 69 6e 67 20 74 68 65 20 68 65 6c 70 20 63 6f 6d 6d   ┆Help     By giving the help comm┆
0x2d80…2da0       61 6e 64 2c 20 61 20 73 68 6f 72 74 20 62 72 69 65 66 69 6e 67 20 6f 66 20 74 68 65 20 6d 6f 6e   ┆and, a short briefing of the mon┆
0x2da0…2dc0       69 74 6f 72 20 63 6f 6d 6d 61 6e 64 73 20 61 72 65 20 0a 6c 69 73 74 65 64 20 6f 6e 20 74 68 65   ┆itor commands are  listed on the┆
0x2dc0…2de0       20 74 65 72 6d 69 6e 61 6c 2e 20 54 68 65 20 63 6f 6d 6d 61 6e 64 20 73 79 6e 74 61 78 20 69 73   ┆ terminal. The command syntax is┆
0x2de0…2e00       3a 0d 0a 0d 0a 09 09 48 0d 0a 0d 0a 77 68 65 72 65 09 48 20 3d 09 09 74 68 65 20 63 6f 6d 6d 61   ┆:      H    where H =  the comma┆
0x2e00…2e0d (23,) 6e 64 20 63 6f 64 65 0d 0a 0d 0a 0d 0a                                                            ┆nd code      ┆
0x2e0d…2e10       FormFeed {
0x2e0d…2e10         0c 81 e4                                                                                          ┆   ┆
0x2e0d…2e10       }
0x2e10…2e20       0a a1 33 2e 09 44 45 42 55 47 47 49 4e 47 e1 0d                                                   ┆  3. DEBUGGING  ┆
0x2e20…2e40       0a 0d 0a 54 68 65 20 49 44 41 38 30 31 20 4f 6e 6c 69 6e 65 20 4d 6f 6e 69 74 6f 72 20 65 6e 61   ┆   The IDA801 Online Monitor ena┆
0x2e40…2e60       62 6c 65 73 20 74 68 65 20 75 73 65 72 20 74 6f 20 65 6e 74 65 72 20 74 68 65 20 52 43 33 39 30   ┆bles the user to enter the RC390┆
0x2e60…2e80       30 20 44 65 62 75 67 67 65 72 2e 20 0a 54 68 69 73 20 69 73 20 64 6f 6e 65 20 62 79 20 73 69 6d   ┆0 Debugger.  This is done by sim┆
0x2e80…2ea0       70 6c 79 20 70 72 65 73 73 69 6e 67 20 27 65 73 63 61 70 65 27 2e 20 54 68 65 20 49 44 41 38 30   ┆ply pressing 'escape'. The IDA80┆
0x2ea0…2ec0       31 20 4f 6e 6c 69 6e 65 20 4d 6f 6e 69 74 6f 72 20 63 61 6e 20 0a 62 65 20 65 6e 74 65 72 65 64   ┆1 Online Monitor can  be entered┆
0x2ec0…2ee0       20 61 67 61 69 6e 20 62 79 20 67 69 76 69 6e 67 20 74 68 65 20 52 43 33 39 30 30 20 44 65 62 75   ┆ again by giving the RC3900 Debu┆
0x2ee0…2f00       67 67 65 72 20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 27 47 27 2e 0d 0a 0d 0a 54 68 65 20 52 43 33   ┆gger the command 'G'.    The RC3┆
0x2f00…2f20       39 30 30 20 44 65 62 75 67 67 65 72 20 75 73 65 64 20 61 74 20 74 68 65 20 49 44 41 38 30 31 20   ┆900 Debugger used at the IDA801 ┆
0x2f20…2f40       63 6f 6e 74 72 6f 6c 6c 65 72 20 63 6f 6e 74 61 69 6e 73 20 74 77 6f 20 63 6f 6d 6d 61 6e 64 73   ┆controller contains two commands┆
0x2f40…2f60       20 0a 66 6f 72 20 65 69 74 68 65 72 20 6c 6f 61 64 69 6e 67 20 74 68 65 20 49 44 41 38 30 31 20   ┆  for either loading the IDA801 ┆
0x2f60…2f80       66 69 72 6d 77 61 72 65 20 66 72 6f 6d 20 64 69 73 63 20 6f 72 20 66 72 6f 6d 20 74 61 70 65 2e   ┆firmware from disc or from tape.┆
0x2f80…2fa0       20 54 68 65 20 73 79 6e 80 0a 74 61 78 20 66 6f 72 20 74 68 65 73 65 20 63 6f 6d 6d 61 6e 64 73   ┆ The syn  tax for these commands┆
0x2fa0…2fc0       20 61 72 65 3a 0d 0a 0d 0a 09 09 4c 3c 44 21 54 3e 3c 47 3e 0a 0d 0a 77 68 65 72 65 09 4c 09 3d   ┆ are:      L<D!T><G>   where L =┆
0x2fc0…2fe0       20 74 68 65 20 63 6f 6d 6d 61 6e 64 20 63 6f 64 65 0d 0a 09 09 44 21 54 09 3d 20 84 69 6e 64 69   ┆ the command code    D!T =  indi┆
0x2fe0…3000       63 61 74 65 73 20 65 69 74 68 65 72 20 64 69 73 63 20 28 44 29 20 6f 72 20 74 61 70 65 20 28 54   ┆cates either disc (D) or tape (T┆
0x3000…3020 (24,) 29 20 61 73 20 6c 6f 61 64 20 6d 65 64 69 61 2e 20 49 66 20 0a 19 90 80 80 74 68 69 73 20 69 73   ┆) as load media. If      this is┆
0x3020…3040       20 6f 6d 69 74 74 65 64 2c 20 74 68 65 20 6c 6f 61 64 20 6d 65 64 69 61 20 64 65 70 65 6e 64 73   ┆ omitted, the load media depends┆
0x3040…3060       20 75 70 6f 6e 20 74 68 65 20 61 70 70 72 6f 80 0a 19 90 80 80 70 69 61 74 65 20 73 77 69 74 63   ┆ upon the appro      piate switc┆
0x3060…3080       68 20 6f 6e 20 74 68 65 20 49 44 41 38 30 31 20 63 6f 6e 74 72 6f 6c 6c 65 72 20 66 72 6f 6e 74   ┆h on the IDA801 controller front┆
0x3080…30a0       20 70 61 6e 65 6c 0d 0a 09 09 47 09 3d 20 69 6e 64 69 63 61 74 65 73 20 67 6f 20 28 61 66 74 65   ┆ panel    G = indicates go (afte┆
0x30a0…30c0       72 20 6c 6f 61 64 29 0d 0a 0d 0a 46 6f 72 20 66 75 72 74 68 65 72 20 69 6e 66 6f 72 6d 61 74 69   ┆r load)    For further informati┆
0x30c0…30e0       6f 6e 20 61 62 6f 75 74 20 74 68 65 20 52 43 33 39 30 30 20 44 65 62 75 67 67 65 72 2c 20 73 65   ┆on about the RC3900 Debugger, se┆
0x30e0…30fe       65 20 74 68 65 20 61 70 70 72 6f 70 69 61 74 65 20 0a 6d 61 6e 75 61 6c 73 2e 0d 0a 0d 0a         ┆e the appropiate  manuals.    ┆
0x30fe…3101       FormFeed {
0x30fe…3101         0c 81 fc                                                                                          ┆   ┆
0x30fe…3101       }
0x3101…3120       0a a1 41 50 50 45 4e 44 49 58 0d 0a 0d 0a 0d 0a a1 41 2e 09 52 45 46 45 52 45 4e 43 45 53 e1      ┆  APPENDIX       A. REFERENCES ┆
0x3120…3140       0d 0a 0d 0a 0d 0a 28 31 29 09 52 43 53 4c 20 4e 6f 3a 20 39 39 31 2d 30 39 38 31 37 0d 0a 09 49   ┆      (1) RCSL No: 991-09817   I┆
0x3140…3160       44 41 38 30 31 20 48 61 72 64 77 61 72 65 20 53 65 6c 66 74 65 73 74 0d 0a 09 55 73 65 72 27 73   ┆DA801 Hardware Selftest   User's┆
0x3160…3180       20 47 75 69 64 65 0d 0a 0d 0a 28 32 29 09 52 43 53 4c 20 4e 6f 3a 20 39 39 31 20 30 39 37 37 36   ┆ Guide    (2) RCSL No: 991 09776┆
0x3180…31a0       0d 0a 09 52 43 38 30 30 30 2f 49 44 41 38 30 31 20 54 61 70 65 20 61 6e 64 20 44 69 73 63 20 43   ┆   RC8000/IDA801 Tape and Disc C┆
0x31a0…31c0       6f 6e 74 72 6f 6c 6c 65 72 0d 0a 09 4d 61 69 6e 74 65 6e 61 6e 63 65 20 4d 61 6e 75 61 6c 0d 0a   ┆ontroller   Maintenance Manual  ┆
0x31c0…31e0       0d 0a 28 33 29 20 52 43 53 4c 20 4e 6f 3a 20 34 32 2d 69 32 33 39 34 0d 0a 09 54 68 65 20 52 43   ┆  (3) RCSL No: 42-i2394   The RC┆
0x31e0…3200       33 39 30 30 20 4d 6f 6e 69 74 6f 72 0d 0a 09 52 65 66 65 72 65 6e 63 65 20 4d 61 6e 75 61 6c 0d   ┆3900 Monitor   Reference Manual ┆
0x3200…3220 (25,) 0a 0d 0a 1a 1a 2e 33 2e 34 20 20 52 65 73 74 6f 72 65 20 74 65 73 74 20 6d 61 73 6b e1 0d 0a 0d   ┆     .3.4  Restore test mask    ┆
0x3220…3240       0a 54 68 65 20 74 65 73 74 20 65 73 74 20 6d 61 73 6b 20 63 61 6e 20 62 65 20 72 65 73 74 6f 72   ┆ The test est mask can be restor┆
0x3240…3260       65 64 20 74 6f 20 69 74 73 20 6f 72 69 67 69 6e 61 6c 20 76 61 6c 75 65 2c 20 6f 62 74 61 69 6e   ┆ed to its original value, obtain┆
0x3260…3280       65 64 20 62 79 20 74 68 65 20 0a 63 6c 65 61 72 20 74 65 73 74 20 6d 61 73 6b 20 63 6f 6d 6d 61   ┆ed by the  clear test mask comma┆

Reduced view