nathanriggs c8cac53c5e Rev 0.4 updates
Massive updates that changes the way most subroutines are handled. Major bugfixes, various utilities added, started higher-level libraries.
2019-04-26 18:49:10 -04:00

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
*
*