I need to convert HEX into binary using MARIE only?

346 Views Asked by At

I need to create a program in MARIE assembly language where I input a HEX and it will convert into a binary. I am trying to implement a left-shifting register. I could use arrays but MARIE does not support accessing single bits of a number. I wonder if it is even possible. Any help is very much appreciated.

0

There are 0 best solutions below