Question: Write a program in the machine code (use the code given after the problems - please note the additional command compared to the code in
Write a program in the machine code (use the code given after the problems - please note the additional command compared to the code in the lecture, only required for problem C!). Solve problem A, problem B or problem C depending on whether you see the letter A, B or C in the next line:
Problem B: Write machine code that takes an 8-bit floating point number m (1 sign bit, 3 exponent bits, 4 mantissa bits) apart into its three components (sign bit, exponent bits, mantissa bits). m is stored in memory cell ED16. Store each result in the least significant bits of memory cells FA16 (sign bit), DB16 (exponent bits) and FC16 (mantissa bits)).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
