changed name of function to .ISMNEMONIC, small fixes

This commit is contained in:
JT
2015-05-19 19:50:51 -04:00
parent 9ee5adc190
commit 1e3234f370
3 changed files with 166 additions and 165 deletions

View File

@@ -148,7 +148,6 @@ typedef enum token_t {
TOK_DEBUGINFO,
TOK_DEFINE,
TOK_DEFINED,
TOK_DEFINEDINSTR,
TOK_DELMAC,
TOK_DESTRUCTOR,
TOK_DWORD,
@@ -200,6 +199,7 @@ typedef enum token_t {
TOK_INCBIN,
TOK_INCLUDE,
TOK_INTERRUPTOR,
TOK_ISMNEMONIC,
TOK_LEFT,
TOK_LINECONT,
TOK_LIST,