Metadata-Version: 2.1
Name: v8cpu
Version: 1.0.1
Summary: V8-CPU simulator of J. Glenn Brookshear’s book - 'Computer Science An Overview', Appendix C.
Home-page: https://github.com/747929791/v8cpu
Author: Yue Qin
Author-email: 747929791@qq.com
License: UNKNOWN
Description: # V8-CPU Simulator
        
        V8-CPU simulator is used for labs& exercises on first-year(freshman) undergraduate CS course "Fundamental of Computer Science" in Dept. of CS in Tsinghua Univ. This simulator is simulating a simple 8-bit RISC cpu which is based on Appendix C contents in [Computer Science: An Overview](http://www.amazon.com/Computer-Science-Overview-12th-Edition/dp/0133760065) textbook.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
