1/* @(#)bzero.s 4.1 12/15/82 */ 2/* bzero(base, length) */ 3 4#include "DEFS.h" 5 6ENTRY(bzero) 7 movc5 $0, (r0), $0, 8(ap), *4(ap) 8 ret 9