ack/mach/ns/libsys/prof.s
1985-07-26 12:51:45 +00:00

17 lines
172 B
ArmAsm

.define _profil
.extern _profil
.text
_profil:
enter[], 0
addr 8(fp),r7
movd 16,r0
addd r0,r7
1:
subd 4,r7
movd 0(r7),tos
acbd -4,r0,1b
movd 44,tos
jsr @.mon
exit []
ret 0