[HECnet] RT-11 on a PDP-11/10

Oleg Safiullin form at pdp-11.org.ru
Wed Aug 26 01:20:45 PDT 2015


> That's the one we copied. So then then question becomes what is it failing on? It gets an illegal instruction trap.
>
> The 11/10 have even less instructions than an 11/03, I think. But I know too little of RT-11 to really know how to debug this.


Please send me content of memory block where program traps. Something like that:

--
?MON-F-Trap to 4 001012

..E 1000-1040
012700 123456 005727 000241 000000 000240 000404 040004
000000 000000 001032 000167 000422 045640 000020 000000
000001

.
--

Or you can use DBG-11 to debug the program:

.REN SDH.SYS SD.SYS

.SET SD SYSGEN

.SET SD REG

.INS SD

.LO SD

DBG Y01.16 - RT-11  ( SOFT  PRO  SD:  GRH )

......

┌─────R0─────┬─────R1─────┬─────R2─────┬─────R3─────┬─────R4─────┬─────R5─────┐
│      001000│      005567│      010000│      047000│      132000│      135744│
│     000,002│     167,013│     000,020│     000,116│     000,264│     344,273│
│"^@^B   % L2│"w^K    %A3O│"^@^P   %BVP│"^@N    %LSH│"^@4    %.2 │"d;     %0BT│
├────────────┼────────────┼────────────┼────────────┼────────────┼────────────┤
│PC =  010002│SP =  001000│(SP) =000000│2(SP)=123456│4(SP)=005727│6(SP)=000241│
└────────────┴────────────┴────────────┴────────────┴────────────┴────────────┘

T4:10002
DBG>


More information about the Hecnet-list mailing list