From 54cf1b61e3b3dd7d1e85332fe52120fb5185e0f5 Mon Sep 17 00:00:00 2001 From: David Isaksson Date: Thu, 18 Jan 2024 22:15:02 +0100 Subject: [PATCH] meta: Update README with future development --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 289b629..75f37ff 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ If the file passed to the emulator is a file with assembly code, the program wil - **Assembler** - dot directives - - `.org $8000` + - ~`.org $8000`~ - `.byte 42` - `.word $8000` - `#"A"` @@ -135,6 +135,7 @@ If the file passed to the emulator is a file with assembly code, the program wil - **TUI** - Load file with `l` - Centered disassembler view + - Contiuous run with screen update ## References