Computer Science, asked by RajMehto, 1 year ago

Write a program in 8086 assembly Language (with proper comments) that accepts a string of four characters entered using the keyboard and checks if all the entered characters are decimal digits. In case all the characters are decimal digits then it converts the entered string into equivalent binary number.

Answers

Answered by DeepuRawat
1
here is code with comments. You can add more comments in it.
Hope this works. Mark as brainliest if it helps.
Attachments:

RajMehto: Thanks
Similar questions