Initial revision
This commit is contained in:
11
mach/mantra/libsys/kill.s
Normal file
11
mach/mantra/libsys/kill.s
Normal file
@@ -0,0 +1,11 @@
|
||||
.define _kill
|
||||
.extern _kill
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
_kill: move.l #0x25,d0
|
||||
move.l 4(sp),a0
|
||||
move.l 6(sp),d1
|
||||
jmp callc
|
||||
Reference in New Issue
Block a user