U16AM
#define PREV_ONE(p) U16AM(p, -1, 0xFF00)
#define NEXT_ONE(p) U16AM(p, 0, 0xFF)
#define PREV_ONE(p) U16AM(p, -1, 0xFF)
#define NEXT_ONE(p) U16AM(p, 0, 0xFF00)