#define STORE_WORDB(word, bytes) bytes[0]=(unsignedchar)(((word)>>8)&0xFF);\ bytes[1]=(unsignedchar)((word)&0xFF);