Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose that register B contains a two-decimal-digit BCD number n . Write a subroutine called CONVERT that replaces the content of register B with its

Suppose that register B contains a two-decimal-digit BCD number n. Write a subroutine called CONVERT that replaces the content of register B with its binary equivalent. The content of the other registers (except the program counter) should be unchanged at the completion of the subroutine. Memory locations $1A, $1B, and $1C can be used for temporary storage. [Hint: We need to separate the upper nibble (four bits) of n from its lower nibble. This can be achieved by shifting n four bits to the left, with the result appearing in the D register. Shifting by four bits to the left is accomplished by multiplying by 24.]

Step by Step Solution

3.31 Rating (148 Votes )

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Finite Mathematics and Its Applications

Authors: Larry J. Goldstein, David I. Schneider, Martha J. Siegel, Steven Hair

12th edition

978-0134768588, 9780134437767, 134768582, 134437764, 978-0134768632

More Books

Students also viewed these Chemical Engineering questions

Question

2. Remind students of upcoming assignments.

Answered: 1 week ago