File: bci.mar

package info (click to toggle)
fis-gtm 6.2-000-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 30,784 kB
  • ctags: 42,554
  • sloc: ansic: 358,483; asm: 4,847; csh: 4,574; sh: 2,261; awk: 200; makefile: 86; sed: 13
file content (9 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
	.title	bci	bit clear interlocked
VAX	=	1
	code_psect
	.entry	bci,^m<>
	clrl	r0
	bbcci	#0,@4(ap),10$
	incl	r0
10$:	ret
	.end