Microprocessors örnek sorular ve cevapları – ingilizce
Q – )Write a program that reads a byte from the first data location and one more byte from the second data location, finds the maximum and stores the maximal
result in a third memory location.
DATA1 DB 5H, 4H, 8H, FH, BH, 9H
DATA2 DB 3H, FH, 7H, CH, 1H, DH
DATA3...




