mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 22:06:50 +00:00
16 lines
85 B
C
16 lines
85 B
C
|
|
|
|
|
|
_trap3()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
__trap3(a1,a2,a3,a4,a5,a6)
|
|
{
|
|
asm ("ldx #r0");
|
|
asm ("wdm");
|
|
}
|
|
|