24.12.2013 Views

TOPS-10 Monitor Calls Manual Volume 2 AA-K039D ... - Trailing-Edge

TOPS-10 Monitor Calls Manual Volume 2 AA-K039D ... - Trailing-Edge

TOPS-10 Monitor Calls Manual Volume 2 AA-K039D ... - Trailing-Edge

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

RECON. [CALLI 202]<br />

2 .RCCI7<br />

Causes the monitor to perform a continuable<br />

stopcode (stopcode CI7), take a dump of memory,<br />

and continue automatically. This dump is called a<br />

"snapshot," and allows you to diagnose problems by<br />

obtaining a dump without halting the system. The<br />

.RCCI7 function does not require an argument<br />

block, so the calling sequence looks like:<br />

MOVE ac, [.RCCI7,,0]<br />

RECON. ac,<br />

error return<br />

skip return<br />

3 . RCNAR<br />

Clears and sets the DF.NAR bit in the DEBUGF word,<br />

which controls whether the system should<br />

automatically reload on non-continuable stopcodes.<br />

bb When this bit is set, the auto-reload function<br />

is disabled and the system will not automatically<br />

reload. When this bit is clear, auto-reload is<br />

enabled. (This default can be changed in the<br />

MONGEN dialog.)<br />

The DEBUGF word is defined in the monitor symbol<br />

file S.MAC, and is manipulated during analysis of<br />

system errors.<br />

You can clear this bit to prevent automatic<br />

reloads when you are debugging the system. This<br />

function requires that you be logged in under<br />

[1,2] .<br />

The DF.NAR bit is set/cleared according to the<br />

second word in the argument block. If Word 1 of<br />

the argument is 0, the DF.NAR is cleared, and<br />

automatic reload is enabled (default state). If<br />

you place a non-zero value in Word 1, DF.NAR is<br />

set, and the system will not automatically reload<br />

on a non-continuable stopcode. The calling<br />

sequence for this function is:<br />

addr: 2<br />

-1<br />

MOVE ac, [.RCNAR"addr]<br />

RECON. ac,<br />

error return<br />

skip return<br />

;length of argument block<br />

;to disable auto-reload<br />

4 . RCBTX<br />

Changes the BOOTXT command string to<br />

string you specify in the argument.<br />

sequence for this function is:<br />

MOVE ac, [.RCBTX"addr]<br />

RECON. ac,<br />

error return<br />

skip return<br />

the command<br />

The calling<br />

addr: n ;length of argument block<br />

command-list ;first word<br />

22-341

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!