Update README.md

This commit is contained in:
Nathan D Riggs 2019-12-17 17:29:14 -05:00 committed by GitHub
parent 9b12b6fd9b
commit bf7251b70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,21 @@ A general purpose ASM libriary for the Apple II. Assembled in Merlin 8 Pro.
# Updates
__27-sep-2019__
__17-DEC-2019__
- Still transforming entire disk system to adhere to a singular software architecture.
- Added Alias macros for 8080 and z80 instruction sets.
- Revamped documentation for Disk 1 in markdown.
- Major changes to Disk 1, including merger of REQUIRED and COMMON libraries
__27-SEP-2019__
- As of version 0.5.0, updates will occur on a disk-by-disk basis (as well as appropriate changes to the documentation).
- version 0.5.0 pretty much breaks any prior work that used the library. While future updates won't be so extreme, now that a stable system is in place, this is to be expected in any update prior to an official version 1.0.
- The main documentation has been moved to a .docx and pdf file, rather than here, due to the length of the document. In the future, this file will be changed to a more open format, as well as converted into a hard-copy friendly design.
## Documentation
- You can find documentation to the current version being revised, 0.6.0, [in the documentation section](./documentation/0.6.0/0.3 Table of Contents \(GitHub\))
- You can find documentation for the current stable version, 0.5.0, [also in the appropriate documentation section](./documentation/0.5.0/AppleIIAsm Manual v0.5.0.docx)