What is the minimum number of frames for correct execution of processes on a processor with instructions of type (and why):
register instruction, memory-operation register instruction, register memory-operation instruction, register register instruction, memory-operation
For example:
ADD REG8 [0xcafe]
MOV [0xdead], [0xbeef]
SUB REG1, REG2
MUL [0xfefe], REG9