source: trunk/libs/newlib/src/newlib/libc/sys/sysvnecv70/write.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: 94 bytes
Line 
1
2        .globl  __write
3        .globl  _write
4__write:
5_write: chlvl   #0,#4
6        jnl     ok     
7        jmp     cerror
8ok:     ret     #0
9
Note: See TracBrowser for help on using the repository browser.