Skip to content

Commit

Permalink
Update README.md with roadmap 🗺️
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorzo committed Oct 30, 2024
1 parent 88402a0 commit 23e0d45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23e0d45

Please sign in to comment.