Use of Incrementer for ALU

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Use of Incrementer for ALU

Saroupille
Hi,
My implementation of the ALU doesn't need of incrementer function. Is that good ?
What is the purpose of this function ?
Thanks you !
Reply | Threaded
Open this post in threaded view
|

Re: Use of Incrementer for ALU

cadet1620
Administrator
That is correct, the ALU does not need the Inc16. You will use the Inc16 in chapter 3.

--Mark