Assembly 8086. Read from the standard input several numbers, in base 2. Print on the screen these numbers in base 10
问题 So, i have to convert the numbers from base two in base 10, and i have no idea how to do it.This is how my program looks for now, but I am not sure if what I got until now works properly. The conversion part is really giving me a hard time, but for sure I have lots of mistakes in my code, so any help would be greatly appreciated. assume cs:code, ds:data data segment msg db 'Give numbers:$' numbers LABEL BYTE max_size DB 100 numbers_len DB ? number DB 100 dup (?) ten db 10 errm db 'Numbers not