Skip to content
/ lmc Public

A golang implementation of the little man computer

Notifications You must be signed in to change notification settings

WillDyson/lmc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Little man computer

A golang implementation of the little man computer

Usage

> lmc c -t -o sub.out
INP
STA FIRST
INP
STA SECOND
LDA FIRST
SUB SECOND
OUT
HLT
FIRST DAT
SECOND DAT
<C-d>

> lmc r sub.out

About

A golang implementation of the little man computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages