NOTALIGNED
#define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0)
#define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0)