From 23e0d4546099eaffbc00991646484bb144851b9f Mon Sep 17 00:00:00 2001 From: tcorzo Date: Wed, 30 Oct 2024 03:04:51 +0000 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20with=20roadmap=20?= =?UTF-8?q?=F0=9F=97=BA=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3dde5df..26494ea 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,13 @@ Deno. Checkout the [example_program.csv](test/fixtures/example_program.csv), use it as a template for your own programs. + +# Roadmap + +- [x] Implement basic functionality +- [] Add breakpoints +- [] Show errors in the UI +- [] Separate Data registers from Instruction registers +- [] Export program to CSV +- [] Indicate current register in the UI +- [] Flash register when it changes