Skip to content

mmertsock/mountain-goat-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mountain Goat VM

A fake computer architecture and assembly language, with an interpreter hosted in JavaScript.

This is a learning exercise discussed on my blog.

Repository contents

  • index.html: the virtual machine runtime
    • Program mode: execute a program as a single block of code
    • REPL mode: interactive execution, one line at a time
  • assembly.js: the main virtual machine, language definition, and interpreter
  • test.html and test.js: unit test runner

About

A fake machine architecture and assembly language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published