From 91702f399717daf3d0c56cd97a18f2a779bc1ad8 Mon Sep 17 00:00:00 2001 From: Atreya Bain Date: Sun, 18 Feb 2024 15:11:17 +0530 Subject: [PATCH] [doc] Update progress --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 50fc7a2..c867283 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,19 @@ This is a play at emulating a BytePusher machine. ## Status -- [X] RAM +- [ ] MMU + - [X] RAM + - [ ] Mapped I/O + - [X] Program counter + - [X] Framebuffer + - [ ] Audio sample data - [X] Color - [ ] CPU + - [ ] Inner loop + - [ ] Outer loop - [ ] Keyboard -- [ ] Display - +- [ ] Display adapter +- [ ] Load/Save memory ## More information about the BytePusher VM https://esolangs.org/wiki/BytePusher \ No newline at end of file