Content deleted Content added
m Robot - Moving category DEC Operating Systems to Category:DEC operating systems per CFD at Wikipedia:Categories for discussion/Log/2014 April 12. |
Ground Zero (talk | contribs) mNo edit summary |
||
Line 1:
'''On-line Debugging Tool'''
The debugger allowed access to memory using [[octal]] addresses and data. Within the [[software system]]s, the debugger accessed the process's [[virtual memory]]. The firmware console implementation accessed [[physical memory]].
Line 7:
==Console ODT==
Console ODT<ref>p192-202 ''PDP-11 Processor Handbook: pdp11/04/24/34a/44/70'', Digital, 1981</ref> replaced the lights and switches console of many of the earlier processors.
Access to console ODT is obtained either from power up (with appropriate power up mode selected), by the execution of a HALT instruction in kernel mode, or by use of the front panel halt switch or button.
Line 74 ⟶ 75:
The underscore is the standard ODT prompt.
It should be remembered that addresses in the ODT debugger are 16 bit virtual addresses in the mode in which ODT is
===Commands===
Line 83 ⟶ 84:
|-
| .
| Current ___location indicator, i.e., address of last ___location opened
|-
| <CR> or k<CR>
| Closes current ___location/register. If k is specified stores the value k in the
|-
| <LF> or k<LF>
| Closes current ___location/register and opens next If k is specified stores the value k in the
|-
|^ or k^
| Closes
|-
| _ or k_
Line 101 ⟶ 102:
|-
| > or k>
| Treats the low order byte of the
|-
| < or k<
| If the
|-
| $n
Line 165 ⟶ 166:
|-
| " or a"
| Word mode [[ASCII]] Displays contents of the ___location a or the
|-
| ' or a'
Line 171 ⟶ 172:
|-
| % or a%
| [[DEC Radix-50|Radix50]] operator. Displays the contents of the ___location a or the
|-
| / or a/
| Word mode octal operator. operator. Displays the contents of the ___location a or the
| \ or a\
| Byte mode octal operator. operator. Displays the contents of the ___location a or the
|-
| k=
|