Difference between revisions of "BM792 ROM"

From Computer History Wiki
Jump to: navigation, search
m (Reference: +cat)
(Add -YK, code dumps, avoid redirs)
Line 1: Line 1:
The '''BM792 [[Read-only memory|ROM]]''' card was a [[UNIBUS]] card for the [[PDP-11]] series of computers; it contained only 32 words of memory. It was a [[DEC card form factor|quad]] format card, and used an [[Small Peripheral Controller|SPC]] slot. Most versions were used for [[bootstrapping]] the machine, from [[disk]], paper and magnetic tape, etc, but it could be use for any purpose
+
The '''BM792 ROM''' card was the first [[UNIBUS]] [[Read-only memory|ROM]] card for the [[PDP-11]] series of computers; it contained only 32 [[word]]s of memory. It was a [[DEC card form factor|quad]] format card, and used an [[Small Peripheral Controller|SPC]] slot. Most versions were used for [[bootstrap]]ping the machine, from [[disk]], [[paper tape|paper]] and [[magnetic tape]], etc, but it could be used for any purpose
  
It used individual [[diode]]s in an array to represent individual bits; if the diode was present, the bit contained a '1'; if the diode was not present, a '0'. Jumpers allowed the board to occupy any 32-word block from 773000 to 773700, so longer programs could be accomodated with multiple cards.
+
It used individual [[diode]]s in an array to represent individual [[bit]]s; if the diode was present, the bit contained a '1'; if the diode was not present, a '0'. [[Jumper]]s allowed the board to occupy any 32-word block from 0773000 to 0773700, so longer programs could be accomodated with multiple cards.
  
The board came in two main variants: the BM792 came fully populated with diodes, and the user removed diodes (either by desoldering them, or clipping their leads) to produce the desired program; other variants, designated BM792-Yx (where 'x' is a capital letter, starting with 'A') came pre-programmed from DEC to perform various functions.
+
The board came in two main variants: the M792 came fully populated with diodes, and the user removed diodes (either by de-soldering them, or clipping their leads) to produce the desired [[program]]; other variants, designated M792-Yx (where 'x' is a capital letter, starting with 'A') came pre-programmed from DEC to perform various functions.
  
 
==Variants==
 
==Variants==
  
* BM792-YA - Serial line, high-speed paper tape reader
+
* BM792-YA - [[Asynchronous serial line|Serial line]], high-speed paper tape reader
* BM792-YB - [[TC11]] [[DECtape]] and disks ([[RC11]], [[RF11]], [[RK11]], [[RP11]])
+
* BM792-YB - [[TC11 DECtape controller|TC11]] [[DECtape]] and disks ([[RC11 disk controller|RC11]], [[RF11 disk controller|RF11]], [[RK11 disk controller|RK11]], [[RP11 disk controller|RP11]])
* BM792-YC - Card reader
+
* BM792-YC - [[CR11 Card Readers|CR11]] [[punched card]] reader
* MR11-DB - A two board set, consisting of the BM792-YD and -YE, it supported the same devices as the -YB, with the addition of the [[TM11]] magnetic tape
+
* MR11-DB - A two board set, consisting of the BM792-YD and -YE, it supported the same devices as the -YB, with the addition of the [[TM11 magtape controller|TM11]] magnetic tape
 
* BM792-YF - DECtape and RF11 and RK11 disks
 
* BM792-YF - DECtape and RF11 and RK11 disks
* BM792-YH - [[TA11]] casette magnetic tape
+
* BM792-YH - [[TA11 Magnetic Tape Cassette controller|TA11]] casette magnetic tape
 +
* BM792-YK - Special version for the [[VT20]], using its second serial line
 +
 
 +
Note that there are two variants of the -YA (see the link below).
  
 
==See also==
 
==See also==
Line 18: Line 21:
 
* [[UNIBUS boot ROMs]]
 
* [[UNIBUS boot ROMs]]
  
==Reference==
+
==External links==
 +
 
 +
* [http://ana-3.lcs.mit.edu/~jnc/tech/pdp11/ROMs/M792-YA.mac Dis-assembled and commented dump of M792-YA boot ROMs]
 +
* [http://ana-3.lcs.mit.edu/~jnc/tech/pdp11/ROMs/M792-YK.mac Dis-assembled and commented dump of M792-YK boot ROMs]
 +
 
 +
==Further reading==
  
 
* DEC-11-HBMAA-E-D, ''BM792 read-only-memory and MR11-DB bootstrap loader''
 
* DEC-11-HBMAA-E-D, ''BM792 read-only-memory and MR11-DB bootstrap loader''

Revision as of 22:44, 13 August 2019

The BM792 ROM card was the first UNIBUS ROM card for the PDP-11 series of computers; it contained only 32 words of memory. It was a quad format card, and used an SPC slot. Most versions were used for bootstrapping the machine, from disk, paper and magnetic tape, etc, but it could be used for any purpose

It used individual diodes in an array to represent individual bits; if the diode was present, the bit contained a '1'; if the diode was not present, a '0'. Jumpers allowed the board to occupy any 32-word block from 0773000 to 0773700, so longer programs could be accomodated with multiple cards.

The board came in two main variants: the M792 came fully populated with diodes, and the user removed diodes (either by de-soldering them, or clipping their leads) to produce the desired program; other variants, designated M792-Yx (where 'x' is a capital letter, starting with 'A') came pre-programmed from DEC to perform various functions.

Variants

  • BM792-YA - Serial line, high-speed paper tape reader
  • BM792-YB - TC11 DECtape and disks (RC11, RF11, RK11, RP11)
  • BM792-YC - CR11 punched card reader
  • MR11-DB - A two board set, consisting of the BM792-YD and -YE, it supported the same devices as the -YB, with the addition of the TM11 magnetic tape
  • BM792-YF - DECtape and RF11 and RK11 disks
  • BM792-YH - TA11 casette magnetic tape
  • BM792-YK - Special version for the VT20, using its second serial line

Note that there are two variants of the -YA (see the link below).

See also

External links

Further reading

  • DEC-11-HBMAA-E-D, BM792 read-only-memory and MR11-DB bootstrap loader