URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [newlib-1.10.0/] [newlib/] [libc/] [sys/] [go32/] [intdos.c] - Rev 1773
Go to most recent revision | Compare with Previous | Blame | View Log
#include <sys/dos.h> int intdos(union REGS *in, union REGS *out) { return int86(0x21, in, out); }
Go to most recent revision | Compare with Previous | Blame | View Log