mips32 disassembler and maybe emulator at some point
included intro.pxe ( a PSX intro from Hitmen )
there are nicer ways to write a disassembler but this is intended to be used as an emulator also which is why the code is structured in a more verbose manner.
make
m32_disasm intro.pxe output.s
Allocate buffer for file vs hard coded.
Emulator!