source: trunk/libs/newlib/src/newlib/libc/sys/sysvnecv70/open.S @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 103 bytes
Line 
1
2        .globl  __open
3        .globl  _open
4__open:
5_open:  chlvl   #0,#5
6        jnl     ok     
7        jmp     cerror
8ok:     xor.w   r0,r0
9        ret     #0
10
Note: See TracBrowser for help on using the repository browser.