| Just a thought.. do you have Award "Medallion" BIOS, aka Award 6.x? If so, I think you might need an appropriate CBROM and MODBIN for that version.
Regarding disassembly.. yep, trying to reassemble what a disassembler produces is painful. More efficient (time-wise) to use the disassembly as a starting point, figure out what patches you want to make, and hex-edit ORIGINAL.TMP with your patches. Of course, if you manage to get a good disassembly that can be reassembled.. then you can do WAYYYYY more than I've been doing -- you can insert code fragments at will, and not have to worry about skewing the byte offsets.
-WP | |