![]() |
Multiplying 2 8-bit number
1. Can someone help me with a sample program how I can multiply two 8-bit numbers in Assembly Language Programming (that can work in 8086 processor?
2. And also the same for Division of two 8-bit numbers in ALP, please? :confused: Will be very grateful to see a reply to the above questions. thanks. |
Re: Multiplying 2 8-bit number
Multiplication of two 8-bit numbers :
Mov ax,[2020h] mov bx,[2022h] mul bl mov [2024h],ax hlt |
| All times are GMT +5.5. The time now is 15:02. |