about summary refs log tree commit diff stats
path: root/subx/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-09 01:19:33 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-09 01:19:33 -0700
commit224474d7fd04263b7300d22df337c33b97de5fe5 (patch)
treee77ac61a2fa74cae48a5fde69e18efb5e4c51e6a /subx/Readme.md
parent36f616b5c011e32e4a8be1a4864f81e11424de89 (diff)
downloadmu-224474d7fd04263b7300d22df337c33b97de5fe5.tar.gz
4011 - start of sub-x86 VM
Diffstat (limited to 'subx/Readme.md')
-rw-r--r--subx/Readme.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/subx/Readme.md b/subx/Readme.md
index 4a444b0a..5af4f750 100644
--- a/subx/Readme.md
+++ b/subx/Readme.md
@@ -1,3 +1,15 @@
+## The SubX VM
+
 Bytecode interpreter for a subset of the 32-bit x86 ISA.
 
-I'm currently building this over at https://github.com/tekknolagi/stackx/tree/ak
+To build:
+
+  ```
+  ./build
+  ```
+
+To run tests:
+
+  ```
+  ./subx
+  ```