ack/mach/m68k2/libsys/_kill.s

13 lines
173 B
ArmAsm
Raw Permalink Normal View History

1990-01-22 10:54:12 +00:00
.define __kill
.sect .text
.sect .rom
.sect .data
.sect .bss
.extern __kill
.sect .text
__kill: move.w #0x25,d0
move.w 4(sp),a0
move.w 6(sp),d1
ext.l d1
jmp callc