1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-25 03:45:11 +00:00

BC ITS - SDF Boot Camp KA10.

This commit is contained in:
Lars Brinkhoff
2023-10-16 19:44:11 +02:00
parent 1b182621b1
commit be8ed5d999
12 changed files with 265 additions and 2 deletions

View File

@@ -9855,6 +9855,10 @@ bltspc: syscal sstatu,[val x ? val x ? val x ? val x ? val x
jrst [move x,[mdspec,,tsspec] ;yes, so use MD's specs
blt x,spcend-1 ; all of them, to the end
ret ]
camn x,[sixbit /BC/] ;is it BC?
jrst [move x,[mdspec,,tsspec] ;yes, so use MD's specs
blt x,spcend-1 ; all of them, to the end
ret ]
;; unknown machine, default to MD
move x,[mdspec,,tsspec]
blt x,spcend-1