mirror of
https://github.com/PDP-10/its.git
synced 2026-02-25 00:27:28 +00:00
PDP-6 core and 10-11 address space may not be in separate mobies.
The code to share a moby was commented out, presumably because the 10-11 space until 1981 was 2,,000000-2,,777777 and PDP-6 core was at 3,,000000 but that went away 1978. This adds an assembly time conditional for the code.
This commit is contained in:
@@ -21144,11 +21144,11 @@ IFN TEN11P,[
|
||||
MOVEI TT,0
|
||||
DPB TT,[.T11CP+EXEUMP]
|
||||
SETOM T11MP+<T11CPA&777777>_-10. ;DONT USE MAP PAGE AS 10-11 PAGE
|
||||
;IFN PDP6P,[ ;THESE ARE IN SEPARATE MOBIES NOW
|
||||
; MOVE TT,[-LPDP6M,,<PDP6BM&777777>_-10.]
|
||||
; SETOM T11MP(TT) ;CONFLICTS WITH PDP-6 MEM
|
||||
; AOBJN TT,.-1
|
||||
;]
|
||||
IFE <1-PDP6P>\<<T11CPA_-18.>-<PDP6BM_-18.>>,[ ;THESE MAY NOT BE IN SEPARATE MOBIES NOW
|
||||
MOVE TT,[-LPDP6M,,<PDP6BM&777777>_-10.]
|
||||
SETOM T11MP(TT) ;CONFLICTS WITH PDP-6 MEM
|
||||
AOBJN TT,.-1
|
||||
]
|
||||
;IFG TSYSM-256.,[
|
||||
; MOVSI TT,-TSYSM+256.
|
||||
; SETOM T11MP(TT) ;CONFLICT PAGES
|
||||
|
||||
Reference in New Issue
Block a user