ùúùú  ˜  >ù  9dÿùË'ÿùË'ÿùË'ÿùË'ÿùË'ÿùË';       T           T   T   T   T   T   T   T   T   T   T   T   T   T

		************************************
		****		for PRESTiGE		****
		************************************

SYSTEM:		EQU		-1
BOOT:		EQU		0

INTROKIND:	EQU		SYSTEM

		IF INTROKIND=SYSTEM
		AUTO	WO\
		ELSE
		AUTO	WB\start\end\
		ENDC

;	HOW TO USE INTRO FROM BOOTBLOCK:
;
;	Set before assembly INTROKIND=BOOT	
;	PROGRAM BOOTBLOCKU:
;	CHIP memory allocation(it can be AllocAbs())
;		;intro will allocate needed memory area and it can't
;		;reserve memory in which it is!!!
;
;	Loading intro to allocated memory
;	Decrunching intro
;	Executing intro
;	Free memory area

		SECTION		CODE,CODE_C
start:		INCBIN	"PRESTiGEintro.code"
		INCBIN	"Texts"

	REM
	You will find information about how to use this intro in included
	example (Texts).
	Please don't change text below.
	ENDR

	DC.B	'¹THIS INTRO WAS CREATED BY FUNZIN³e¹',10
	DC.B	'_______________________________________',10
	DC.B	10
	DC.B	'CODE ....................... DURA',10
	DC.B	'ORGANIZATION ............. SADDAM',10
	DC.B	'FONTS .................... SADDAM',10
	DC.B	'MUSIC .................. VON RAYS',10
	DC.B	'MORAL SUPPORT ............ ANDZIA',10
	DC.B        'IDEA ................. HITMAN-PSG',10
	DC.B	'_______________________________________',10
	DC.B	10
	DC.B	'MCMXCV ²#¹POLAND²#¹',10
	DC.B	27,27
end:
