2.9BSD/usr/src/lib/c/sys/pause.s
Compare this file to the similar file:
23: PWB1/sys/source/s4/alarm.s
Show the results in this format:
/ (void) pause(); .globl _pause _pause: mov r5,-(sp) mov sp,r5 sys pause mov (sp)+,r5 rts pc