Hey im new in this forum but really need help with making program on assembly 8086 that will take a string of 4 characters , then check if they are right and after that convert them to binary and decimal, then again hexadecimal, and in the end print something like this :
ADRESS: BINARY: DECIMAL: HEXADECIMAL:
FF00 1111111100000000 65280 16500
D3C2 1101001100101100 54060 1614
3344 0011001101000100 13124 3344
Im actually very bad in assembly , but im good in C , so i wrote it and tried to convert it to assembly, it didn't work :( , so it took 3 days just to understand how to make scanf function in assembler , and in two days i must finish this program, please help me !!!!!