#include "cc.h" Bits bor(Bits a, Bits b) { Bits c; int i; for(i=0; ib[i]) return 1; return 0; } int beq(Bits a, Bits b) { int i; for(i=0; i