MCUME/MCUME_teensy41/teensyo2em/table.h

11 wiersze
167 B
C

#ifndef __TABLE_H
#define __TABLE_H
extern struct lookup_tag {
signed char *mnemonic; //JMH
unsigned char bytes;
unsigned char type;
} lookup[];
#endif