//
// Parameters for file searching package
// last edited June 17, 1977  1:18 PM
//
// Copyright Xerox Corporation 1979

manifest	// microcode entry points
[	Reset = 0
	Match = 1
	FetchEven = 2
	FetchOdd = 4
	Skip = 6
	Record = 7
]

manifest	// registers known to FindNext
[	Rphase = 15b
	RnegK1 = 16b
]

manifest
[	JMPRAM = #61010	// "jump to RAM" opcode
]

structure
[	bytes↑0,1000b byte
]

external	// communication between FindComp and FindNext
[	@fNegK
	@fNphase
	@fExitChar
]