Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chyyuu committed Oct 7, 2019
1 parent 7d18ed5 commit 83a67d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# Simple 8-bit V8-CPU Simulator with Assembler/C-subset Compiler
V8-CPU simulator is used for labs& exercises on first-year(freshman) undergraduate CS course "An Overview of Computer Science" in Dept. of CS in Tsinghua Univ. This simulator provides a simplified assembler/C syntax and is simulating a simple 8-bit RISC cpu. Press Help inside the simulator to see an overview about the supported instructions, which is based on Appendix C contents in <a href="http://www.amazon.com/Computer-Science-Overview-12th-Edition/dp/0133760065" target="_blank">Computer Science: An Overview</a> textbook.

####<a href="http://166.111.139.15:8082/" target="_blank">TRY IT ONLINE</a>
# <a href="http://166.111.139.15:8082/" target="_blank">TRY IT ONLINE</a>

### Features
- 8-bit RISC CPU
Expand Down

0 comments on commit 83a67d4

Please sign in to comment.