BSD 3 development
[unix-history] / usr / src / libc / sys / mdate.s
CommitLineData
18e5fa7e
BJ
1# C library-- mdate
2
3 .set mdate,30
4.globl _mdate
5.globl cerror
6
7_mdate:
8 .word 0x0000
9 chmk $mdate
10 bcc noerror
11 jmp cerror
12noerror:
13 clrl r0
14 ret