Welcome to mirror list, hosted at ThFree Co, Russian Federation.

trap.c « w65 « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f49999bb789744cd4c946c5074245fb881359f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15



_trap3()
{

}


__trap3(a1,a2,a3,a4,a5,a6)
{
  asm ("ldx #r0");
  asm ("wdm");
}