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?