home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-05 | 1.2 KB | 45 lines | [04] ASCII Text (0x0000) |
- ;PROGRAM: XXX
- ;
- ;============================================
- ; OBJECT HEADER FILE --- VERSION 1.0 5/29/93
- ;============================================
- ;
- ; This is a standard header file for programs using the object files
- ; in this directory. It defines global constants & object names.
- ; The object directory contains object names to be used when objects
- ; call each other.
- ;
- ;
- USRVECT EQU $000A ;VECTOR TO OBJECT DRIVER
- MSG EQU $CE ;MESSAGE POINTER PASSED TO OBJECT
- ;
- ;------------------------
- ;*** OBJECT DIRECTORY ***
- ;------------------------
- MIDIOUT EQU $10 ;MIDI OUT CONTROLLER
- ;------------------------
- ;
- ;
- ;*==============================================================
- ;* ML.INTEGRATOR - integrates basic pgm and ml code @ $804
- ;* from NIBBLE, April 1990, (c) 1990 Stephen M. Hall, Mindcraft
- ;*==============================================================
- ;
- ORG $0801
- ;
- TXTTAB EQU $67
- BUF EQU $200
- DOSVEC EQU $3D0
- RUN EQU $D566
- ;
- MLINTEG0 JMP MLINTEG ; *** SEE SECTION 4 ***
- ;
- ;==================SET UP OBJECT DEFINITIONS HERE
- ;
- ;EX: JSR MSGOUT10 ;SET UP MIDIOUT OBJECT
- RTS
- ;
- ;==================PUT NEXT PROGRAM MODULE HERE
- ;
- CHN ????????.SRC
-