AppleIIAsm-Collection/documentation/AppleIIAsm Library Collection Technical Manual/0.6.0/0.0 Title to TOC.md
nathanriggs 4554eaf2ae MASSIVE: Documentation and Disk 1: REQUIRED
- added cycle and byte count comments
- additionally added status flag clobbering comments
- wrote beginning of final documentation form in markdown for disk 1: REQUIRED
- consolidated macros and subroutines on disk 1
- created alias macros for 65C02, 8080, and Z80 architectures
- entirely rewrote and expanded documentation for disk 1
- rewrote disk 1 demo file to use fewer bytes by using comments instead of _PRN statements
- implemented a software architeture that will span across all libraries in the collection
- added .ASM extension to text sources to help with file attribution on contemporary systems
- slightly modified the naming convention for EXEC files
- fixed minor errors
2020-01-19 15:31:10 -05:00

1.5 KiB

AppleIIAsm Technical Manual v0.6.0


Written and edited by Nathan Riggs (so far), 2020.



License

Copyright 2020 Nathan Riggs

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

(http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



Table of Contents

  1. License
  2. [Preface](1.0 Preface.md)
  3. [Introduction](2.0 Introduction.md)
  4. [Package Overiew](3.0 Package_Overview.md)
  5. [Software Architecture](4.0 Software_Architecture.md)
  6. [Macro/Subroutine Quick References](5.0 Quick_Reference_TOC.md)
    • [Quick Reference Introduction](5.0 Quick_Reference_TOC.md)
    • [Disk 1 -- REQUIRED Macros and Subroutines](6.0 Quick_Reference_D1_MACREQUIRED.md)
    • [Disk 2 -- STDIO Macros and Subroutines](7.0 Quick_Reference_D2_MACSTDIO.md)
  7. Detailed References and Source Code Listings
    • [Disk 1: Required Library and Aliases](30.0 Detailed_Reference_D1_REQUIRED.md)
  8. Appendices
    • Supplemental Texts
    • Further Reference
    • Optimizations
      • Typical Assembly Opimizations
      • Architecture Clobbering Optimizations