#pragma once typedef struct instruction { int opcode; int mode; } instruction_t; extern const struct instruction decode_ins[256];