Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intel 8086 processor

I am taking a hardware class than involves a lab, the lab is about Intel 8086 processors and I have a lab final tomorrow. Other than the information provided in the lab, what other sources can you provide me with to study for it (done the labs, need more resources, code, slides, and experiments to try on my own machine)?

like image 571
user220755 Avatar asked Aug 15 '26 20:08

user220755


2 Answers

Years ago (1991) there was this little program called helppc.exe that contains a lot of information about assembly and 8086 related stuff.

There seem to be an HTML version of that here:
http://idlebox.net/2006/helppc21/HelpPC-2.10-HTML/

The original EXE version seem to be available here:
http://magicrhesus.be/esi/esi1/LMI/
And you'll need DOSBox to run it

like image 51
shoosh Avatar answered Aug 18 '26 09:08

shoosh


My recommendation is to cease ell studying at this point. The time for extra material was last week at the latest. Instead, relax, tidy up your notes and clear your mind for the task tomorrow. Marathon runners do not add another long training run the day before the event, neither should you.

like image 37
MoreValue Avatar answered Aug 18 '26 11:08

MoreValue