store operation
RU: операция записи (store)
A CPU instruction that writes a value from a register into a memory cell at a specified address. The counterpart of a load (read) operation. In a high-level language every assignment compiles to one or more store instructions.