Use .REFERTO instead of .REF as the command.

This commit is contained in:
Evgeny Vrublevsky
2021-04-24 20:51:11 +03:00
committed by greg-king5
parent e9a72b2462
commit 83e7c37277
3 changed files with 5 additions and 2 deletions

View File

@@ -241,6 +241,7 @@ typedef enum token_t {
TOK_PUSHCPU,
TOK_PUSHSEG,
TOK_REFERENCED,
TOK_REFERTO,
TOK_RELOC,
TOK_REPEAT,
TOK_RES,