*** empty log message ***

This commit is contained in:
em
1985-07-26 12:51:45 +00:00
parent 901520e90a
commit 36594308d3
63 changed files with 1214 additions and 0 deletions

9
mach/ns/libsys/pause.s Normal file
View File

@@ -0,0 +1,9 @@
.define _pause
.extern _pause
.text
_pause:
enter[], 0
movd 29,tos
jsr @.mon
exit []
ret 0