home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Shareware Magazine 1996 December
/
CD_shareware_12-96.iso
/
DOS
/
Programa
/
CCDL122.ZIP
/
EXAMP
/
STARTUP.SRC
< prev
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
|
1996-06-17
|
264 b
|
12 lines
;
; This startup file ignores things like what happens if you put pointers
; in the data segment. It also ignores the applicable #pragma directives
;
section startup
XREF DATA,STACKTOP,_main
start:
move #DATA,A5
move #STACKTOP,A7
bsr _main
bra $