about summary refs log blame commit diff stats
path: root/subx/Readme.md
blob: 5af4f7507eb4b5ea550d8fcca50295f775ae3fa1 (plain) (tree)
1
2
3
4

              
                                                        
 










             
## The SubX VM

Bytecode interpreter for a subset of the 32-bit x86 ISA.

To build:

  ```
  ./build
  ```

To run tests:

  ```
  ./subx
  ```