View Single Post
Old 08 October 2010, 12:50   #51
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by AlfaRomeo View Post
but devpac 3.18 says that
Code:
CLsize = CLstart - CLend
it´s an instruction not recognized

I do not found anything about this in devpac´s manual
Does anyone know how do I can bypass this in devpac?
Where did you place that very line? Before or after the label CLend? Also, remove the spaces in your calculation, i.e.:
CLsize = CLend-CLstart.

If nothing helps, try to change it to CLsize = *-CLstart and place it right after the CLend label.
StingRay is offline  
 
Page generated in 0.07946 seconds with 10 queries