Fix and document DL keyword

This keyword acts like DB or DW but for 32-bit values.

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
Antonio Niño Díaz
2017-12-07 22:35:03 +00:00
parent f1c13af703
commit e7a8bb1140
3 changed files with 23 additions and 12 deletions

View File

@@ -305,6 +305,7 @@ struct sLexInitString staticstrings[] = {
{"ds", T_POP_DS},
{NAME_DB, T_POP_DB},
{NAME_DW, T_POP_DW},
{NAME_DL, T_POP_DL},
{"section", T_POP_SECTION},
{"purge", T_POP_PURGE},