From f0e5127ce0492dfa6903804cc977126f791342f5 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 15 Aug 2020 23:30:33 -0400 Subject: [PATCH] Add how to make lc3 vm --- .gitmodules | 3 +++ index.md | 2 ++ lc3-vm | 1 + 3 files changed, 6 insertions(+) create mode 160000 lc3-vm diff --git a/.gitmodules b/.gitmodules index 352a0e1..287646b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "source-library"] path = source-library url = https://github.com/NB419/source-library +[submodule "lc3-vm"] + path = lc3-vm + url = https://github.com/justinmeiners/lc3-vm diff --git a/index.md b/index.md index 03be975..a7b32c6 100644 --- a/index.md +++ b/index.md @@ -27,3 +27,5 @@ [keeweb](keeweb) [source library](source-library) + +[write a vm](lc3-vm/docs) diff --git a/lc3-vm b/lc3-vm new file mode 160000 index 0000000..30d1a1c --- /dev/null +++ b/lc3-vm @@ -0,0 +1 @@ +Subproject commit 30d1a1cc346ddc151542cf46ee9e181fef111370