0% found this document useful (0 votes)
40 views1 page

Algorithm

This document discusses using a subroutine to multiply a 16-bit number by an 8-bit number because the answer could be up to 24 bits long.

Uploaded by

mayuriprajapati
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Algorithm

This document discusses using a subroutine to multiply a 16-bit number by an 8-bit number because the answer could be up to 24 bits long.

Uploaded by

mayuriprajapati
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Here we will make use of the subroutine for a 16-bit number multiplied by an 8-bit

number. This is due to the fact that the answer may be up to 24 bits.

You might also like