home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
No Fragments Archive 12: Textmags & Docs
/
nf_archive_12.iso
/
MAGS
/
SOURCES
/
ATARI_SRC.ZIP
/
atari source
/
FALCON
/
CPX
/
CONFIG.LC
/
CPXSTART.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-02-10
|
251 b
|
19 lines
; cpxstart.asm
;=============================================================================
; Startup file for COLOR.CPX
;
; Globals
xdef cpxstart
; Externs
xref _cpx_init
text
cpxstart:
jmp _cpx_init
end