I think there is a bug in the ZD Open Firmware disassembler. It does not open the firmware file in binary mode, so it dies after disassembling only a few hundred words.
In Function main it was required to change in = fopen(argv[optind], "r"); to in = fopen(argv[optind], "rb"); And then it worked fine. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Zd1211-devs mailing list - http://zd1211.wiki.sourceforge.net/ Unsubscribe: https://lists.sourceforge.net/lists/listinfo/zd1211-devs