Initial revision
This commit is contained in:
13
mach/pdp/libsys/profil.s
Normal file
13
mach/pdp/libsys/profil.s
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "sys.h"
|
||||
.globl _profil
|
||||
|
||||
_profil:
|
||||
mov 2(sp),0f+2
|
||||
mov 4(sp),0f+4
|
||||
mov 6(sp),0f+6
|
||||
mov 10(sp),0f+10
|
||||
sys indir; 0f
|
||||
rts pc
|
||||
.data
|
||||
0:
|
||||
sys profil; ..; ..; ..; ..
|
||||
Reference in New Issue
Block a user