repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: Add new APIs tc[gs]etwinsize()
[newlib-cygwin.git]
/
newlib
/
libc
/
sys
/
w65
/
trap.c
blob
1f49999bb789744cd4c946c5074245fb881359f0
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