/* アセンブリ命令の型 */ typedef struct { char *label, *op, *arg1, *arg2, *comment; } Code;