Skip to content

aryanA101a/lulu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lulu

A LC3 architecture based virtual machine written in GO.

Build

go build

Usage

  1. Flags
  -h	help
  -logfile string
    	path of logfile
  -v	logging
  1. Examples
    ./lulu program.obj
    ./lulu -v program.bin

References

  1. https://www.jmeiners.com/lc3-vm
  2. Introduction to Computing Systems: From bits & gates to C/C++ & beyond by Yale N. Patt, Sanjay J. Patel