Either you have a very old version of DT_INTS-14, or you're doing it in the wrong place.
You shouldn't modify the include file.
Make sure you have the latest version.
http://www.darreltaylor.com/DT_INTS-14/downloads.htm
added by Archangel 08/26/2015  http://web.archive.org/web/201305180.../downloads.htm
Then in your program, copy the variables from the include and uncomment the wsaves you need for that program.
	Code:
	;-- Place a copy of these variables in your Main program -------------------
;--   The compiler will tell you which lines to un-comment                --
;--   Do Not un-comment these lines in the include                        --
;---------------------------------------------------------------------------
;wsave   VAR BYTE    $20     SYSTEM      ' location for W if in bank0
;wsave   VAR BYTE    $70     SYSTEM      ' alternate save location for W 
                                         ' if using $70, comment wsave1-3
' --- IF any of these three lines cause an error ?? ------------------------
'       Comment them out to fix the problem ----
' -- Which variables are needed, depends on the Chip you are using -- 
;wsave1  VAR BYTE    $A0     SYSTEM      ' location for W if in bank1
;wsave2  VAR BYTE    $120    SYSTEM      ' location for W if in bank2
;wsave3  VAR BYTE    $1A0    SYSTEM      ' location for W if in bank3
' --------------------------------------------------------------------------
 
				
			
Bookmarks