JPH044450A - Computer system - Google Patents

Computer system

Info

Publication number
JPH044450A
JPH044450A JP10517490A JP10517490A JPH044450A JP H044450 A JPH044450 A JP H044450A JP 10517490 A JP10517490 A JP 10517490A JP 10517490 A JP10517490 A JP 10517490A JP H044450 A JPH044450 A JP H044450A
Authority
JP
Japan
Prior art keywords
address
data
read
write
written
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP10517490A
Other languages
Japanese (ja)
Other versions
JP2769382B2 (en
Inventor
Masahiko Yamaguchi
雅彦 山口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP10517490A priority Critical patent/JP2769382B2/en
Publication of JPH044450A publication Critical patent/JPH044450A/en
Application granted granted Critical
Publication of JP2769382B2 publication Critical patent/JP2769382B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To secure compatibility during both writing time and reading-out time and, at the same time, to read out written data by utilizing another address when the same address as that of an original computer system is accessed by providing a specific register. CONSTITUTION:A register, in or from which the same data as those written in a control register can be written or read out based on the writing address or reading-out address designated by an address generating means, is provided. For a compatible computer system, the data written in the control register, from which the same data as those written by an original computer system cannot be read out, can be read out while the compatibility is secured.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 この発明は、コンピュータシステム、特に他のコンピュ
ータシステムとの互換性を保ちながら、これに新たな機
能を追加したコンピュータシステムに関するものである
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a computer system, and particularly to a computer system that has new functions added to it while maintaining compatibility with other computer systems.

[従来の技術〕 コンピュータシステムでは、ハードウェアとともに、ソ
フトウェアの重要性が認識されている。
[Prior Art] In computer systems, the importance of software as well as hardware has been recognized.

高機能のコンピュータシステムを実現するためには、ハ
ードウェアだけでなく質の高いソフトウェアも作成しな
ければならない。
In order to create a highly functional computer system, it is necessary to create not only hardware but also high-quality software.

しかし、進歩が急速な現代においてはメーカが単独でハ
ードウェア/ソフトウェア共に充実されることは困難に
なってきている。
However, in today's era of rapid progress, it is becoming difficult for manufacturers to independently improve both hardware and software.

そこで、他のコンピュータシステム向けに作成されたソ
フトウェアが使用できるようにした、いわゆる互換性機
能を持ったコンピュータシステムが多数実現されている
Therefore, many computer systems have been realized that have a so-called compatibility function that allows the use of software created for other computer systems.

このようなコンピュータシステムでは、ソフトウェアに
かかる開発コスト/開発時間1等を節約できるという利
点が得られる一方、互換性を保つ必要性り)ら、新たな
機能を追加することが難しい。
Although such computer systems have the advantage of saving software development costs and development time, it is difficult to add new functions due to the need to maintain compatibility.

互換性を保ちながら新たな機能の追加を行うことが互換
性機能を持ったコンピュータシステム開発の大きな課題
となっている。
Adding new functions while maintaining compatibility is a major challenge in developing computer systems with compatible functions.

この中の1つとして、オリジナルのコンピュータシステ
ムでは書込んだデータが読み出せない構造になっている
制御レジスタに対し、互換性を保ちながら書込んだデー
タと同じ値を読み出せるようにしたいという要求がある
One of these is the need to be able to read the same value as the written data while maintaining compatibility with the control register, which has a structure that makes it impossible to read the written data in the original computer system. There is.

例えば画面表示制御用コントローラのあるレジスタが、
書込む時には画面モードの設定用レジスタとして機能し
、読み出す時にはコントローラの動作状態を示すステー
タスレジスタとして機能するような場合、書込み時と読
出し時とではそのレジスタの機能が異なるため、この制
御レジスタに書込んだデータをそのまま読み出すことが
できない。
For example, a register with a screen display control controller is
When writing, it functions as a screen mode setting register, and when reading, it functions as a status register that indicates the operating status of the controller. Because the function of the register is different when writing and when reading, write to this control register. The entered data cannot be read out as is.

従来の互換機能を持ったコンピュータシステムでは、こ
の問題をソフトウェアで処理していた。
In conventional computer systems with compatibility functions, this problem was handled by software.

例えば書込み時にそのデータをメモリ上の特定の場所に
記憶しておき、同じ値を読み出す必要が生じた場合は、
コントローラからではなくそのメモリから読み出すよう
にする等の方法である。
For example, if you store the data in a specific location in memory when writing, and you need to read the same value,
For example, the data is read from its memory rather than from the controller.

〔発明が解決しようとする課題] しかしこのような方法では、直接コントローラの値を読
み出しているわけではないため、マルチタスク処理等の
ように複数のプログラムが並行して走っている場合など
、あるプログラムがコントローラの内容を勝手に書き換
えてしまうと、他のプログラムがメモリ内に保存してい
るコントローラへの書込みデータと実際にコントローラ
へ書込まれているデータとの間に違いが生じ、コンピュ
ータシステムが正常に動作しなくなる可能性がある等の
問題点があった。
[Problem to be solved by the invention] However, since this method does not directly read the value of the controller, there are cases where multiple programs are running in parallel, such as during multitasking. If a program rewrites the contents of the controller without permission, a difference will occur between the data written to the controller stored in memory by other programs and the data actually written to the controller, and the computer system There were problems such as the possibility that the system would not work properly.

この発明は、上記の問題点を解決するためになされたも
ので、書込み時には目的とする制御レジスタと同じアド
レスでアクセスされ、読出し時にはオリジナルのコンピ
ュータシステムでは未使用となっている別のアドレスで
アクセスされるように構成されたレジスタを設けること
により、オリジナルのコンピュータシステムと同じアド
レスをアクセスした場合には、書込み時/読出し時とも
に互換性が確保され、かつ別のアドレスを利用して書込
んだデータをそのまま読出すことも可能なコンピュータ
システムを得ることを目的とする。
This invention was made to solve the above problem. When writing, the target control register is accessed at the same address, and when reading, it is accessed at a different address that is unused in the original computer system. By providing a register that is configured so that the same address as the original computer system is accessed, compatibility is ensured both when writing and when reading, and when writing using a different address. It is an object of the present invention to obtain a computer system that can also read data as it is.

[課題を解決するための手段] この発明に係るコンピュータシステムは、読出しまたは
書込みアクセス時に機能が異なる制御レジスタと、制御
レジスタに対するアドレスと同一の書込みアドレスと、
読出しアドレスがアドレスとは異なる任意のアドレスを
指定するアドレス発生手段と、このアドレス発生手段に
より指定される書込みアドレスまたは読出しアドレスに
基づいて制御レジスタに書き込まれるデータと同一のデ
ータを書込みまたは読出し可能なレジスタとを設けたも
のである。
[Means for Solving the Problems] A computer system according to the present invention includes a control register that has different functions during read or write access, a write address that is the same as an address for the control register,
Address generation means for specifying an arbitrary address different from the read address, and the same data as the data written to the control register based on the write address or read address specified by the address generation means can be written or read. A register is provided.

[作用] この発明においては、制御レジスタへの書込みアクセス
が開始されると、アドレス発生手段がレジスタに対する
書込み用のアドレスを発生し、このアドレスに従ってレ
ジスタに制御レジスタに書き込まれるデータと同一のデ
ータが書き込まれる。
[Operation] In this invention, when a write access to the control register is started, the address generation means generates a write address for the register, and according to this address, the same data as the data written to the control register is written to the register. written.

そして、制御レジスタへの読出しアクセスが開始される
と、書込みデータとは異なるオリジナル機能に基づくデ
ータが読み出され互換性が保持される。
Then, when a read access to the control register is started, data based on an original function different from the write data is read out, and compatibility is maintained.

一方、アドレス発生手段がレジスタに対する書込みアド
レスとは異なる任意の読出しアドレスを発生すると、レ
ジスタに書き込まれたデータ、すなわち上記制御レジス
タに書き込まれたデータと同一のデータが読み出し可能
となる。
On the other hand, when the address generating means generates an arbitrary read address different from the write address for the register, the data written in the register, that is, the same data as the data written in the control register can be read.

[実施例] 第1図はこの発明の一実施例を示すコンピュータシステ
ムの構成を説明するブロック図であり、1はCPUで、
システムバス10に接続される各デバイスとのデータ処
理をメインメモリ2を介して処理し、処理結果を表示装
置8等に出力する処理を総括的に制御している。3は磁
気ディスクインタフェースで、磁気ディスク装置4とシ
ステムバス10とのデータ処理をインタフェースする。
[Embodiment] FIG. 1 is a block diagram illustrating the configuration of a computer system showing an embodiment of the present invention, in which 1 is a CPU;
Data processing with each device connected to the system bus 10 is performed via the main memory 2, and processing for outputting the processing results to the display device 8 or the like is generally controlled. A magnetic disk interface 3 interfaces data processing between the magnetic disk device 4 and the system bus 10.

5はキーボードインタフェースで、キーボード6からの
キー人力データとシステムバス1oとのデ−夕処理をイ
ンタフェースする。7は画面制御コントローラで、画面
制御用の種々の制御レジスタを備え、表示装置8へのデ
ータ出力をコントロールしている。
Reference numeral 5 denotes a keyboard interface, which interfaces key data from the keyboard 6 with data processing with the system bus 1o. A screen control controller 7 includes various control registers for screen control, and controls data output to the display device 8.

9は書込みデータ読出し回路で、この実施例におけるレ
ジスタ、アドレス発生手段を備えている。
Reference numeral 9 denotes a write data read circuit, which includes a register and address generation means in this embodiment.

第2図は、第1図に示した書込みデータ読出し回路9の
構成を説明する回路ブロック図であり、第1図と同一の
ものには同じ符号を付しである。
FIG. 2 is a circuit block diagram illustrating the configuration of the write data read circuit 9 shown in FIG. 1, and the same components as in FIG. 1 are given the same reference numerals.

図において、11はアドレスデコーダで、書込みデータ
ラッチ回路12(例えばD型のフリップフロップで構成
される)に対する書込みアドレス、読出しアドレスを後
述するような異なるアドレスを発生する。すなわち、シ
ステムバス10を構成するアドレスバス上のアドレスを
解析して、制御レジスタに対する書込みアドレスが発生
すると、この書込みアドレスと同一の書込みアドレス(
この実施例では300H)を指定し、制御レジスタに書
込まれるデータと同一のデータを書込みデータラッチ回
路12に保持させる。一方、システムバス10を構成す
るアドレスバス上のアドレスを解析して、書込みアドレ
スとは異なる任意指定可能な読出しアドレス(この実施
例では400H)を発生する。
In the figure, reference numeral 11 denotes an address decoder, which generates different addresses as a write address and a read address for the write data latch circuit 12 (for example, composed of a D-type flip-flop) as will be described later. That is, when an address on the address bus constituting the system bus 10 is analyzed and a write address to a control register is generated, a write address (
In this embodiment, 300H) is specified, and the write data latch circuit 12 is made to hold the same data as the data written to the control register. On the other hand, the address on the address bus constituting the system bus 10 is analyzed to generate an arbitrarily specifiable read address (400H in this embodiment) different from the write address.

14は例えばアンドゲート等で構成されるロジック回路
群で、システムバス10上のアクセス制御線(読出し信
号、書込み信号)の内容と上記書込みアドレス、読出し
アドレスとを論理演算し、書込みデータラッチ回路12
(例えばD型のフリップフロップで構成される)に対す
るラッチ信号または出力イネーブル信号を出力する。
14 is a logic circuit group composed of, for example, an AND gate, which performs a logical operation on the contents of the access control line (read signal, write signal) on the system bus 10 and the write address, read address, and outputs the write data latch circuit 12.
output a latch signal or an output enable signal for (for example, a D-type flip-flop).

13はデータ出力バッファ回路で、ロジック回路群14
から出力される出力イネーブル信号に基づいて書込みデ
ータラッチ回路12にラッチされた画面制御コントロー
ラ7の制御レジスタに書込まれたデータと同一のデータ
をシステムバス10に出力する。
13 is a data output buffer circuit, and logic circuit group 14
Based on the output enable signal output from the write data latch circuit 12, the same data as the data written to the control register of the screen control controller 7 is output to the system bus 10.

このように構成されたコンピュータシステムにおいて、
制御レジスタへの書込みアクセスが開始されると、アド
レス発生手段(この実施例ではアドレスデコーダ11等
よりなり)がレジスタ(この実施例では書込みデータラ
ッチ回路12より構成される)に対する書込み用のアド
レスを発生し、このアドレスに従ってレジスタに制御レ
ジスタに書き込まれるデータと同一のデータが書き込ま
れる。
In a computer system configured in this way,
When a write access to the control register is started, the address generation means (comprising the address decoder 11 in this embodiment) generates a write address for the register (comprising the write data latch circuit 12 in this embodiment). The same data that is written to the control register is written to the register according to this address.

そして、制御レジスタへの読出しアクセスが開始される
と、書込みデータとは異なるオリジナルの機能に基づ(
データが読み出され互換性が保持される。
Then, when a read access to the control register is initiated, it is based on the original function (
Data is read and compatibility is maintained.

一方、アドレスデコーダ11が制御レジスタに対する書
込みアドレスとは異なる任意の読出しアドレスを発生す
ると、書込みデータラッチ回路12に書き込まれたデー
タ、すなわち上記制御レジスタに書き込まれたデータと
同一のデータが読−み出し可能となる。
On the other hand, when the address decoder 11 generates an arbitrary read address different from the write address for the control register, the data written to the write data latch circuit 12, that is, the same data as the data written to the control register, is read. It becomes possible to take out.

以下、第3図、第4図を参照しながら第2図に示した書
込みデータ読出し回路9のデータ処理動作について説明
する。
The data processing operation of the write data read circuit 9 shown in FIG. 2 will be described below with reference to FIGS. 3 and 4.

第3図は、第1図に示した画面制御コントローラ7内の
各制御レジスタのアドレスと機能との対応を説明する相
関図であり、アドレス301H〜303Hは読出し/書
込み時ともに同一機能となるが、アドレス300Hは、
読出し/書込み時で機能が異なるため、上記アドレス3
QOHに対応する制御レジスタの内容を読出すことはで
きない。
FIG. 3 is a correlation diagram illustrating the correspondence between the addresses and functions of each control register in the screen control controller 7 shown in FIG. , address 300H is
Since the function is different when reading/writing, the address 3 above is
The contents of the control register corresponding to QOH cannot be read.

第4図は、第2図に示した書込みデータ読出し回路9に
よるアドレス指定とその機能処理の相対関係を示す相関
図であり、CPU1がアドレス300Hへの書込みアク
セスを指示されると、画面制御コントローラ7が制御レ
ジスタ(アドレス300H)にモード設定を行うが、こ
れに並行して同一の書込みデータが書込みデータラッチ
回路12に書込まれる。一方、CPU 1がアドレス3
00Hへの読出しアクセスを指示すると、アドレスデコ
ーダ11がアドレス300Hを発生し、アドレス300
Hのステータスが読出し可能とな7す、互換性を担保す
る。
FIG. 4 is a correlation diagram showing the relative relationship between address designation by the write data reading circuit 9 shown in FIG. 2 and its functional processing. When the CPU 1 is instructed to write access to address 300H, 7 sets the mode in the control register (address 300H), and in parallel with this, the same write data is written into the write data latch circuit 12. On the other hand, CPU 1 is at address 3
When a read access to 00H is instructed, the address decoder 11 generates address 300H;
The status of H is readable to ensure compatibility.

一方、CPU1がアドレス400Hを指定すると、書込
みデータラッチ回路12に書込まれたデータ(画面制御
コントローラ7が制御レジスタに書き込んだデータ)が
データ出力バッファ回路13よりシステムバス10に出
力される。
On the other hand, when the CPU 1 specifies address 400H, the data written to the write data latch circuit 12 (data written to the control register by the screen control controller 7) is outputted from the data output buffer circuit 13 to the system bus 10.

今、画面制御コントローラ7のレジスタおよび機能が第
3図に示すようになっているものとする。また、書込み
データ読出し回路9のアドレスおよび機能が第4図に記
述されるようになっているものとする。
It is now assumed that the registers and functions of the screen control controller 7 are as shown in FIG. It is also assumed that the address and function of the write data read circuit 9 are as described in FIG.

画面制御コントローラ7内のレジスタのうち、アドレス
301H〜303Hまでのレジスタは書込み時/読出し
時とも同じ機能であり、書込んだデータがそのまま読出
し可能である。
Among the registers in the screen control controller 7, the registers at addresses 301H to 303H have the same function during writing and reading, and written data can be read as is.

これに対して、アドレス300Hのレジスタは書込み時
と読出し時では機能が異なるため、そのまま書込んだデ
ータを読み出すことはできない。
On the other hand, since the register at address 300H has different functions during writing and reading, the written data cannot be read as is.

そこで、書込みデータ読出し回路9のアドレスを、書込
み時にはアドレス300H1読出し時には400Hとな
るようにアドレスデコーダ11がアドレスを発生する。
Therefore, the address decoder 11 generates an address such that the address of the write data read circuit 9 becomes address 300H during writing and 400H during reading.

これにより、CPU1がアドレス300Hに書き込みを
した場合は、画面制御コントローラ7内のアドレス30
0Hの制御レジスタと、書込みデータ読出し回路9の双
方に同一データが書き込まれる。また、CPU1がアド
レス300Hを読み出した場合は、オリジナルのコンピ
ュータシステムと同様、画面制御コントローラ7内のス
テータスを読み出すことができる。
As a result, when the CPU 1 writes to the address 300H, the address 300 in the screen control controller 7
The same data is written to both the 0H control register and the write data read circuit 9. Further, when the CPU 1 reads out the address 300H, the status in the screen control controller 7 can be read out as in the original computer system.

一方、CPU1がアドレス400Hを読み出した場合は
、書込みデータ読出し回路9の内容、すなわち画面制御
コントローラ7内のアドレス300Hの制御レジスタに
書き込まれたデータをそのまま読み出すことができる。
On the other hand, when the CPU 1 reads the address 400H, the contents of the write data reading circuit 9, that is, the data written in the control register at the address 300H in the screen control controller 7 can be read as is.

つまり、アドレス300Hをアクセスする限りにおいて
は、書込みデータ読出し回路9が存在しない場合と全く
同様に動作するため、個々でオリジナルのコンピュータ
システムとの互換性が保たれる。
In other words, as long as the address 300H is accessed, the operation is exactly the same as when the write data read circuit 9 does not exist, so compatibility with the individual original computer systems is maintained.

また、アドレス400Hの内容を読み出すことより、オ
リジナルのコンピュータシステムでは読み出し不能であ
ったアドレス300Hへの書込みデータを読み出すこと
も可能となり、他の機能処理に有効なデータをモニタす
ることができる。
Furthermore, by reading the contents of address 400H, it becomes possible to read data written to address 300H, which could not be read in the original computer system, and data useful for other functional processes can be monitored.

第5図は、第1図に示した書込みデータ読出し回路9の
データ処理手順の一例を説明するフローチャートである
。なお、 (1)〜(7)は各ステップ示す。
FIG. 5 is a flowchart illustrating an example of a data processing procedure of the write data reading circuit 9 shown in FIG. Note that (1) to (7) indicate each step.

先ず、読出し/書込み時で機能が異なる特定の制御レジ
スタのアクセスが指定されているかどうか判定しく1)
、YESならばアクセス種別が書込みアクセスかどうか
を判定しく2)、YESならば制御レジスタに書込むデ
ータと同一データをアドレスデコーダ11から指定され
る書込みアドレスに基づいて書込みデータラッチ回路1
2に書込み(3)、他の処理に移行する。
First, it is necessary to determine whether access to a specific control register with different functions for reading/writing is specified.1)
, if YES, it is determined whether the access type is write access 2), if YES, the same data as the data to be written to the control register is sent to the write data latch circuit 1 based on the write address specified from the address decoder 11.
2 (3) and move on to other processing.

一方、ステップ(2)の判断でNoの場合は、読み出し
アドレスが制御レジスタに対する書込みアドレスと同一
かどうかを判定しく41.YESならばステータスを読
み出しく5)、他の処理に移行し、Noならば書込みデ
ータラッチ回路12に対するラッチアドレスが指定され
ているかどうかを判定しく6)、NOならば他の処理に
移行し、YESならば制御レジスタへの書込みデータと
同一のデータをシステムバス1o上に出力しく7)、他
の処理に移行する。
On the other hand, if the determination in step (2) is No, it is determined whether the read address is the same as the write address for the control register.41. If YES, read the status 5) and proceed to other processing; if No, determine whether the latch address for the write data latch circuit 12 is specified 6); if NO, proceed to other processing, If YES, the same data as the data written to the control register is output onto the system bus 1o (7), and the process moves on to other processing.

なお、上記実施例では書込みデータラッチ回路12に対
する読出しアドレスおよび書込みアドレスをアドレス発
生手段を構成するアドレスデコーダ11により指示する
場合について説明したが、第6図に示すように、読出し
アドレスおよび書込みアドレスを個別のデイツプスイッ
チ15(読出し用)、デイツプスイッチ17(書込み用
)を設け、システムバス10上のアドレスと各デイツプ
スイッチ15.デイツプスイツチ17で指定されたアド
レスを比較するアドレス比較回路16゜18を図示され
るように設けることにより、アドレス指定の自由度を高
めることが可能となる。
In the above embodiment, the case where the read address and the write address to the write data latch circuit 12 are instructed by the address decoder 11 constituting the address generation means has been explained, but as shown in FIG. Separate dip switches 15 (for reading) and dip switches 17 (for writing) are provided, and addresses on the system bus 10 and each dip switch 15. By providing address comparison circuits 16 and 18 as shown in the figure for comparing addresses designated by the dip switch 17, it is possible to increase the degree of freedom in address designation.

第6図は、第2図に示したアドレスデコーダ11の他の
構成を説明する回路ブロック図であり、第1図と同一の
ものには同じ符号を付しである。
FIG. 6 is a circuit block diagram illustrating another configuration of the address decoder 11 shown in FIG. 2, and the same components as in FIG. 1 are given the same reference numerals.

21は例えばアンドゲート等で構成されるロジック回路
群で、システムバス1o上のアクセス制御線(読出し信
号、書込み信号)の内容と上記書込みアドレス、読出し
アドレスとを論理演算し、書込みデータラッチ回路19
(例えばD型のフリップフロップで構成される)に対す
るラッチ信号または出力イネーブル信号を出力する。
21 is a logic circuit group composed of, for example, an AND gate, which performs a logical operation on the contents of the access control line (read signal, write signal) on the system bus 1o and the above-mentioned write address, read address, and outputs the write data latch circuit 19.
output a latch signal or an output enable signal for (for example, a D-type flip-flop).

20はデータ出力バッファ回路で、ロジック回路群21
から出力される出力イネーブル信号に基づいて、書込み
データラッチ回路19にラッチされた画面制御コントロ
ーラ7の制御レジスタに書込まれたデータと同一のデー
タをシステムバス1oに出力する。なお、データ処理は
書込みアドレス、読出しアドレスのアドレス指定のみが
上記実施例と異なるので説明は省略する。
20 is a data output buffer circuit, and logic circuit group 21
Based on the output enable signal output from the write data latch circuit 19, the same data as the data written in the control register of the screen control controller 7, which is latched by the write data latch circuit 19, is output to the system bus 1o. Note that the data processing differs from the above embodiment only in address designation of write addresses and read addresses, so a description thereof will be omitted.

[発明の効果] 以上説明したように、この発明は読出しまたは書込みア
クセス時に機能が異なる制御レジスタと、制御レジスタ
に対するアドレスと同一の舞込みアドレスと、読出しア
ドレスがアドレスとけ異なる任意のアドレスを指定する
アドレス発生手段と、このアドレス発生手段により指定
される書込みアドレスまたは読出しアドレスに基づいて
制御レジスタに書き込まれるデータと同一のデータを書
込みまたは読出し可能なレジスタとを設けたので、互換
機能を持ったコンピュータシステムにおいて、オリジナ
ルのコンピュータシステムで書込んだデータと同じデー
タを読出すことが不能な制御レジスタに対し、互換性を
担保しつつ、制御レジスタに書き込まれたデータを読み
出すことが可能な互換機能を有するコンピュータシステ
ムの実現が容易となる等の効果を奏する。
[Effects of the Invention] As explained above, the present invention specifies control registers with different functions during read or write access, a drop-in address that is the same as the address for the control register, and an arbitrary address where the read address is different from the address. Since an address generating means and a register capable of writing or reading the same data as the data written to the control register based on the write address or read address specified by the address generating means are provided, a computer with compatible functions can be used. In the system, a compatibility function has been added that allows the system to read the data written to the control register while ensuring compatibility for the control register, which cannot read the same data as the data written in the original computer system. This has the effect of making it easier to realize a computer system that has a computer system.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の一実施例を示すコンピュータシステ
ムの構成を説明するブロック図、第2図は、第1図に示
した書込みデータ読出し回路の構成を説明する回路ブロ
ック図、第3図は、第1図に示した画面制御コントロー
ラ内の各制御レジスタのアドレスと機能との対応を説明
する相関図、第4図は、第2図に示した書込みデータ読
出し回路によるアドレス指定とその機能処理の相対関係
を示す相関図、第5図は、第1図に示した書込みデータ
読出し回路のデータ処理手順の一例を説明するフローチ
ャート、第6図は、第2図に示したアドレスデコーダの
他の構成を説明する回路ブロック図である。 図中、1はCPU、2はメインメモリ、3は磁気インタ
フェース、4は磁気ディスク装置、5はキーボードイン
タフェース、6はキー糸−ド、7は画面制御コントロー
ラ、8は表示装置、9は書込みデータ読出し回路である
FIG. 1 is a block diagram illustrating the configuration of a computer system showing an embodiment of the present invention, FIG. 2 is a circuit block diagram illustrating the configuration of the write data read circuit shown in FIG. 1, and FIG. , a correlation diagram explaining the correspondence between the addresses and functions of each control register in the screen control controller shown in Fig. 1, and Fig. 4 shows address designation and its functional processing by the write data reading circuit shown in Fig. 2. FIG. 5 is a flowchart illustrating an example of the data processing procedure of the write data read circuit shown in FIG. 1, and FIG. 6 is a correlation diagram showing the relative relationship between FIG. 2 is a circuit block diagram illustrating the configuration. In the figure, 1 is a CPU, 2 is a main memory, 3 is a magnetic interface, 4 is a magnetic disk device, 5 is a keyboard interface, 6 is a keypad, 7 is a screen control controller, 8 is a display device, and 9 is write data This is a readout circuit.

Claims (1)

【特許請求の範囲】[Claims] 他のシステムとの互換性機能を有するコンピュータシス
テムにおいて、読出しまたは書込みアクセス時に機能が
異なる制御レジスタと、前記制御レジスタに対するアド
レスと同一の書込みアドレスと、読出しアドレスが前記
アドレスとは異なる任意のアドレスを指定するアドレス
発生手段と、このアドレス発生手段により指定される書
込みアドレスまたは読出しアドレスに基づいて前記制御
レジスタに書き込まれるデータと同一のデータを書込み
または読出し可能なレジスタとを具備したことを特徴と
するコンピュータシステム。
In a computer system having a compatibility function with other systems, a control register with a different function during read or write access, a write address that is the same as the address for the control register, and an arbitrary address whose read address is different from the above address. It is characterized by comprising a designated address generating means and a register capable of writing or reading the same data as the data written to the control register based on the write address or read address designated by the address generating means. computer system.
JP10517490A 1990-04-23 1990-04-23 Information processing device Expired - Fee Related JP2769382B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10517490A JP2769382B2 (en) 1990-04-23 1990-04-23 Information processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10517490A JP2769382B2 (en) 1990-04-23 1990-04-23 Information processing device

Publications (2)

Publication Number Publication Date
JPH044450A true JPH044450A (en) 1992-01-08
JP2769382B2 JP2769382B2 (en) 1998-06-25

Family

ID=14400317

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10517490A Expired - Fee Related JP2769382B2 (en) 1990-04-23 1990-04-23 Information processing device

Country Status (1)

Country Link
JP (1) JP2769382B2 (en)

Also Published As

Publication number Publication date
JP2769382B2 (en) 1998-06-25

Similar Documents

Publication Publication Date Title
KR100344132B1 (en) A device for a computer memory interface, a portable mobile computer and a method for fetching program instructions and performing a data write / read request on the computer
WO2004079583A1 (en) Data transfer controller and dma data transfer control method
JPH0612863A (en) Dual port dram
JPH044450A (en) Computer system
US4628450A (en) Data processing system having a local memory which does not use a directory device with distributed resident programs and a method therefor
JPH0337897A (en) Microcomputer
JPH0877143A (en) Vector data processor
JPH044451A (en) Computer system
JPH08255034A (en) Low power consumption type data processor
JP3197045B2 (en) Extended central processing unit
JP3217815B2 (en) Address translation method
JPH0259495B2 (en)
JPS61237145A (en) Controlling system for store buffer
JPS6069745A (en) Data addressing system
JPS63237143A (en) Programmable controller
JPH0556545B2 (en)
JPS62103739A (en) Execution address tracing circuit
JPH04305783A (en) Microcomputer
JPH03175543A (en) Data processor
JP2002014944A (en) Exclusive control flag generation circuit and exclusive control method for processor system
JPS6227423B2 (en)
JPH08272603A (en) Data processor
JPS5932813B2 (en) Data transfer method
JPH07210466A (en) Virtual computer system
JPS63104156A (en) Information processor

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees