Write a program in 8086 assembly Language (with proper comments) that
passes a byte containing two packed BCD digits, as parameter to a near
procedure named TOBINARY, which converts the packedBCD digits to
equivalent binary number. This binary number is returned to the calling
assembly program. Make suitable assumptions, if any.
passes a byte containing two packed BCD digits, as parameter to a near
procedure named TOBINARY, which converts the packedBCD digits to
equivalent binary number. This binary number is returned to the calling
assembly program. Make suitable assumptions, if any.
0 comments:
Post a Comment
Let us know your responses and feedback