JoyTsing / LC-3-Virtual-Machine

The LC-3 is popular for teaching university students how to program in assembly language. It has a simplified instruction set compared to x86, but contains all the main ideas used in modern CPUs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LC-3-Virtual-Machine

用C语言实现一个简易版的虚拟机,并可以运用示例的游戏程序,详细过程请见个人博客。

About

The LC-3 is popular for teaching university students how to program in assembly language. It has a simplified instruction set compared to x86, but contains all the main ideas used in modern CPUs.

License:GNU General Public License v3.0


Languages

Language:C 50.1%Language:Assembly 49.9%