ack/mach/vax4/libsysV_2/stat.s
1990-01-11 16:00:19 +00:00

14 lines
159 B
ArmAsm

.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
stat = 18
.define _stat
_stat:
.data2 0x0000
chmk $stat
bcc 1f
jmp cerror
1:
clrl r0
ret