home *** CD-ROM | disk | FTP | other *** search
- Script.vlir
- SEQ formatted GEOS file V1.0
- Epson FX-80
- UTILITY
- LASTER'S
- ONVERTER
- EDITFUN
- TABLES
- COPE Source V1.1
- DISK A
- COPE Editor V1.1
- Untitled
- Script.vlir
- D&D-D-D-D-D-D-D-D
- /.START $400
- .INIT CodeHere
- .TYPE 6
- .NAME COPE_VLIR
- .Dname copeVLIR
- .Author BSC TechUnit
- ;---------
- .Icon 0,$20,$F0
- .Byte 0,$F8,$F0,1,$8D,$20,3,7
- .Byte $E0,6,$26,$40,$C,$66,$40,$18,$C4,$80,$31,$8C,$E0,$71,$19,$30
- .Byte $58,$39,$18,$EC,$12,$0C,$36,$1E,$66,$1B,$1C,$C3,$D,$99,$81,6
- .Byte $D3,$31,3,$60,$63,1,$B0,$C6,0,$D8,$8C,0,$6C,$18,0,$37
- .Byte $F0,0,$1F,$E0
- ;=====
- ; equates for pages to be loaded in.
- SAPAGENO = 1
- FINDPAGE = 2
- PRINTPAGE = 3
- PageMove = 4
- ASAVE = 5
- ;----
- .Include System; holds equates, constants, routines, and macros.
- CodeHere
- .Include MC51
- .Include UTILITY
- .Include LOAD
- .Include EDITFUN
- .Include TABLES
- .Segment; end of the resident section.
- ; Address to start paging of programs
- PageAddress; location to load in all the remainding pages.
- .Newpc PageAddress
- .Include SAVE
- .Segment SAPAGENO
- ;-----
- .Newpc PageAddress
- .Include FIND
- .Segment FINDPAGE
- ;----
- .Newpc PageAddress
- .Include PRINT
- .Segment PRINTPAGE
- ;------
- .Newpc PageAddress
- .Include PAGEMOVE
- .Segment PageMove
- ;-----
- .Newpc PageAddress
- .Include AUTOSAVE
- .Segment ASAVE
- ;------
-