I am using RVDS6_13 compiler and my processor is Cortex X1 (HERA). For a test where I need to do a bit of assembly language programming, I am getting below error in compilation:
Error: A1616E: Instruction, offset, immediate or register combination is not supported by the current instruction set 9 00000000 MOV x28,0xD02E7F30
Basically I need to load 0xB41138A4 to address location 0xD02E7F30 and below is my code:
MOV x28,0xD02E7F30
STR x28,0xB41138A4