I am completely new to assembler and I am starting to write in assembler 8086-8088 with tasm.
I have the beginning correctly. I need only the coding for reading two digit numbers. So far I know that you have to multiply the first by 10 and add the second.
Please help me get started.