Question: develop a program using assembly language and the little man computer program that takes a numeric input (0 to 63) and converts it to binary.
develop a program using assembly language and the little man computer program that takes a numeric input (0 to 63) and converts it to binary.
The LMC is a decimal only machine and outputs 3 digits (000 - 999). Since 2^6 is 64 combinations, 2 numbers will be output. For example a 24 is entered, first digit out is 011 and second is 000. Another, 33 input yeilds a 100 001. You can have a infinate loop or a stop input
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
