File:  [Research Unix] / researchv10no / sys / ml / trapbvax.s
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

#
# traps routines valid only on `bigger' VAXes
# (not MicroVAXes)
#
# real clock interrupt
#
	.text
	.globl	Xhardclock
	.align	2
Xhardclock:
	pushr	$SAVREG
	tstl	_clockbias
	beql	1f
	decl	_clockbias
	bneq	1f
	mtpr	$CLK60HZ,$NICR
1:	pushl	4+NRS*4(sp)
	pushl	4+NRS*4(sp)
	calls	$2,_hardclock		# hardclock(pc,psl)
2:	popr	$SAVREG
	rei

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.