ack/mach/m68k4/libem/sig.s

14 lines
197 B
ArmAsm
Raw Normal View History

1985-02-07 22:06:32 +00:00
.define .sig
.text
.sig:
movem.l a1/a2,.savreg
move.l (sp)+,.savret
move.l (sp)+,a1 ! trap pc
move.l .trppc,-(sp)
move.l a1,.trppc
movem.l .savreg,a1/a2
move.l .savret,-(sp)
rts
.align 2