Hello,
I write some asm code
I need to move AL to AR5 registers
I try
MOV @AR5,@AL
but compiler tells me
"../communication/CRC16.asm", ERROR! at line 19: [E0004] Illegal operand combination
1 Assembly Error, No Assembly Warnings
>> Compilation failure
MOV @AR5,@AL; AR5 = seed
Errors in Source - Assembler Aborted
can someone help me ?
Have to save AR5 content before use this ?
