1 2 3 4 5 6 7 8 9 10 11 12
;int stat(const char *file_name, struct stat *buf); #include "setarch.h" .section .text .align 2 .global __stat __stat: jsr @@0xca rts .end