Move the guard longword to the accumulator [V2.01.00 or later] |
||
Adest = (Adest & 00FFFFFFFFFFFFFFFFh) | ((signed 72bit) src << 64);
This instruction moves the contents of src to the most significant 32 bits (bits 95 to 64) of the accumulator (ACC0 or ACC1). You can assemble assembly-language code that includes this instruction if you have specified the assembler option -isa with selection of the instruction set of the RXv2 or a later version.