This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

move al to ar5



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 ?