Added oki_disasm Gui disassembler

This commit is contained in:
Simon Keen 2010-03-26 16:50:37 +00:00
parent 689485243c
commit f6df4b966b
3 changed files with 1698 additions and 2 deletions

1691
bin/66207.op Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
Contained in this bin folder aer two applications: asm.exe, and dasm.exe.
Contained in this bin folder are three applications: asm.exe, dasm.exe and oki_disasm.exe
ASM.EXE
@ -12,4 +12,9 @@ DASM.EXE
Dasm will disassemble a .bin file into assembly code:
> dasm.exe inputBin.bin outputAsm.asm 0 0
> dasm.exe inputBin.bin outputAsm.asm 0 0
OKI_DISASM.EXE
oki_disasm is another disassembler with a GUI

BIN
bin/oki_disasm.exe Normal file

Binary file not shown.