A report on Accumulator (computing)
Register in which intermediate arithmetic logic unit results are stored.
- Accumulator (computing)15 related topics with Alpha
Processor register
2 linksQuickly accessible location available to a computer's processor.
Quickly accessible location available to a computer's processor.
Data registers can hold numeric data values such as integer and, in some architectures, floating-point values, as well as characters, small bit arrays and other data. In some older and low-end CPUs, a special data register, known as the accumulator, is used implicitly for many operations.
X86
2 linksFamily of complex instruction set computer instruction set architectures initially developed by Intel based on the Intel 8086 microprocessor and its 8088 variant.
Family of complex instruction set computer instruction set architectures initially developed by Intel based on the Intel 8086 microprocessor and its 8088 variant.
For example, using AL as an accumulator and adding an immediate byte value to it produces the efficient add to AL opcode of 04h, whilst using the BL register produces the generic and longer add to register opcode of 80C3h.
Instruction set architecture
1 linksInstruction set architecture , also called computer architecture, is an abstract model of a computer.
Instruction set architecture , also called computer architecture, is an abstract model of a computer.
1-operand (one-address machines), so called accumulator machines, include early computers and many small microcontrollers: most instructions specify a single right operand (that is, constant, a register, or a memory location), with the implicit accumulator as the left operand (and the destination if there is one):, ,.
Intel 8080
1 linksSecond 8-bit microprocessor designed and manufactured by Intel.
Second 8-bit microprocessor designed and manufactured by Intel.
All 8-bit operations with two operands can only be performed on the 8-bit accumulator (the A register).
IBM 650
1 linksEarly digital computer produced by IBM in the mid-1950s.
Early digital computer produced by IBM in the mid-1950s.
Data read from the drum went through a 10-digit distributor. The 650 had a 20-digit accumulator, divided into 10-digit lower and upper accumulators with a common sign.
MOS Technology 6502
0 links8-bit microprocessor that was designed by a small team led by Chuck Peddle for MOS Technology.
8-bit microprocessor that was designed by a small team led by Chuck Peddle for MOS Technology.
To start with, one of the two accumulators was removed.
Intel 8051
0 linksSingle chip microcontroller (MCU) series developed by Intel in 1980 for use in embedded systems.
Single chip microcontroller (MCU) series developed by Intel in 1980 for use in embedded systems.
8-bit arithmetic logic unit (ALU) and accumulator, 8-bit registers (one 16-bit register with special move instructions), 8-bit data bus and 2×16-bit address buses, program counter, data pointer, and related 8/11/16-bit operations; hence it is mainly an 8-bit microcontroller
IBM 701
1 linksIBM’s first commercial scientific computer and its first series production mainframe computer, which was announced to the public on May 21, 1952.
IBM’s first commercial scientific computer and its first series production mainframe computer, which was announced to the public on May 21, 1952.
1) The accumulator was 38 bits long (adding two overflow bits).
PIC microcontrollers
0 linksFamily of microcontrollers made by Microchip Technology, derived from the PIC1650 originally developed by General Instrument's Microelectronics Division.
Family of microcontrollers made by Microchip Technology, derived from the PIC1650 originally developed by General Instrument's Microelectronics Division.
One accumulator (W0), the use of which (as source operand) is implied (i.e. is not encoded in the opcode)
ENIAC
0 linksThe first programmable, electronic, general-purpose digital computer, completed in 1945.
The first programmable, electronic, general-purpose digital computer, completed in 1945.
ENIAC had 20 ten-digit signed accumulators, which used ten's complement representation and could perform 5,000 simple addition or subtraction operations between any of them and a source (e.g., another accumulator or a constant transmitter) per second.