 _   _                       
| \ | | __ _  __ _ _ __ ___  
|  \| |/ _` |/ _` | '__/ _ \ 
| |\  | (_| | (_| | | | (_) |
|_| \_|\__, |\__,_|_|  \___/ 
       |___/                 

This is a small, experimental virtual machine. 
It implements a MISC-style dual stack processor, 
basic I/O functionality, and linear framebuffer 
for graphics.

It is hoped that various languages will eventually 
support Ngaro as a target, both for hosting on 
(where the language runs on Ngaro) and as a 
compile-time target.

Requirements for building:

  - gcc
  - libSDL

To get started:

  make
  sudo make install
