Initial revision

This commit is contained in:
ceriel
1987-02-02 10:25:38 +00:00
parent e41a2618f8
commit e024792e68
67 changed files with 1243 additions and 0 deletions

11
mach/mantra/libsys/kill.s Normal file
View 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