Initial revision

This commit is contained in:
ceriel
1987-01-07 17:13:41 +00:00
parent ebe9f3f466
commit fcc880c8f7
84 changed files with 1511 additions and 0 deletions

13
mach/pdp/libsys/profil.s Normal file
View 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; ..; ..; ..; ..