News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

need help

Started by shaikkareem, November 08, 2015, 04:28:18 PM

Previous topic - Next topic

shaikkareem

hi to all,
is there any resource to learn on how to program for intel 8085 in masm32.

hutch--

MASM32 supports win32 on x86 hardware. I think you will have to look for an assembler designed for an 8085.

dedndave

there's probably an 8085 forum around someplace
as for assemblers, i have used A85 in the past, and it works well
i believe it's free

FORTRANS

Hi,

   The 8085 was the follow 0n to Intel's 8080.  Anything that
supports the 8080 will support the 8085, except for its new
features over the 8080.  That should open up some older
resources which may be easier to find.  The instruction sets
are the same, except for the 8085 support for the serial I/O
that was added on to it.

Regards,

Steve N.

dedndave

the 8085 also has some different boot modes

....not to mention, it's very different hardware wise with the 4 ports
and no dual phase clock requirement (internal clock)

dedndave

my bad - i was thinking of the 8051   ::)

getting old, here   :lol:

jj2007