/* syscall.c 4.1 82/12/04 */ #include "SYS.h" ENTRY(syscall) movl 4(ap),r0 # syscall number subl3 $1,(ap)+,(ap) # one fewer arguments chmk r0 ret