home *** CD-ROM | disk | FTP | other *** search
- *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
- * Name : Sample header
- *
- * Synopsis : Assemble this source and use it any way you wanne!
- *
- * Function : To show you how you can use the Startup.asm
- *
- * Inputs : Your wishes
- *
- * Results : What ever
- *
- * Notes : Public domain!
- *
- * Bugs : None
- *
- * Created : 4.9.95
- * Last change : 4.9.95
- *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
-
- *## For the Startup.asm:
-
- StartSkip = 1 ;0=WB/CLI, 1=CLI only (from AsmOne)
- Processor = 0 ;0/680x0
- MathProc = 0 ;0/68881/68882/68040
-
- *## Default includes:
-
- Incdir inc:
- Include Startup.asm
-
- dc.b "Copyright © 1995, Digital Surface. All rights reserved. "
-
- dc.b "This program is freeware.",0
- dc.b "This program is private!",0
- dc.b "This program is commercial.",0
- even
- *»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»»*
- Init Version ""
- TaskName ""
- DefEnd
-
- Start
- *·············································································*
- Close Return 0
-