			Accomodation for EVA 535 STZP Hardware
			--------------------------------------

	-		Change the program RTXSETUP.DCL
			RTXINTBASE 2000H

	-		Change the program STARTUP.A51
			CSEG AT 2000H
			?C_STARTUP	LJMP STARTUP1

	-		Change the program GCANCONF.A51
			CONTROLLER_BASE  EQU 0EC00H
			USED_CAN_INT_NBR EQU 0

	-		Change the program GCANDEMO.BAT
			c51.exe gcandemo.c51 debug code oe INTVECTOR(0x2000) define(EXTEND)
			if errorlevel 1 goto error_c51
			a51.exe startup.a51 set(large)
			if errorlevel 1 goto error_c51
			a51.exe gcanconf.a51  set(large)
			if errorlevel 1 goto error_c51
			a51.exe rtxconf.a51  set(large) SET(PROC = 3)
			if errorlevel 1 goto error_c51
			BL51 gcandemo.obj,startup.obj,gcanconf.obj,rtxconf.obj,rtxgcan.lib rtx51 ramsize(128) code(2000H) xdata(8000H)
			goto exit
			:error_c51
			rem
			rem c51 compiler error or warning occured
			:exit


	-	Start DSW51
	-	load cpu driver mon51.dll
	-	load object file gcandemo
	-	enter command $=0x2000
	-	enter command g,main

