Division in Assembly - TechRepublic
General discussion
March 10, 2001 at 04:25 PM
shanghai sam

Division in Assembly

by shanghai sam . Updated 25 years, 1 month ago

i have a packed bcd number in al register and another packed bcd number in bl register now i want to divide al by bl as follows
div bl
however on running the program i’m getting a divide error however on debugiing the program and stepping into theprogram with degug.com’s -p option the progran\m is running fine.what could be the cause?

This discussion is locked

All Comments