AsmResolver.X86.X86Formatter.FormatRegister C# (CSharp) Method

FormatRegister() public abstract method

Formats a x86 register to a readable string.
public abstract FormatRegister ( X86Register value ) : string
value X86Register The register to format.
return string
        public abstract string FormatRegister(X86Register value);