Skip to content

This is implementation of virtual machine for LC-3 assembly language in python

License

Notifications You must be signed in to change notification settings

paul-nameless/lc3-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Machine for LC-3 assembly

This is implementation of own virtual machine (VM) for LC-3 assembly language in python, inspired by this tutorial.

Little Computer 3, or LC-3 is an assembly educational low-level programming language.

obj/ directory contains obj files that can be run to test VM.

Requirements

No dependencies, just pure python 3.

Running the VM

./vm.py obj/2048.obj
# C-c to close

About

This is implementation of virtual machine for LC-3 assembly language in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages