mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Comment the parsers better (#1463)
This commit is contained in:
@@ -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) },
|
||||
|
||||
Reference in New Issue
Block a user