Write code to convert decimal to binary in C and then convert to assembly language
Anónimo
I used division method to convert decimal to binary. Used Arm instruction Set to write assembly code. Missed a line of code even though I was prompted to write it as I was really sick that day.