From 2a1d006a88881d3a1ad2dd20d650e488ef65a147 Mon Sep 17 00:00:00 2001
From: Aryadev Chavali <aryadev@aryadevchavali.com>
Date: Tue, 16 Apr 2024 15:48:43 +0630
Subject: Updated README about change to project

---
 README.org | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.org b/README.org
index d1764d0..68642f7 100644
--- a/README.org
+++ b/README.org
@@ -5,6 +5,19 @@
 A stack based virtual machine in C11, with a dynamic register setup
 which acts as variable space.  Deals primarily in bytes, doesn't make
 assertions about typing and is very simple to target.
+
+2024-04-16: Project will now be split into two components
+1) The runtime + base library
+2) The assembler
+
+This will focus each repository on separate issues and make it easier
+to organize.  They will both derive from the same repositories
+i.e. I'm not making fresh repositories and just sticking the folders
+in but rather branching this repository into two different versions.
+
+The two versions will be hosted at:
+1) [[https://github.com/aryadev-software/avm]]
+1) [[https://github.com/aryadev-software/aal]]
 * How to build
 Requires =GNU make= and a compliant C11 compiler.  Code base has been
 tested against =gcc= and =clang=, but given how the project has been
-- 
cgit v1.2.3-13-gbd6f