I am coding using Linear Assemble in CCS3.3 ,target: a C64X chip,
the address i access,need increasing by degrees.for example: ptrout +=ncols;
so :I using the opcode addu : the following is the code in my *.sa file
stnw sum,*prout
addu prout,piany_col,prout
but,the compile information:
"vert.sa", ERROR! at line 20: Illegal operand combination
addu prout,piany_col,prout
PS: Whether there is any other instruction support unsigned?
the project:






