I have an eeprom .hex dump (no .exe) of code that ran on an 80C188.. I've read IDA Pro can dis-assemble it (if 80286 real-mode is selected), but haven't had much luck getting it to work, so I want to try something else.
Can MASM be used on an 80C188? If so, where can it be downloaded?
Thanks in advance!
You will have fun trying to find anything that is old enough to build code for it.
I looked up the specific processor model and it appears to be conventional early x86 so you should be able to build code for it with a 16 bit version of MASM. MASM 6.0 / 6.11 would do the job, even perhaps the earlier version 5.? but I doubt you will find anything that old easily. You could also look for a 16 bit version of Borland's Turbo Assembler (TASM).
Hi,
I have an 80C186 computer running DOS 5.0, an HP 200LX. I
have used MASM versions 3.0 and 5.0 to assemble programs for
it and on it. I do not have a DOS version of MASM 6.0 or 6.11,
but as hutch says, they should work also.
HTH,
Steve N.