Computer Science, asked by pavannaga4, 4 months ago

8086 Assembly language program for division of 16 bit number by 8bit number

Answers

Answered by lexieliu
2

Answer:

F●LLow Me for F●LL○W B@cK

to incre@se F●llowers

Answered by ltzSweetAngel
0

Answer:

8086 has DIV instruction to perform division. Take the 8-bit number into BL, and 16-bit number into AX. Now divide AX by BL. The result will be stored at AX.

Similar questions