35. Explain the function of the following program, MVI A.BYTEI Get a data byte ORA A Set flags JM OUTPRT OUT OIH HLT OUT
Posted: Sun May 15, 2022 8:34 pm
35. Explain the function of the following program, MVI A.BYTEI Get a data byte ORA A Set flags JM OUTPRT OUT OIH HLT OUTPRT: CMA Find 2's complement ADI OTH OUT OIH HLT