NEXTBYTE
#define NEXTBYTE 0x08
#define NEXTBYTE() ({ int v = get_byte(); if (v < 0) goto underrun; (uch)v; })