8086 emu

Thread Starter

victoriaC

Joined Mar 2, 2013
1
Hi!
Can anyone help me with basic 8086 programming.. i need to display the greatest common divisor of the elements of the secondary diagonal.
 

kubeek

Joined Sep 20, 2005
5,795
That has very little to do with 8086. First you need to know how to calculate GCD and then what instructions are in 8086 and how they work.
 

Kenny

Joined Oct 11, 2004
55
What is your main problem? the algorithm or the programming language?
Post a concrete algorithm and we can help you to code, but we need to know the architecture and language
Do you mean assembler in DOS or what?
 
Top