FIXED (credit to Draco712 for fix). 29-bit computer. Play the number game for an easter egg! Credit to SandwichLizard for display concept (ID: 1620783) and arK for dmux design.		
				
			
							smart
							processor
							program
							game
							typewriter
							electronics
							adder
							calculator
							filt
							computer
					
	 
	
	
	
	Comments
		
				- 
			
			
This other guy copied this, so i reported his level
		 
		- 
			
			
And then i put a bomb in its ROM and when it started up all it said was       "OL!" repaetedly XD
		 
		- 
			
			
I have tryed to make ram in minecraft or this game. best i got was a two bit ram thingy. that's it. Keep up the INCREDABLE WORK. Never seen anything as good as this before
		 
		- 
			
			
wow! awesome!
		 
		- 
			
			
This is absolutely amazing. You should keep making computers.
		 
		- 
			
			
can this use CMD Command?
		 
		- 
			
			
You can if you want, doesn't bother me.
		 
		- 
			
			
I made a new funny font for that PC. Can i upload it, or better keep on HD?
		 
		- 
			
			
Of course, multiplication could be done in a matter of seconds if I implemented it through hardware. However I never really intended to include that. Really I just wanted to tackle the challenge of implementing multiplication purely through software. And now I don't really have enough space to add the circuitry. If I make a new computer, it will probably be included.
		 
		- 
			
			
Not sure how you managed that. If entered correctly, it definitely results in 9801. Try entering the numbers slowly while waiting for the green 'ready' light. The multiplication is implemented purely in software. In terms of time complexity, it's  about as good as you're going to get. The downside being that small calculations like 3*4 will take just as long as calculations like 21000 * 19999. I guess if I bothered optimising the program I could get it down to like 5 minutes.