JPH04291642A - Cache control system - Google Patents

Cache control system

Info

Publication number
JPH04291642A
JPH04291642A JP3056833A JP5683391A JPH04291642A JP H04291642 A JPH04291642 A JP H04291642A JP 3056833 A JP3056833 A JP 3056833A JP 5683391 A JP5683391 A JP 5683391A JP H04291642 A JPH04291642 A JP H04291642A
Authority
JP
Japan
Prior art keywords
cache memory
data
cache
processor
bus
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.)
Withdrawn
Application number
JP3056833A
Other languages
Japanese (ja)
Inventor
Yasutomo Sakurai
康智 桜井
Kiyoshi Sudo
清 須藤
Koichi Odawara
小田原 孝一
Kenji Hoshi
星 健二
Eiji Kanetani
英治 金谷
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3056833A priority Critical patent/JPH04291642A/en
Publication of JPH04291642A publication Critical patent/JPH04291642A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To reduce the operation ratio of a common bus to be accessed to a main storage device and to improve the performance of a cache control system for multiprocessor system. CONSTITUTION:In the multiprocessor system constituted so that plural processors 21 to 2n are connected to the main storage device 1 through the common bus 3 and each processor is provided with an exclusive cache memory 5, reads out objective data from its own cache memory 5 when the data concerned are stored in its own cache memory 5, or reads out the data concerned from the device 1 when the data are not stored in the cache memory 5, the cache memories 5 in respective processors 21 to 2n are connected through a cache bus 8 independent of the common bus 3 so that when data not stored in the cache memory of a certain processor are stored in another cache memory, the data are read out from the other cache memory through the bus 8.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、マルチプロセッサシス
テムのキャッシュ制御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a cache control method for a multiprocessor system.

【0002】主記憶装置とプロセッサを用いた情報処理
システムでは、主記憶装置に対するアクセスを実質的に
高速化するため、プロセッサにキャッシュメモリを付設
することが行われている。このキャッシュメモリは小容
量で比較的高速なメモリを用いて構成されており、主記
憶装置内の関連するデータを予めブロック単位でキャッ
シュメモリにコピーして保持しておき、プロセッサから
主記憶装置にアクセスする場合に、まず該当するデータ
がキャッシュメモリに格納されているか否かを検索し、
該当するデータがあればキャッシュメモリ上から当該デ
ータを読み出し、キャッシュメモリ上に該当するデータ
が格納されていない場合に初めて主記憶装置にアクセス
して該当データを読み出すようにしたものである。
In an information processing system using a main memory device and a processor, a cache memory is attached to the processor in order to substantially speed up access to the main memory device. This cache memory is configured using a small-capacity, relatively high-speed memory, and the related data in the main memory is copied and held in the cache memory in blocks in advance, and the data is transferred from the processor to the main memory. When accessing, first search whether the corresponding data is stored in the cache memory,
If the relevant data is present, the relevant data is read from the cache memory, and only when the relevant data is not stored in the cache memory, the main storage device is accessed and the relevant data is read.

【0003】0003

【従来の技術】近年、上記のような情報処理システムに
おいても、さらに高速化を図るため、複数のプロセッサ
を用いたいわゆるマルチプロセッサ構成のシステムが主
流になりつつある。図1に、この従来のマルチプロセッ
サシステムの例を示す。
2. Description of the Related Art In recent years, in order to further increase the speed of information processing systems as described above, so-called multi-processor configuration systems using a plurality of processors have become mainstream. FIG. 1 shows an example of this conventional multiprocessor system.

【0004】図中、1は主記憶装置、21 〜2n は
プロッセッサ、3は主記憶装置と各プロセッサ間を結ぶ
共通バスである。n個の各プロセッサ21 〜2n は
それぞれ同一の内部構造になり、プログラムを実行する
命令処理ユニット(IPU)4、キャッシュメモリ5、
自己のキャッシュメモリ5に格納されたデータのアドレ
ス情報を格納するタグ6、共通バス用のインターフェー
ス(I/F)コンバータ7から構成されている。
In the figure, 1 is a main memory, 21 to 2n are processors, and 3 is a common bus connecting the main memory and each processor. Each of the n processors 21 to 2n has the same internal structure, and includes an instruction processing unit (IPU) 4 that executes a program, a cache memory 5,
It is composed of a tag 6 that stores address information of data stored in its own cache memory 5, and an interface (I/F) converter 7 for a common bus.

【0005】例えば、いま#1のプロセッサ21 にお
いて主記憶装置1から所定のデータを読み出すために、
命令処理ユニット4から当該データのアドレス情報が共
通バス用I/Fコンバータ7に出力されると、共通バス
用I/Fコンバータ7は当該アドレス情報がタグ6に格
納されているか否かを検索する。そして、該当するアド
レス情報が存在する場合、キャッシュメモリ5から当該
アドレス位置のデータを読み出してプロセッサ4に送る
。 一方、タグ6に該当するアドレス情報が存在しない場合
、共通バス3を通じて主記憶装置1にアクセスし、該当
するデータを読み出して命令処理ユニット4に送る。
For example, in order to read predetermined data from the main memory device 1 in the #1 processor 21,
When the address information of the data is output from the instruction processing unit 4 to the common bus I/F converter 7, the common bus I/F converter 7 searches whether or not the address information is stored in the tag 6. . If the corresponding address information exists, the data at the address position is read from the cache memory 5 and sent to the processor 4. On the other hand, if the address information corresponding to the tag 6 does not exist, the main storage device 1 is accessed through the common bus 3, the corresponding data is read out, and the data is sent to the instruction processing unit 4.

【0006】[0006]

【発明が解決しようとする課題】上記した従来のマルチ
プロセッサシステムの場合、多重化されるプロセッサ2
1 〜2n の数が多ければ多い程主記憶装置1に対す
るアクセス頻度が高くなり、主記憶装置1と各プロセッ
サ21 〜2n を結ぶ共通バス3の稼働(Busy)
率がそれだけ増加する。したがって、共通バス3の稼動
率が増加すると、主記憶装置1に対するアクセスにそれ
だけ時間がかかり、期待したほどの性能が得られなくな
る。このように、マルチプロセッサシステムでは、共通
バスの稼動率からシステムの最大プロセッサ数が決まっ
てしまうため、共通バスの稼動率を如何に低減させるか
が重要な課題となる。
Problem to be Solved by the Invention In the case of the above-mentioned conventional multiprocessor system, multiplexed processors 2
The larger the number of processors 21 to 2n, the higher the frequency of access to the main storage device 1, and the busier the common bus 3 connecting the main storage device 1 and each processor 21 to 2n is.
The rate increases accordingly. Therefore, as the operating rate of the common bus 3 increases, it takes longer to access the main storage device 1, making it impossible to obtain the expected performance. In this manner, in a multiprocessor system, the maximum number of processors in the system is determined by the operating rate of the common bus, so how to reduce the operating rate of the common bus becomes an important issue.

【0007】本発明は、上記事情に基づきなされたもの
で、その目的とするところは、主記憶装置にアクセスす
る共通バスの稼動率をできるだけ低減してシステムの性
能向上を図ったキャッシュ制御方式を提供することであ
る。
The present invention has been made based on the above circumstances, and its object is to provide a cache control method that improves system performance by reducing the operating rate of a common bus that accesses the main storage device as much as possible. It is to provide.

【0008】[0008]

【課題を解決するための手段】本発明のキャッシュ制御
方式は、図1にその原理を示すように、共通バス3を介
して複数のプロセッサ21 〜2nを主記憶装置1に接
続したマルチプロセッサシステムであって、各プロセッ
サにそれぞれ専用のキャッシュメモリ5を設け、自己の
キャッシュメモリ上に目的のデータがある場合には当該
キャッシュメモリから該当データを読み出し、目的のデ
ータが存在しない場合には共通バスを介して主記憶装置
から該当データを読み出すようにしたマルチプロセッサ
システムにおいて、前記各プロセッサ21 〜22 の
キャッシュメモリ5間を共通バス3とは独立のキャッシ
ュ専用バス8で接続し、自己のキャッシュメモリ上に存
在しないデータが他のキャッシュメモリ上に存在すると
きは前記キャッシュ専用バスを通じて他のキャッシュメ
モリから該当データを読み出すようにしたものである。
[Means for Solving the Problems] The cache control method of the present invention, as shown in its principle in FIG. Each processor is provided with its own dedicated cache memory 5, and when the desired data exists in its own cache memory, the corresponding data is read from the cache memory, and when the desired data does not exist, it is read from the common bus. In a multiprocessor system in which the corresponding data is read from the main memory via When data that does not exist on the above cache memory exists on another cache memory, the corresponding data is read from the other cache memory through the cache dedicated bus.

【0009】[0009]

【作  用】自己のキャッシュメモリ上に目的とするデ
ータが存在しない場合でも、目的とするデータが他のプ
ロセッサのキャシュメモリ上に存在する限り、キャッシ
ュ専用バス8を通じてこれを読み出して利用することが
できる。したがって、各プロセッサにおけるキャッシュ
メモリの見かけ上のヒット率がその分だけ向上し、主記
憶装置1に対するアクセス回数を減らすことができる。 この結果、共通バス3の稼動率をそれだけ低減すること
ができる。
[Operation] Even if the target data does not exist in its own cache memory, as long as the target data exists in the cache memory of another processor, it can be read and used through the cache dedicated bus 8. can. Therefore, the apparent hit rate of the cache memory in each processor is improved accordingly, and the number of accesses to the main storage device 1 can be reduced. As a result, the operating rate of the common bus 3 can be reduced accordingly.

【0010】0010

【実施例】以下、図面を参照して本発明の実施例につき
説明する。図2は、本発明方式を適用して構成したマル
チプロセッサシステムの一実施例を示す。この実施例は
、二つのプロセッサ21 ,22 を用いたマルチプロ
セッサシステムの例であって、図中、8はプロセッサ2
1 ,22の各キャッシュメモリ5間を結ぶキャッシュ
専用バス、9はキャッシュ専用バス用のインターフェー
ス(I/F)コンバータ、10は他のプロセッサのキャ
ッシュメモリ5に格納されているデータのアドレス情報
をコピーして格納するタグである。なお、図3と同一回
路には同一の符号を付してその説明を省略する。
Embodiments Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 2 shows an embodiment of a multiprocessor system configured by applying the method of the present invention. This embodiment is an example of a multiprocessor system using two processors 21 and 22, and in the figure, 8 is the processor 2.
A cache dedicated bus connecting each cache memory 5 of 1 and 22, 9 an interface (I/F) converter for the cache dedicated bus, and 10 copying address information of data stored in the cache memory 5 of another processor. This is a tag that is stored as Note that circuits that are the same as those in FIG. 3 are given the same reference numerals and their explanations will be omitted.

【0011】#1および#2のプロセッサ21 ,22
 のキャッシュメモリ5には、それぞれのプログラム実
行中において、共通バス3を介して主記憶装置1からブ
ロック単位で必要なデータが読み出されて保持される。 このキャッシュメモリ4に保持された各データのアドレ
ス情報は、それぞれのキャッシュメモリ5と対をなすタ
グ6にそれぞれ格納記憶される。
#1 and #2 processors 21 and 22
Necessary data is read out from the main storage device 1 in block units via the common bus 3 and held in the cache memory 5 during the execution of each program. The address information of each piece of data held in this cache memory 4 is stored in each tag 6 paired with each cache memory 5.

【0012】#1のプロセッサ21 のタグ10には、
#2のプロセッサ22 のタグ6に格納されているアド
レス情報がコピーして格納されている。また、#2のプ
ロセッサ22 のタグ10には、#1のプロセッサ21
 のタグ6に格納されているアドレス情報がコピーして
格納されている。この各タグ9に対する他方のプロセッ
サのキャッシュメモリのアドレス情報の書き込みは、例
えば、各プロセッサ毎に共通バス3を常時モニターし、
他方のプロセッサのキャッシュメモリ5とタグ6に対し
て主記憶装置1から所定のデータとそのアドレス情報が
出力された時に、共通バス3を通じてそのアドレス情報
を読み取って自己のタグ10に書き込むなどすることに
より実現される。
The tag 10 of the #1 processor 21 has the following information:
The address information stored in the tag 6 of processor 22 #2 is copied and stored. In addition, the tag 10 of the #2 processor 22 includes the #1 processor 21
The address information stored in the tag 6 of is copied and stored. The writing of the address information of the cache memory of the other processor to each tag 9 is performed by, for example, constantly monitoring the common bus 3 for each processor.
When predetermined data and its address information are output from the main memory 1 to the cache memory 5 and tag 6 of the other processor, the address information is read through the common bus 3 and written to its own tag 10. This is realized by

【0013】次に、上記実施例の動作を説明する。いま
#1のプロセッサ21 が主記憶装置1に対して所定の
データのリードアクセスを開始すると、そのアドレス情
報が共通バス用I/Fコンバータ7とキャッシュ専用バ
ス用I/Fコンバータ9のそれぞれに送られる。このア
ドレス情報に基づいて、共通バス用I/Fコンバータ7
はタグ6を検索し、当該アドレス情報のデータが自己の
キャッシュメモリ5上に存在するか否かを判定する。同
時に、キャッシュ専用バス用I/Fコンバータ9はタグ
10を検索し、当該アドレス情報のデータが他方のプロ
セッサ22 のキャッシュメモリ5上に存在するか否か
を判定する。
Next, the operation of the above embodiment will be explained. When the #1 processor 21 starts read access of predetermined data to the main memory 1, the address information is sent to the common bus I/F converter 7 and the cache dedicated bus I/F converter 9, respectively. It will be done. Based on this address information, the common bus I/F converter 7
searches the tag 6 and determines whether data of the address information exists on its own cache memory 5. At the same time, the cache dedicated bus I/F converter 9 searches the tag 10 and determines whether data of the address information exists on the cache memory 5 of the other processor 22.

【0014】タグ6において当該アドレス情報がヒット
された場合、自己のキャッシュメモリ5上に該当するデ
ータが存在することを示している。したがって、この場
合には、自己のキャッシュメモリ5から該当するアドレ
ス位置のデータを読み出す。
[0014] If the address information is hit in the tag 6, this indicates that the corresponding data exists in the own cache memory 5. Therefore, in this case, data at the corresponding address position is read from its own cache memory 5.

【0015】また、タグ6では当該アドレス情報をヒッ
トできなかったが、タグ10においてヒットした場合、
該当するデータは自己のキャッシュメモリ5上には存在
しないが、#2のプロセッサ22 のキャッシュメモリ
5上に存在することを示している。したがって、この場
合には、キャッシュ専用バス用I/Fコンバータ9はキ
ャッシュ専用バス8を介して#2のプロセッサ22 の
キャッシュメモリ5にアクセスし、該当するアドレス位
置のデータを読み出す。
[0015]Also, tag 6 could not hit the address information, but if tag 10 hit,
This indicates that the corresponding data does not exist on its own cache memory 5, but exists on the cache memory 5 of processor 22 #2. Therefore, in this case, the cache-only bus I/F converter 9 accesses the cache memory 5 of the #2 processor 22 via the cache-only bus 8 and reads the data at the corresponding address position.

【0016】さらに、タグ6とタグ10のいずれにおい
ても当該アドレス情報をヒットできなかった場合、該当
するデータは自己のキャッシュメモリ5および他方のプ
ロセッサ22 のキャッシュメモリ5のいずれにも存在
しないことを示している。したがって、この場合に初め
て、キャッシュ専用バス用I/Fコンバータ9は共通バ
ス3を介して主記憶装置1にアクセスし、主記憶装置1
から該当するデータを読み出す。
Furthermore, if the address information cannot be hit in either tag 6 or tag 10, it is determined that the corresponding data does not exist in either its own cache memory 5 or the cache memory 5 of the other processor 22. It shows. Therefore, in this case, for the first time, the cache dedicated bus I/F converter 9 accesses the main storage device 1 via the common bus 3, and
Read the corresponding data from.

【0017】このようにして、自己のキャッシュメモリ
上に目的のデータが存在しない場合でも、他のプロセッ
サのキャッシュメモリ上に該当するデータが存在する場
合には、そのプロセッサのキャッシュメモリから当該デ
ータを読み出して利用できるようになる。
In this way, even if the target data does not exist in its own cache memory, if the corresponding data exists in the cache memory of another processor, the data is retrieved from the cache memory of that processor. It can be read and used.

【0018】なお、上記実施例は、各プロセッサに他の
キャッシュメモリのアドレス情報をコピーして格納する
タグ10を付設し、このタグ10により他のキャッシュ
メモリのデータ内容を間接的に検索するようにしたが、
各キャッシュメモリ間を結ぶキャッシュ専用バス8を通
じて他のプロセッサのタグ6に直接アクセスして検索す
るように構成することもできる。
In the above embodiment, a tag 10 for copying and storing address information of other cache memories is attached to each processor, and data contents of other cache memories can be indirectly searched using this tag 10. However,
It is also possible to configure the tags 6 of other processors to be directly accessed and searched through a cache dedicated bus 8 that connects each cache memory.

【0019】[0019]

【発明の効果】以上述べたところから明らかなように、
本発明のキャッシュ制御方式によるときは、各プロセッ
サのキャッシュメモリ間を共通バスとは独立のキャッシ
ュ専用バスで接続し、自己のキャッシュメモリ上に存在
しないデータが他のキャッシュメモリ上に存在するとき
は前記キャッシュ専用バスを通じて他のキャッシュメモ
リから該当データを読み出すようにしたので、各プロセ
ッサにおけるキャッシュメモリの見かけ上のヒット率を
向上することができ、主記憶装置と各プロセッサを結ぶ
共通バスの稼動率をその分だけ低減し、マルチプロセッ
サシステムの性能を向上することができる。
[Effect of the invention] As is clear from the above,
When using the cache control method of the present invention, the cache memories of each processor are connected by a cache dedicated bus independent of the common bus, and when data that does not exist in the own cache memory exists in another cache memory, Since the corresponding data is read from other cache memories through the cache-dedicated bus, the apparent hit rate of the cache memory in each processor can be improved, and the utilization rate of the common bus connecting the main storage device and each processor can be improved. It is possible to reduce the amount by that amount and improve the performance of the multiprocessor system.

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

【図1】本発明の原理図である。FIG. 1 is a diagram showing the principle of the present invention.

【図2】本発明方式を適用して構成したマルチプロセッ
サシステムの実施例を示す図である。
FIG. 2 is a diagram showing an embodiment of a multiprocessor system configured by applying the method of the present invention.

【図3】マルチプロセッサシステムの従来例を示す図で
ある。
FIG. 3 is a diagram showing a conventional example of a multiprocessor system.

【符号の説明】[Explanation of symbols]

1          主記憶装置 21 〜2n   プロセッサ 3          共通バス 4          命令処理ユニット5     
     キャッシュメモリ6          自
己のキャッシュメモリ用のタグ7          
共通バス用インターフェースコンバータ8      
    キャッシュ専用バス9          キ
ャッシュ専用バス用インターフェースコンバータ
1 Main storage device 21 to 2n Processor 3 Common bus 4 Instruction processing unit 5
Cache memory 6 Tag 7 for own cache memory
Common bus interface converter 8
Cache dedicated bus 9 Cache dedicated bus interface converter

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】  共通バスを介して複数のプロセッサを
主記憶装置に接続したマルチプロセッサシステムであっ
て、各プロセッサにそれぞれ専用のキャッシュメモリを
設け、自己のキャッシュメモリ上に目的のデータがある
場合には当該キャッシュメモリから該当データを読み出
し、目的のデータが存在しない場合には共通バスを介し
て主記憶装置から該当データを読み出すようにしたマル
チプロセッサシステムにおいて、前記各プロセッサのキ
ャッシュメモリ間を共通バスとは独立のキャッシュ専用
バスで接続し、自己のキャッシュメモリ上に存在しない
データが他のキャッシュメモリ上に存在するときは前記
キャッシュ専用バスを通じて他のキャッシュメモリから
該当データを読み出すことを特徴とするキャッシュ制御
方式。
[Claim 1] A multiprocessor system in which a plurality of processors are connected to a main storage device via a common bus, where each processor is provided with its own dedicated cache memory and the desired data is stored in its own cache memory. In a multiprocessor system, the corresponding data is read from the cache memory when the target data does not exist, and when the target data does not exist, the corresponding data is read from the main storage device via a common bus. It is characterized in that it is connected by a cache dedicated bus independent of the bus, and when data that does not exist in its own cache memory exists in another cache memory, the corresponding data is read from the other cache memory through the cache dedicated bus. cache control method.
【請求項2】  各プロセッサに、他のプロセッサのキ
ャッシュメモリに格納されているデータのアドレス情報
を格納するタグを設け、該タグのアドレス情報を参照す
ることにより他のキャッシュメモリに格納されているデ
ータを検索することを特徴とする請求項1記載のキャッ
シュ制御方式。
2. Each processor is provided with a tag that stores address information of data stored in the cache memory of another processor, and the data is stored in the other cache memory by referring to the address information of the tag. 2. The cache control method according to claim 1, wherein data is searched.
JP3056833A 1991-03-20 1991-03-20 Cache control system Withdrawn JPH04291642A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3056833A JPH04291642A (en) 1991-03-20 1991-03-20 Cache control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3056833A JPH04291642A (en) 1991-03-20 1991-03-20 Cache control system

Publications (1)

Publication Number Publication Date
JPH04291642A true JPH04291642A (en) 1992-10-15

Family

ID=13038392

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3056833A Withdrawn JPH04291642A (en) 1991-03-20 1991-03-20 Cache control system

Country Status (1)

Country Link
JP (1) JPH04291642A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0944401A (en) * 1995-07-27 1997-02-14 Nec Ibaraki Ltd Cache controller
US9715454B2 (en) 2014-08-07 2017-07-25 Renesas Electronics Corporation Data processing device with multiple CPUs operating as an SIMD type

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0944401A (en) * 1995-07-27 1997-02-14 Nec Ibaraki Ltd Cache controller
US9715454B2 (en) 2014-08-07 2017-07-25 Renesas Electronics Corporation Data processing device with multiple CPUs operating as an SIMD type

Similar Documents

Publication Publication Date Title
JP2005018772A (en) Multiprocessor computer system with multiple coherency regions and software migration across coherency regions without cache purges
JPH04246745A (en) Memory access system
JP2001051959A (en) Interconnected process node capable of being constituted as at least one numa(non-uniform memory access) data processing system
JPH01269142A (en) Buffer memory control system
JPS5832427B2 (en) multiplex information processing system
JPH0727492B2 (en) Buffer storage
JPH04291642A (en) Cache control system
JP3130591B2 (en) Computer with cache memory
JPH03230238A (en) Cache memory control system
KR960005394B1 (en) Dual process board sharing cache memory
JP3052460B2 (en) Cooperative processing type information processing device
JP3564343B2 (en) Data transfer device and method during cache bypass
JPH06149669A (en) System and device for transferring cache data
JPH0528038A (en) Cache memory control system
JP2002259209A (en) Arithmetic processing system
JPH01266643A (en) Cache control system
JPH06324999A (en) Multiprocessor system
JPH10507548A (en) Data processing systems and methods and communication systems with such systems
JPH10247182A (en) Multiprocessor system
JPH04151751A (en) Multiprocessor
JPH0520191A (en) Cache memory control system
JPH057740B2 (en)
JPH01276348A (en) Secondary cache memory system
JPH0447344B2 (en)
JP2001022581A (en) Data processor and computer readable storage medium

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980514