Skip to content

Commit

Permalink
meta: Update README with future development
Browse files Browse the repository at this point in the history
  • Loading branch information
Granddave committed Jan 18, 2024
1 parent 552ca83 commit 54cf1b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand All @@ -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
Expand Down

0 comments on commit 54cf1b6

Please sign in to comment.