1985-02-07 22:06:32 +00:00
|
|
|
.define .sig
|
1986-07-22 13:37:16 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
1985-02-07 22:06:32 +00:00
|
|
|
|
1986-07-22 13:37:16 +00:00
|
|
|
.sect .text
|
1985-02-07 22:06:32 +00:00
|
|
|
.sig:
|
1986-07-22 13:37:16 +00:00
|
|
|
move.l (sp)+,a0
|
1985-02-07 22:06:32 +00:00
|
|
|
move.l (sp)+,a1 ! trap pc
|
|
|
|
move.l .trppc,-(sp)
|
|
|
|
move.l a1,.trppc
|
1986-07-22 13:37:16 +00:00
|
|
|
jmp (a0)
|
1985-02-07 22:06:32 +00:00
|
|
|
.align 2
|