mirror of
https://github.com/nathanriggs/AppleIIAsm-Collection.git
synced 2025-01-22 22:34:10 +00:00
c8cac53c5e
Massive updates that changes the way most subroutines are handled. Major bugfixes, various utilities added, started higher-level libraries.
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
********************************
|
|
* *
|
|
* MAIN PROGRAM SOURCE TEMPLATE *
|
|
* *
|
|
********************************
|
|
*
|
|
** ASSEMBLER DIRECTIVES
|
|
*
|
|
!D
|
|
*
|
|
********************************
|
|
* *
|
|
* HEADER, HOOKS AND MACROS *
|
|
* *
|
|
********************************
|
|
*
|
|
!H
|
|
*
|
|
********************************
|
|
* *
|
|
* CONSTANT DECLARATIONS *
|
|
* *
|
|
********************************
|
|
*
|
|
!C
|
|
*
|
|
********************************
|
|
* *
|
|
* MAIN PROGRAM LOOP *
|
|
* *
|
|
********************************
|
|
*
|
|
!M
|
|
*
|
|
********************************
|
|
* *
|
|
* VARIABLES *
|
|
* *
|
|
********************************
|
|
*
|
|
!V
|
|
*
|
|
********************************
|
|
* *
|
|
* LOW-LEVEL ROUTINES *
|
|
* *
|
|
********************************
|
|
!L
|
|
*
|
|
*
|