1: / error = stat(name, buf); 2: / char *name; 3: / struct stat *buf; 4: 5: .globl _stat 6: .globl cerror 7: 8: _stat: 9: mov r5,-(sp) 10: mov sp,r5 11: mov 4(r5),0f 12: mov 6(r5),0f+2 13: sys 0; 9f 14: bec 1f 15: jmp cerror 16: 1: 17: clr r0 18: mov (sp)+,r5 19: rts pc 20: .data 21: 9: 22: sys stat; 0:..; ..