diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-27 11:19:33 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-27 11:19:33 +1000 |
commit | f86d973b2f5318b5e761e2f682c2aa57d61eb0d6 (patch) | |
tree | 1563496942ab0b09ed0ee1e2b549ce78a991ebef /README.md | |
parent | 83e8a4494741e6257b18267a58fe8ae342e3229f (diff) |
Major progress on interpreter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -8,12 +8,9 @@ My emulator has a handful of specific milestones to achieve that will demonstrat 2. Run a system monitor program correctly. 3. Successfully run a BASIC program in Wozniak's BASIC interpreter. -Restrictions of my emulator include: - -1. No plans to support illegal instructions as of yet. +There are no plans as of yet to support illegal instructions. Planned core features for the emulator include: - -1. A terminal emulator with the original Apple I font. -2. A program to read binary files straight to memory. -3. An extremely simple assembler so the user may write programs to read into the emulator.
\ No newline at end of file +1. A mode to run an SDL terminal emulator with the original Apple I font. +2. A mode to run within the users terminal. +3. A program to read binary files straight to memory.
\ No newline at end of file |