1
2	.globl	__write
3	.globl	_write
4__write:
5_write:	chlvl	#0,#4
6	jnl	ok
7	jmp	cerror
8ok:	ret	#0
9
10