Hi.I noticed that in the table of assembler instructions for the Cortex-M55 (https://developer.arm.com/documentation/101273/0001/The-Cortex-M55-Instruction-Set--Reference-Material/Cortex-M55-instructions) there are no post / pre-indexed commands for Load from memory. (LDR{type}{cond} Rt, [Rn], ±Rm {, shift} ; or LDR{type}{cond} Rt, [Rn, ±Rm {, shift}]!)Please help me if it is possible to use these instructions on the Cortex-M55?Thanks!
LDR
type
cond
Rt
Rn
Rm
shift
All possible instructions are described in the armv8-m manuals. Do you expect some are not listed for some obscure reason? Hidden instructions?