URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [h8300hms/] [open.S] - Rev 310
Go to most recent revision | Compare with Previous | Blame | View Log
;int open(const char *pathname, int flags);
;Integer arguments have to be zero extended.
;The second argument is taken from the stack,
;hence it is not zero extended here.
#include "setarch.h"
.section .text
.align 2
.global __open
__open:
jsr @@0xc5
rts
.end
Go to most recent revision | Compare with Previous | Blame | View Log