It is a simple computer architecture realized with JAVA, for us to deeply understand the hardware principle of computer architecture.
First step I realize all the simple instruction by JAVA code including STR, LOD, MOV, etc. And wrote a simple 0 1 file to test the registers.
Then I added two functions to test the memory part of the computer architecture via number and characters storing and searching.