From c4c28762385c52d0c349da72e3f3bbed64197411 Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Fri, 21 Apr 2023 01:09:40 +1000 Subject: work in progress --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f86fda3..1f018ad 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3