1/* @(#)bcmp.s 4.1 12/15/82 */ 2/* bcmp(s1, s2, n) */ 3 4#include "DEFS.h" 5 6ENTRY(bcmp) 7 cmpc3 12(ap), *4(ap), *8(ap) 8 ret 9