source: trunk/libs/newlib/src/newlib/libc/sys/w65/trap.c @ 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: 85 bytes
Line 
1
2
3
4_trap3()
5{
6
7}
8
9
10__trap3(a1,a2,a3,a4,a5,a6)
11{
12  asm ("ldx #r0");
13  asm ("wdm");
14}
15
Note: See TracBrowser for help on using the repository browser.