mirror of
https://github.com/PDP-10/its.git
synced 2026-04-06 05:52:26 +00:00
27 lines
460 B
Plaintext
Executable File
27 lines
460 B
Plaintext
Executable File
;;;-*-Fundamental-*-
|
|
|
|
.TOC "MICROCODE CONDITIONAL ASSEMBLY PARAMETERS FOR ITS"
|
|
|
|
.SET/CIRC=1 ;Enable CIRC instruction.
|
|
|
|
.SET/ITS=1 ;ITS style microcode.
|
|
|
|
.SET/JPC=0 ;No JPC initially.
|
|
|
|
.SET/1PROC=1 ;One-Proceed feature.
|
|
|
|
.SET/PCST=1 ;PC Sample Table
|
|
|
|
.SET/ITSIO=1 ;ITS I/O instructions.
|
|
|
|
.SET/TEST=0 ;1 => Testing some new feature.
|
|
|
|
MICROCODE VERSION/=<99:107>
|
|
UCV=262.
|
|
|
|
HARDWARE OPTIONS/=<90:92>
|
|
HWOPT=0
|
|
|
|
HARDWARE SERIAL NUMBER/=<93:107>
|
|
HWSER=1729.
|