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

@@ -271,6 +271,7 @@ struct DotKeyword {
{ ".PUSHSEG", TOK_PUSHSEG },
{ ".REF", TOK_REFERENCED },
{ ".REFERENCED", TOK_REFERENCED },
{ ".REFERTO", TOK_REFERTO },
{ ".RELOC", TOK_RELOC },
{ ".REPEAT", TOK_REPEAT },
{ ".RES", TOK_RES },