diff options
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 |