gen_byteop
struct block *gen_byteop(int, int, int);
| BYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); }