From 830720bb10e24e9e5fcdae546a10fbf936432287 Mon Sep 17 00:00:00 2001 From: tcorzo Date: Thu, 7 Nov 2024 01:13:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20Update=20README.md=20for=20impro?= =?UTF-8?q?ved=20formatting=20and=20clarity=20in=20features=20and=20tasks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c241c8..ff24950 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,10 @@ a template for your own programs. - [x] Indicate current register in the UI - [x] Show execution errors in the UI - [ ] Flash register when it's value changes -- [ ] Address-agnostic register insert/delete -- [ ] Update starting address in the UI (propagates to all addresses) +- [x] Register insert/delete +- [ ] Auto-scroll to the current register +- [ ] Register re-addressing (when moving registers around) +- [ ] Update starting address (propagates to all addresses) - [ ] Improve editor UX - [ ] Add syntax highlighting for operations - [ ] Add autocomplete for `#` labels