Burroughs B2000

From Wikipedia, the free encyclopedia

The Burroughs B2000 series of machines was manufactured by Burroughs Corporation in Pasadena, California and was aimed straight at the business world. The architecture was built to support COBOL programming in the most efficient way possible. the B2000 architecture was designed to narrow the semantic gap between high level languages and the hardware these programs executed on.

The B2000-B4000 machines (known at the time as the Medium Systems Family) did everything in binary-coded decimal (BCD) arithmetic. Memory was addressed on BCD boundaries instead of the traditional binary boundaries. The architecture featured an instruction code set that provided for 3 register operation allowing the COBOL operation ADD A, B giving C to be directly translated into a single machine instruction. Later versions (B2900-B4900 series) supported two new opcodes (binary to decimal/decimal to binary) to support addressing of the Memorex hard drives.

In other languages