diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 01:09:40 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 01:09:40 +1000 |
commit | c4c28762385c52d0c349da72e3f3bbed64197411 (patch) | |
tree | 7e95944cb8c32440280f53b57c1caa62d0b5bb86 /README.md | |
parent | 1bf33140ce7e858ee7fe1a416e7ebfd586f024b3 (diff) |
work in progress
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -8,8 +8,12 @@ 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. + Planned core features for the emulator include: 1. A terminal emulator with the original Apple I font. -2. An emulation of the Apple I cassette reader peripheral, which will let binary files be given as input. -3. A seperate assembler program so the user may write their own programs to read into the emulator.
\ No newline at end of file +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 |