home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Set of Apple II Hard Drive Images
/
eric.hdv
/
SOURCE
/
HEADER.OLD.txt
< prev
next >
Wrap
Text File
|
2020-08-13
|
1KB
|
45 lines
;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