V10/libc/sys/mkdir.s

Compare this file to the similar file:
Show the results in this format:

# C library -- mkdir

# error = mkdir(string, mode);

	.set	mkdir,65
.globl	_mkdir

_mkdir:
	.word	0x0000
	chmk	$mkdir
	bcc 	noerror
	jmp 	cerror
noerror:
	clrl	r0
	ret