uCodeDisasm
uCodeDisasm copied to clipboard
Hello, Thanks for sharing this great work! While reading the code of the disassembler, I stumbled upon these lines in function `get_str_uop_xxx_ustate_special_imms`: https://github.com/chip-red-pill/uCodeDisasm/blob/a69515f0f3790bc3706f6c051e9b06f6a0635973/glm_ucode_disasm/glm_ucode_disasm.py#L543-L547 The variable `str_special_imms` is reset after being...
Hello, When studying the instructions referenced in `misc/glm_msr_read_desc.txt`, I stumbled upon something odd. Some MSR use `chkproc: U3740`, others `chkproc: U3748`, and the associated instructions are decoded in exactly the...