writeb
#define bus_writeb(b,v,a) writeb(v,a)
writeb(c, to);
writeb(c, (char *)to++);
writeb(*(u_char *)from, to);