run this command in this dir
powerpc-eabi-objdump.exe --disassemble-zeroes -m powerpc -D ur\dir > temp.txt && cut -f4,3 temp.txt >text.asm && cut -f2,6 temp.txt >hex.asm && del temp.txt