home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
genie-commodore-file-library
/
GEOSApps
/
POINTER128.LZH
/
pointer.hdr
(
.txt
)
next >
Wrap
GEOS ConVerT
|
1990-02-12
|
2KB
|
37 lines
Pointer.hdr
SEQ formatted GEOS file V1.0
StarNX-1000C
OP V2.0 or highernager
GEOPAINT
BLASTER'S CONVERTER V2.5
GEOASSEMBLER
GEOLINKER
Write Image V2.1
geoWrite V1.1
*This is the header file for ReColor. It can be viewed from geoWrite.
; *** 128Pointer Header File
.if Pass1 ; Only need to include this file
; during assembler's first pass.
.include geosSym ; Get GEOS definitions
.endif
.header ; Set the start of the header section
.word 0 ; First two bytes are always zero
.byte 3 ; Width in bytes
.byte 21 ; and height in scanlines of:
@ .byte $80 | USR ; Commodore file type, with bit 7 set.
.byte AUTO_EXEC ; GEOS file type.
.byte SEQUENTIAL ; GEOS file structure type.
.word PRGStart ; Start address of program
.word PRGEnd ; End address of program
.word PRGStart ; Init address of program (where to JMP to)
.byte "Pointer128 V1.0",0,0,0,$C0 ; Permanent filename: 12 characters,
; followed by 4 char version number,
; followed by 3 zeroes,
; followed by 40/80 column flag.
.byte "James W. Pyle III",0,0,0 ; Author's name: 20 characters
.block 160-117 ; Skip 43 bytes.
.byte "This will change the 128's 80" ; Info. on the program.
.byte " column pointer picture.",0
.endh
UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU