Add ZIP rev M.

This commit is contained in:
Eric Smith 2023-07-01 15:14:59 -06:00
parent 988c140bc7
commit c80f8653c8

View File

@ -66,14 +66,15 @@ Revision B added support for splitting the screen into two windows.
## Later ZIP interpreters
Between revision B and revision F of the Apple II ZIP interpreters, a
substantial rearrangement of the code occurred. These and later changes
to the v3 interpreter have not yet been fully analyzed.
substantial rearrangement of the code occurred.
Currently revisions F and H can be built from the source file "zip-late.asm".
The disk I/O routines are derived from RWTS but no longer structured
in the same way as Apple DOS RWTS, and are now more tightly integrated
with the interpreter.
Currently revisions F, H, K, and M can be built from the source file
"zip-late.asm".
The disk I/O routines are derived from RWTS but no longer
structured in the same way as RWTS, and are now more tightly integrated with
the interpreter.
## EZIP