Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update json_of_name to prioritize mnemonic over AST key
This change ensures that when both AST and mnemonic are annoted for an instruction, the parser will prioritize the mnemonic as the key to retrieve the name from the Hashtbl. If the mnemonic is missing, the parser will fall back to using the AST as the default key.
- Loading branch information