MCUME/MCUME_pico2/picoo2em/table.h
2025-01-26 17:25:30 +01:00

10 lines
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