Aim: – To write an assembly language program for division of 16-bit number by an 8-bit number.
1 2 3 4 5 6 | MOV AX, DIVIDEND MOV CL, DIVISOR DIV CL MOV QUOTIENT, AL MOV REMAINDER, AH END |
Result: Division of 16-bit with 8-bit number is obtained.
Description :
This is the one stop educational site for all Electronic and Computer students. If you want to learn something new then we are here to help. We work on Microcontroller projects, Basic Electronics, Digital electronics, Computer projects and also in basic c/c++ programs.
#Home #Sitemap #Resources #Terms of Use
Copyright©2012 electrofriends.com All Rights Reserved
Contact:info@electrofriends.com