C# Class GBA_ASM_editor.Thumb

Mostrar archivo Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
disassemble ( byte machinaCode, uint offset, uint length ) : string[]

Private Methods

Method Description
parseToString ( ushort opcode, Opcode opcodes, uint offset ) : string

Method Details

disassemble() public static method

public static disassemble ( byte machinaCode, uint offset, uint length ) : string[]
machinaCode byte
offset uint
length uint
return string[]