mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2025-02-02 19:31:48 +00:00
Housekeeping
Sorry for the cimmit spamming, renaming files
This commit is contained in:
parent
354bfc1aaf
commit
2143c334ab
@ -1,172 +0,0 @@
|
||||
# AppleIIAsm Reference Manual v0.5.0
|
||||
|
||||
---
|
||||
|
||||
written and edited by Nathan Riggs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## TABLE OF CONTENTS
|
||||
|
||||
---
|
||||
**Preface**
|
||||
**Introduction**
|
||||
**Package Overview**
|
||||
**Standard Practices / Procedures**
|
||||
|
||||
- Naming Conventions
|
||||
- Commenting Conventions
|
||||
- Parameter Passing
|
||||
- Main Source Sequencing
|
||||
|
||||
**Quick Reference: Macros**
|
||||
**Quick Reference: Subroutines**
|
||||
|
||||
|
||||
|
||||
#### **Detailed Descriptions and Listings**
|
||||
|
||||
**DISK 1: REQCOM**
|
||||
|
||||
**Required Library**
|
||||
|
||||
- *HEAD.REQUIRED*
|
||||
- *MAC.REQUIRED*
|
||||
- `_AXLIT`
|
||||
- `_AXSTR`
|
||||
- `_ISLIT`
|
||||
- `_ISSTR`
|
||||
- `_MLIT`
|
||||
- `_MSTR`
|
||||
- `_PRN`
|
||||
- `_WAIT`
|
||||
- `CLRHI`
|
||||
- `DUMP`
|
||||
- `ERRH`
|
||||
- `GRET`
|
||||
- *LIB.REQUIRED*
|
||||
- `__CLRHI`
|
||||
- `__DUMP`
|
||||
- `__ERRH`
|
||||
- `__GETRET`
|
||||
- `__P`
|
||||
- `__W`
|
||||
|
||||
**Common Library**
|
||||
|
||||
- *HEAD.COMMON*
|
||||
- *MAC.COMMON*
|
||||
- `BEEP`
|
||||
- `DELAY`
|
||||
- `MFILL`
|
||||
- `MMOVE`
|
||||
- `MSWAP`
|
||||
- `ZSAVE`
|
||||
- `ZLOAD`
|
||||
- (*Subroutines*)
|
||||
- `SUB.DELAYMS`
|
||||
- `SUB.MEMFILL`
|
||||
- `SUB.MEMMOVE`
|
||||
- `SUB.MEMSWAP`
|
||||
- `SUB.ZMLOAD`
|
||||
- `SUB.ZMSAVE`
|
||||
- *DEMO.COMMON*
|
||||
|
||||
**DISK2: STDIO**
|
||||
|
||||
- *HEAD.STDIO*
|
||||
- *MAC.STDIO*
|
||||
- `COL40`
|
||||
- `COL80`
|
||||
- `CURB`
|
||||
- `CURD`
|
||||
- `CURF`
|
||||
- `DIE80`
|
||||
- `GKEY`
|
||||
- `INP`
|
||||
- `MTXT0`
|
||||
- `MTXT1`
|
||||
- `PBX`
|
||||
- `PDL`
|
||||
- `PRN`
|
||||
- `RCPOS`
|
||||
- `SPRN`
|
||||
- `SCPOS`
|
||||
- `SETCX`
|
||||
- `SETCY`
|
||||
- `TCIRC`
|
||||
- `THLIN`
|
||||
- `TLINE`
|
||||
- `TPUT`
|
||||
- `TRECF`
|
||||
- `TVLIN`
|
||||
- `WAIT`
|
||||
- (*Subroutines*)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
**Appendix A: Companion Books**
|
||||
|
||||
The New Merlin 8 Pro User Guide
|
||||
Learning 6502 Assembly with AppleIIAsmLib and AppleChop
|
||||
Forever Machine: The Past and Future on the Apple II Platform
|
||||
|
||||
|
@ -1,42 +0,0 @@
|
||||
## Table of Contents
|
||||
|
||||
1. [License](./0.1 License.md)
|
||||
2. [Preface](1. Preface)
|
||||
3. [Introduction](1.5 Introuction)
|
||||
4. [Package Overiew](2. Package Overview)
|
||||
5. [Software Architecture](2.5 Software Architecture)
|
||||
6. Macro/Subroutine Quick References
|
||||
- [Disk 1 -- REQUIRED Macros and Subroutines](./Quick Reference Disk 1 REQUIRED)
|
||||
- Disk 2 --
|
||||
- Disk 3 --
|
||||
- Disk 4 --
|
||||
- Disk 5 --
|
||||
- Disk 6 --
|
||||
- Disk 7 --
|
||||
- Disk 8 --
|
||||
- Disk 9 --
|
||||
- Disk 10 --
|
||||
- Disk 11 --
|
||||
- Disk 12 --
|
||||
- Disk 13 --
|
||||
- Disk 14 --
|
||||
- Disk 15 --
|
||||
- Disk 16 --
|
||||
- Disk 17 --
|
||||
- Disk 18 --
|
||||
- Disk 19 --
|
||||
- Disk 20 --
|
||||
- Disk 21 --
|
||||
- Disk 22 --
|
||||
- Disk 23 --
|
||||
- Disk 24 --
|
||||
- Disk 25 --
|
||||
7. Detailed References and Source Code Listings
|
||||
- [Disk 1: Reuired Library and Aliases](./Detailed Reference Disk 1 REQUIRED)
|
||||
8. Appendices
|
||||
- Supplemental Texts
|
||||
- Further Reference
|
||||
- Optimizations
|
||||
- Typical Assembly Opimizations
|
||||
- Architexture Clobbering Optimizations
|
||||
-
|
18
documentation/0.6.0/0_3_Table_of_Contents_GH.md
Normal file
18
documentation/0.6.0/0_3_Table_of_Contents_GH.md
Normal file
@ -0,0 +1,18 @@
|
||||
## Table of Contents
|
||||
|
||||
1. [License](0_1_License.md)
|
||||
2. [Preface](1_Preface)
|
||||
3. [Introduction](1_5_Introuction)
|
||||
4. [Package Overiew](2_Package_Overview)
|
||||
5. [Software Architecture](2_5_Software_Architecture)
|
||||
6. Macro/Subroutine Quick References
|
||||
- [Disk 1 -- REQUIRED Macros and Subroutines](3_Quick_Reference_D1_REQUIRED)
|
||||
- Disk 2 --
|
||||
7. Detailed References and Source Code Listings
|
||||
- [Disk 1: Reuired Library and Aliases](30_Detailed_Reference_D1_REQUIRED)
|
||||
8. Appendices
|
||||
- Supplemental Texts
|
||||
- Further Reference
|
||||
- Optimizations
|
||||
- Typical Assembly Opimizations
|
||||
- Architecture Clobbering Optimizations
|
Loading…
x
Reference in New Issue
Block a user