| 
					
	
	
	
	
				 | 
				
					
	
	 
		I wrote like this:
 RAM8(in=in, load=load, address=addressbegin, out=out); //move the address to another position
 PC(in=false, load=load, inc=inc,reset=false, out=addressbegin); //just used as a counter
  But I was thinking that I may just put one value in? If I want to put 8 values in RAM8, should I do this 8 times?
	
	
	
	 
				 |