What does the accumulator al mean?
In the CPU of the central processing unit, the accumulator is a kind of temporary memory, which is used to store the intermediate results produced by calculation. If there is no register like an accumulator, after each calculation (addition, multiplication, shift, etc.). ), the result must be written back to memory and read back. However, accessing the main memory is slower than accessing the accumulator from the mathematical logic unit (ALU) by direct path.