ack/mach/pdp/libsys/profil.s

15 lines
187 B
ArmAsm
Raw Normal View History

1987-01-07 17:13:41 +00:00
#include "sys.h"
1987-05-14 17:45:41 +00:00
.define _profil
1987-01-07 17:13:41 +00:00
_profil:
mov 2(sp),0f+2
mov 4(sp),0f+4
mov 6(sp),0f+6
1987-05-14 17:45:41 +00:00
mov 010(sp),0f+010
sys indir; .data2 0f
1987-01-07 17:13:41 +00:00
rts pc
1987-05-14 17:45:41 +00:00
.sect .data
1987-01-07 17:13:41 +00:00
0:
1987-05-14 17:45:41 +00:00
sys profil
.data2 0, 0, 0, 0