Click here to Skip to main content
15,891,184 members

Comments by Member 15784866 (Top 11 by date)

Member 15784866 6-Oct-22 8:20am View    
Hi Richard! yes, I took into account that the number can be greater than 9, it is the part called "doppia"/"doppia1" but it doesn't work properly anyway...when the number consists of 2 digits..something is missing to me. I'm using emu8086 indeed.
Member 15784866 5-Oct-22 17:01pm View    
I understand it and I thank you for your reply. I promise that I'm going to stop posting about this problem. I really don't want to monopolize the site.
Member 15784866 2-Oct-22 11:28am View    
beh as I said, the ASCII value for '0' is always 00h, and Null as code, , and 9 becomes 09h and HT as code. This program is supposed to add two one digit numbers, and the risult should be kept until 9. This is my first goal, then I will improve it. Unfortunately I didn't catch the last question
Member 15784866 2-Oct-22 11:13am View    
to be honest, I barely understand the question.. the first ten numbers should be the same, in ex and in the binary form...well, I have to read the assembly's basics again...thank you anyway.
Member 15784866 2-Oct-22 9:04am View    
this code should convert the chars into binary numbers, as I was supposed to it. I found it online but I must adapt it to my program..is it reasonable or am I out of line? by the way, I'm using emu8086..so this is an emulator and nothing else