(In emu 8086) Write a program for disassembling of a 3-digit decimal number into three seperate digits using 8086. Treat
Posted: Sat Nov 27, 2021 10:30 am
(In emu 8086) Write a program for disassembling of a 3-digit
decimal number into three seperate digits using 8086. Treat the
three digits as three separate numbers and multiply each number
seperately with the last 4 digits of your Reg No.(6079) Display the
three results in Yellow color on the output screen at row 15,
column 7, page no. 0 using interrupts.
decimal number into three seperate digits using 8086. Treat the
three digits as three separate numbers and multiply each number
seperately with the last 4 digits of your Reg No.(6079) Display the
three results in Yellow color on the output screen at row 15,
column 7, page no. 0 using interrupts.