ARM stand for “Advanced RISC (reduced instruction set computer) machine”. ARM is a load store reducing instruction set computer architecture; it means the core cannot directly operate with the memory.
RISC is a somewhat misleading term, as a RISC processor doesn't *have* to have fewer instructions in its ISA than a CISC system (Though RISC architectures do tend to try to do so). For example, the ...