1*44046Sbostic# define COLON 257 2*44046Sbostic# define PLUS 258 3*44046Sbostic# define MINUS 259 4*44046Sbostic# define MUL 260 5*44046Sbostic# define DIV 261 6*44046Sbostic# define IOR 262 7*44046Sbostic# define XOR 263 8*44046Sbostic# define AND 264 9*44046Sbostic# define TILDE 265 10*44046Sbostic# define LSH 266 11*44046Sbostic# define RSH 267 12*44046Sbostic# define LITOP 268 13*44046Sbostic# define REGOP 269 14*44046Sbostic# define CM 270 15*44046Sbostic# define NL 271 16*44046Sbostic# define LB 272 17*44046Sbostic# define RB 273 18*44046Sbostic# define LP 274 19*44046Sbostic# define RP 275 20*44046Sbostic# define MP 276 21*44046Sbostic# define SEMI 277 22*44046Sbostic# define INT 278 23*44046Sbostic# define NAME 279 24*44046Sbostic# define REG 280 25*44046Sbostic# define NOCHAR 281 26*44046Sbostic# define SP 282 27*44046Sbostic# define ALPH 283 28*44046Sbostic# define DIG 284 29*44046Sbostic# define SQ 285 30*44046Sbostic# define SH 286 31*44046Sbostic# define INST0 287 32*44046Sbostic# define INSTn 288 33*44046Sbostic# define IJXXX 289 34*44046Sbostic# define ISPACE 290 35*44046Sbostic# define IBYTE 291 36*44046Sbostic# define IWORD 292 37*44046Sbostic# define IINT 293 38*44046Sbostic# define ILONG 294 39*44046Sbostic# define IDATA 295 40*44046Sbostic# define IGLOBAL 296 41*44046Sbostic# define ISET 297 42*44046Sbostic# define ITEXT 298 43*44046Sbostic# define ICOMM 299 44*44046Sbostic# define ILCOMM 300 45*44046Sbostic# define IALIGN 301 46*44046Sbostic# define IFLOAT 302 47*44046Sbostic# define IDOUBLE 303 48*44046Sbostic# define IORG 304 49*44046Sbostic# define ISTAB 305 50*44046Sbostic# define ILSYM 306 51*44046Sbostic# define FLTNUM 307 52*44046Sbostic# define NOTYET 308 53