View Single Post
Old 08 October 2010, 12:27   #50
AlfaRomeo
A1200 040 SAM440EP 667
 
AlfaRomeo's Avatar
 
Join Date: Jan 2008
Location: Lisbon / Portugal
Posts: 873
When I was typing an asm tutorial a required memory space for a copper list has to be calculated by subtracting the start copperlist label by the end copper list label:

Code:
CLstart:
            ...
            copper list
            ...
CLend:
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?
AlfaRomeo is offline  
 
Page generated in 0.04437 seconds with 11 queries