News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Is there a MASM for 16-bit 80C188?

Started by blipton, February 05, 2017, 03:38:54 AM

Previous topic - Next topic

blipton

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!

hutch--

You will have fun trying to find anything that is old enough to build code for it.

hutch--

 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).

FORTRANS

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.