From 2670abf9f55d4dbb5b1b733375aabfc8061a32be Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Thu, 30 Jan 2020 19:43:11 -0500 Subject: [PATCH] Add basic README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ebcb9ff --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Jade Rose + +This is a "Jade" implementation of the [ROSE-8][] instruction set. +It currently contains a very basic assembler and disassembler, and will also eventually have a hardware implementation targeted at FPGAs. + +Jade is the common name that I use for my line of CPU implementations. + +[ROSE-8]: https://belkadan.com/source/ROSE-8/ -- 2.43.2