macross/tokenStrings.h

10 lines
174 B
C

#ifndef TOKEN_STRINGS_6502_H_
#define TOKEN_STRINGS_6502_H_
#include "macrossTypes.h"
char *conditionString(conditionType condition);
char *tokenString(int token);
#endif