Added pseudo function .DEFINEDINSTR

This commit is contained in:
JT
2015-05-12 19:28:57 -04:00
parent 1748bb1ab6
commit 5ed3a1a6dc
8 changed files with 204 additions and 157 deletions

View File

@@ -148,6 +148,7 @@ typedef enum token_t {
TOK_DEBUGINFO,
TOK_DEFINE,
TOK_DEFINED,
TOK_DEFINEDINSTR,
TOK_DELMAC,
TOK_DESTRUCTOR,
TOK_DWORD,