|
Hi, i have been asked to make a pc using 2 8bit registers in this format
Register(in=cout, out=out[0..7], out=feedback, load=true);
Register(in=cout, out=out[8..15], out=feedback, load=true);
I have been using Inc16 and Mux16, but cannot find a way to make those components work with the 8 bit registers.
Any help would be appriciated. Thanks
|