MAX_MEMWORDS
#define BJ_INIT_ABIT BJ_INIT_MBIT(MAX_MEMWORDS)
#define BJ_INIT_XBIT BJ_INIT_MBIT(MAX_MEMWORDS + 1)
uint32_t mem[MAX_MEMWORDS]; /* internal memory store */
if (memwords > MAX_MEMWORDS)