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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started