[Simh] EXT :Re: PDP-10 simulation: TENEX

Phil Budne phil at ultimate.com
Thu May 7 10:41:40 EDT 2015


Johnny Eriksson <bygg at cafax.se> wrote:
>Phil Budne <phil at ultimate.com> wrote:
>> Do KI TENEX sources exist??  They had to simulate the BBN paging box
>> (using the KI page tables as a "Translation Lookaside Buffer").
> Since I have just started to play around with simulated '10s again, I
> just stumbled over some stuff.  In case anyone is interested:
>
>   http://www.pdc.kth.se/~bygg/tenex.tar

Many "IFN KIFLG" lines, but in pagem.mac:

    IFN KIFLG,<
    EXTERN MOVRCA,MVMRCA
    >

Later in the file:
    ;GIVEN A CORE PAGE IN 2, AND N IN 1, FETCH NTH WORD FROM PAGE
>>>>;KI VERSION IS IN KISRV
    ;CAN BE CALLED AT ANY PI LEVEL

    IFN KAFLG,<
    MOVRCA: HRLI 2,RWXB             ;CONSTRUCT POINTER
	    PIOFF
	    MOVEM 2,MMAP+PIPG
	    CONO PGR,1              ;CLEAR MON AR'S
	    MOVE 1,PIPGA(1)
	    PION
	    RET

    ;GIVEN A CORE PAGE IN 3, AND N IN 2, STORE 4 IN NTH WORD
    ; OF THE PAGE. KI VERSION NOT YET WRITTEN, WILL BE IN KISRV
But................^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Maybe I should ask Dan Murphy!



More information about the Simh mailing list