Hi this is Assembly Language MASM x86 program. Please write itin the language and please explain it with comments thank you
Please answer it I really need help this question was refundedbefore so please answer. Thank you so much also these are twoseparate programs thank you.
1) Write a procedure to read in decimal or hex number(byte-sized) Then write a procedure using shifts and ANDS toconvert the string to a binary number (if is backward, that ok)
2) Put the first (byte) 10 terms of the Fibonacci series intothe byte array FIB 1 1 2 3 5 … Us num1 = 1 and num2 = 1 to start,NO other numbers allowed)