Difference between revisions of "QBUS ROMs"

From Computer History Wiki
Jump to: navigation, search
m (Jnc moved page QBUS boot ROMs to QBUS ROMs: Now covers all QBUS ROMs)
(Some LSI-11 instructions have issues with ROM)
 
Line 17: Line 17:
  
 
<!-- In all of the cards, the entire ROM contents were not directly visible on the QBUS, but through a window, unlike later, larger [[QBUS]] ROM cards. -->
 
<!-- In all of the cards, the entire ROM contents were not directly visible on the QBUS, but through a window, unlike later, larger [[QBUS]] ROM cards. -->
 +
==Use restrictions==
 +
 +
Note that in the [[LSI-11 chip set|LSI-11]] [[microprocessor]], several [[instruction]]s use a [[QBUS#Signalling|DATIO bus cycle]] to fetch source [[operand]]s from [[main memory]]:
 +
 +
* MTPS
 +
* MUL
 +
* DIV
 +
* ASH
 +
* ASHC
 +
 +
Use of these instructions with an ''operand'' in ROM, in ROM code which is to run on any of these processors, is thus not possible. This is, of course, easily avoided by loading the operand into a [[register]] first.
  
 
{{semi-stub}}
 
{{semi-stub}}
  
 
[[Category: QBUS ROMs]]
 
[[Category: QBUS ROMs]]

Latest revision as of 12:58, 5 July 2023

DEC produced several generations of QBUS ROM cards, initially specialized to a bootstrapping use. Those early ones also included QBUS terminators; some of the later were multi-function cards, and included other functionality.

A number of ROM memory cards were also available:

Multi-function cards which included ROMs included:

Use restrictions

Note that in the LSI-11 microprocessor, several instructions use a DATIO bus cycle to fetch source operands from main memory:

  • MTPS
  • MUL
  • DIV
  • ASH
  • ASHC

Use of these instructions with an operand in ROM, in ROM code which is to run on any of these processors, is thus not possible. This is, of course, easily avoided by loading the operand into a register first.