Comment the parsers better (#1463)

This commit is contained in:
Sylvie
2024-08-09 21:36:52 -04:00
committed by GitHub
parent 718066c2cf
commit b987e5669f
3 changed files with 283 additions and 198 deletions

View File

@@ -212,7 +212,7 @@ static std::unordered_map<std::string, int, CaseInsensitive, CaseInsensitive> ke
{"FRAGMENT", T_(POP_FRAGMENT) },
{"BANK", T_(OP_BANK) },
{"ALIGN", T_(OP_ALIGN) },
{"ALIGN", T_(POP_ALIGN) },
{"SIZEOF", T_(OP_SIZEOF) },
{"STARTOF", T_(OP_STARTOF) },