calculations are only performed on the contents of the accumulators
the accumulators have to be loaded with the values, either directly, indirectly or relatively to a register from values held in memory or pulled from a temporary stack.
btw your temporary storage place is usually the stack which uses regular memory.
Your CPU will need a Stack Pointer.
And a Program Counter (which points to the next instructions memory location).



Reply With Quote