8086 microp

Thread Starter

immo

Joined Apr 6, 2010
8
hi everyone
i got a problem with a cousework
i think it should be easy but im still a newbi so please help me.
i need to connect 2 8086 processor one master and one slave ( our prof calls it like that i dont know...)
sothat i can turn on for example leds on in one of the microp by using the other, using for example porta as input and portc as out. the 2 processors should be connected by a card
it would be very nice if some1 could give me the assembly program for it.
i know i explained it bad, but to be honest i dont get understand it myself....
 
Last edited:

t06afre

Joined May 11, 2009
5,934
You have asked a very broad question that will be very hard to answer. As we do not know the architecture of your system. We like to help in this forum but your request is mission impossible
 

shteii01

Joined Feb 19, 2010
4,644
From the master slave setup, I think you need two 8255 PPI, at least this was a topic in my microprocessors class. One 8255 (master) can control total of eight other 8255 (slaves). The 8255 that is master is then connected to the microprocessor.

I do not have any software for it since we did not do anything with this in the lab. For all the stuff we did in the lab, our professor gave us the programs in C and we only had to modify them so I am pretty clueless on the software side.
 

Thread Starter

immo

Joined Apr 6, 2010
8
kk thx couz i was about 2 ask if i need two 8255^^
ok if someone knows more about the sowtware side plz let me know thx
 
Top