Technical data
Utilities
http://www.motorola.com/computer/literature 2-15
2
ZE - Clear (Zero) Error Counters
The error counters originally come up with the value of zero, but it is
occasionally desirable to reset them to zero at a later time. This command
resets all of the error counters to zero.
Example:
PPC1-Diag>ze
PPC1-Diag>
This clears all error counters.
ZP - Zero Pass Count
Invoking the ZP command resets the pass counter to zero. This is
frequently desirable before typing in a command that invokes the Loop-
Continue mode. Entering this command on the same line as LC results in
the pass counter being reset on every pass.
Example:
PPC1-Diag>lc;ram adr ;zp
RAM ADR: Addressability................. Running ---> PASSED
Pass Count =1, Errors This Pass =0, Total Errors =0
RAM ADR: Addressability................. Running ---> PASSED
Pass Count =1, Errors This Pass =0, Total Errors =0
RAM ADR: Addressability................. Running ---> PASSED
Pass Count =1, Errors This Pass =0, Total Errors =0
RAM ADR: Addressability................. Running --->
<BREAK>
--Break Detected--
PPC1-Diag>