/mountain-goat-vm

A fake machine architecture and assembly language

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

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