Forum: Assembly Apr 28th, 2006 |
| Replies: 1 Views: 1,425 I am passing 2 integers from C program to 8086 assembly subroutine and i am doing division operation in the subroutine using DIV function. I dont know how to return the quotient and remainder values... |
Forum: Assembly Apr 28th, 2006 |
| Replies: 2 Views: 1,771 I am new to Microprocessor 8086. i should submit this assignment by today evening.
I want to know how to write a C program that calls an 8086 assembly subroutine that divides a unsigned 2 byte... |