aryanA101a / lulu

LC3 Virtual Machine in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

LC3 Virtual Machine in Golang


Languages

Language:Go 100.0%