C# Class AsmResolver.X86.X86FormatterExtensions

Exibir arquivo Open project: JerreS/AsmResolver

Public Methods

Method Description
FormatInstruction ( this formatter, X86Instruction instruction ) : string

Formats an instruction to a readable string.

Method Details

FormatInstruction() public static method

Formats an instruction to a readable string.
public static FormatInstruction ( this formatter, X86Instruction instruction ) : string
formatter this The formatter to use.
instruction X86Instruction The isntruction to format.
return string