C# 클래스 GBA_ASM_editor.Thumb

파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
disassemble ( byte machinaCode, uint offset, uint length ) : string[]

비공개 메소드들

메소드 설명
parseToString ( ushort opcode, Opcode opcodes, uint offset ) : string

메소드 상세

disassemble() 공개 정적인 메소드

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