#pragma once extern const char * opcode_string[]; extern const char * mode_string[]; #define MAX_MODE_LEN (6) #define MAX_OPCODE_LEN (4)