mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-11 04:51:21 +04:00
refactor modrm decoder more
This commit is contained in:
@@ -26,6 +26,6 @@ public class Register8Operand : Operand
|
||||
/// </summary>
|
||||
public override string ToString()
|
||||
{
|
||||
return ModRMDecoder.GetRegisterName(Register);
|
||||
return RegisterMapper.GetRegisterName(Register);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user