****please don't copy and paste and don't use handwriting
Q3:
Write LMC assembly code that prints the minimum of two numbers.
HINT: use and extend the table below for your solution.
Mailbox |
Mnemonic |
Code |
Instruction description |
Q4:
Convert the given exponential expression into SEEMMMMM floating-point format (use excess-50 notation to represent an exponent) and perform multiplication operation,
0.85067 x 102
0.52099 x 10-1
QUESTION 4:
convert given exponential expression into SEEMMMMM flloating point format.
GIVEN THE FOLLOWING FLOATING POINT FORMAT:
1)0.85067810^2
Normalise Aldready Normalised
Convert exponent to Excess-N = 50+2 =52
Store in floating point format = 05285067
2)0.52099*10^-1
Normalise Aldready Normalised
Convert exponent to Excess-N = 50+(-1) =49
Store in floating point format = 54952099
If you like my answer please make a thumbs up for my effort...........
Get Answers For Free
Most questions answered within 1 hours.