Skip to content
/ LC3_vm Public

Simple implementation of LC3 virtual machine

Notifications You must be signed in to change notification settings

d0rj/LC3_vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LC3 virtual machine

CodeFactor Codacy Badge

Overview

This repository (will) contain implementation of LC3 virtual machine.

Commands and documentation was grabbed from this repo and this file and this article.

Usage

You need to run executable with one argument: path to programm binary file.

"./Machine.exe" ../programms/programm.raw

Releases

No releases published