Content deleted Content added
m Added refs section. |
Start adding ODT debugger stuff |
||
Line 40:
The effect of this will be to write a stream of "A" to the console. As there is no check for transmitter ready, it is highly probable that a large number of garbage characters will be displayed.
==RSX-11M-Plus ODT==
The RSX-11M-Plus ODT<ref>IAS/RSX-11 ODT Reference Manual, Order Number AA-M507A-TC, Digital, 1982</ref> is essentially a superset of all other ODT implementations.
ODT is implemented as code that is linked with a task using the Task Builder /DA switch.
TKB HELLO/DA,HELLO/CR=HELLO
Once any task built with ODT is run ODT is invoked on entry.
RUN HELLO
ODT:TT0
_
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 currently operating, not the physical addresses used with console ODT.
== See also ==
|