JPH06103056A - Address controller - Google Patents

Address controller

Info

Publication number
JPH06103056A
JPH06103056A JP24156691A JP24156691A JPH06103056A JP H06103056 A JPH06103056 A JP H06103056A JP 24156691 A JP24156691 A JP 24156691A JP 24156691 A JP24156691 A JP 24156691A JP H06103056 A JPH06103056 A JP H06103056A
Authority
JP
Japan
Prior art keywords
storage device
fault
read
address
program code
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.)
Pending
Application number
JP24156691A
Other languages
Japanese (ja)
Inventor
Takahisa Shirakawa
貴久 白川
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.)
NEC Home Electronics Ltd
NEC Corp
Original Assignee
NEC Home Electronics Ltd
Nippon Electric Co 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 NEC Home Electronics Ltd, Nippon Electric Co Ltd filed Critical NEC Home Electronics Ltd
Priority to JP24156691A priority Critical patent/JPH06103056A/en
Publication of JPH06103056A publication Critical patent/JPH06103056A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C29/00Checking stores for correct operation ; Subsequent repair; Testing stores during standby or offline operation
    • G11C29/70Masking faults in memories by using spares or by reconfiguring
    • G11C29/78Masking faults in memories by using spares or by reconfiguring using programmable devices
    • G11C29/80Masking faults in memories by using spares or by reconfiguring using programmable devices with improved layout
    • G11C29/816Masking faults in memories by using spares or by reconfiguring using programmable devices with improved layout for an application-specific layout
    • G11C29/822Masking faults in memories by using spares or by reconfiguring using programmable devices with improved layout for an application-specific layout for read only memories

Abstract

PURPOSE:To perform the correction/updating of a software without being limited with a replacing part of software or the number of piece of software by directly exchanging data and to save a time for program processing by preventing program execution speed from being lowered. CONSTITUTION:At the time of correcting/updating the program code or fixed data of a read only memory(ROM) 1, information showing the presence of fault is previously written at the correspondent address of a fault storage device 9, and replacing information is written at the correspondent address of a replacement storage device 7. Next, when a CPU 2 requests read through an address bus 3 to the ROM 1, the fault storage device 9 and the device 7 are accessed as well. Concerning this request, a register 11 of a selector 5 performs the logical operation based on a previously set logic value and fault information, when the fault information shows the absence of the fault, the ROM 1 is selected and when the information shows the presence of the fault, the replacement storage device 7 is selected, and the CPU 2 reads these selected data through a data bus 13.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、情報処理装置のアドレ
ス制御装置に係り、読出専用装置に格納されたプログラ
ムコード及び固定データの修正・変更を行なうアドレス
制御装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an address control device for an information processing device, and more particularly to an address control device for correcting / changing a program code and fixed data stored in a read-only device.

【0002】[0002]

【従来の技術】ソフトウェアには、障害がつきものであ
り、また仕様の変更や改良などによりプログラムコード
や固定データに修正・変更を与えることが多い。
2. Description of the Related Art Software is always accompanied by obstacles, and the program code and fixed data are often modified or changed by changing or improving specifications.

【0003】しかし、読出専用記憶装置(以下ROMと
称す)であるROM上のプログラムコードや固定データ
は、経済的理由や時間的問題で、容易に変更できない。
However, the program code and fixed data on the ROM, which is a read-only storage device (hereinafter referred to as ROM), cannot be easily changed due to economic reasons or time problems.

【0004】そのため、修正・変更した代替のプログラ
ムコードや固定データを2次記憶領域に格納し、それを
読出書込記憶装置(以下RAMと称す)であるRAM上
に展開して使用するなどの代替措置が必要となる。
For this reason, the modified or changed alternative program code or fixed data is stored in the secondary storage area and is expanded and used on a RAM which is a read / write storage device (hereinafter referred to as RAM). Alternative measures are needed.

【0005】このような、代替措置には従来技術とし
て、「ソフトウェアフック」及び「ハードウェアブレー
ク」がある。
Such alternative measures include "software hook" and "hardware break" as conventional techniques.

【0006】「ソフトウェアフック」は、予めRAMの
プログラム上に制御を移す命令を、ROMのプログラム
上に挿入して代替する技術である。
The "software hook" is a technique for inserting an instruction for transferring control in advance in a RAM program into a ROM program to substitute it.

【0007】この場合、ROMのプログラム上の修正・
変更が無い箇所にも、その時点で必要の有無の断定をで
きないため、RAMに制御を移す命令を書き込んでい
る。
In this case, the correction on the ROM program
Since it is not possible to determine whether or not there is a need at that time even in a place where there is no change, an instruction to transfer control to the RAM is written.

【0008】「ハードウェアブレーク」は、装置内にパ
ッチを当てるアドレスを記憶したレジスタを備え、プロ
グラムデータや固定コードのフェッチ時にはレジスタの
内容と比較し、一致した場合にRAMのプログラム上に
制御を移す技術である。
The "hardware break" is provided with a register storing an address to which a patch is applied in the device, compares the contents of the register when fetching program data or a fixed code, and if they match, controls the program on the RAM. It is a transfer technology.

【0009】[0009]

【発明が解決しようとする課題】しかしながら、従来の
アドレス制御装置の「ソフトウェアフック」には、ソフ
トウェアの修正・変更の行える箇所に制限があり、かつ
実行速度が低下し、さらにデータに適応させることが難
しい。
However, in the "software hook" of the conventional address control device, there is a limitation in the place where the software can be modified / changed, the execution speed is reduced, and the data is adapted to the data. Is difficult.

【0010】また、従来のアドレス制御装置の「ハード
ウェアブレーク」では、アドレスの比較を順次行うと実
行速度が低下し、かつ並列で行うと比較個数分の比較器
が必要となり回路規模が大きくなるので、経済的理由な
どから代替の行える個数に制限がでる問題がある。
Further, in the "hardware break" of the conventional address control device, if the addresses are compared sequentially, the execution speed is reduced, and if the addresses are compared in parallel, the comparators for the number of comparisons are required and the circuit scale becomes large. Therefore, there is a problem that the number of alternatives is limited due to economic reasons.

【0011】そこで、本発明の目的は、ソフトウェアの
修正・変更を代替の行える箇所や個数に制限がなく、か
つデータの代替を直接行うことができ、さらにプログラ
ム実行速度の低下を防止して時間を節約できるアドレス
制御装置を提供することである。
Therefore, an object of the present invention is that there is no limitation on the place or number of software that can be modified or changed, and that data can be directly replaced. It is to provide an address control device capable of saving

【0012】[0012]

【課題を解決するための手段】上述の目的を達成するた
めに、第1の発明のアドレス制御装置は、CPUと、こ
のCPUの指令により、プログラムコード及び固定デー
タが読出される読出専用記憶装置と、このプログラムコ
ード及び固定データに対応して同時に起動され、予め障
害有及び障害無データが記憶された障害記憶装置と、上
記プログラムコード及び固定データに対応して同時に起
動され、予め記録された代替プログラムコード及び固定
データが格納された代替記憶装置と、上記障害記憶装置
から障害有データが読出された時のみ、上記読出専用記
憶装置の読出が停止され、上記代替記憶装置の代替プロ
グラムコード及び固定データを読出選択するセレクタと
を具備したことを特徴とする。
In order to achieve the above-mentioned object, the address control device of the first invention is a CPU and a read-only memory device in which a program code and fixed data are read by a command of this CPU. And a failure storage device that is activated at the same time corresponding to the program code and the fixed data, and stores failure-presence and non-failure data in advance, and at the same time that is activated corresponding to the above-mentioned program code and the fixed data and is recorded beforehand. The alternative storage device storing the alternative program code and the fixed data, and the reading of the read-only storage device is stopped only when the faulty data is read from the failure storage device, and the alternative program code of the alternative storage device and And a selector for reading and selecting fixed data.

【0013】第2の発明のアドレス制御装置は、複数の
異なるアドレスの読出要求に対し、同一のコードを出力
する単一の記憶装置で構成した上記代替記憶装置である
ことを特徴とする。
The address control device of the second invention is the above alternative storage device constituted by a single storage device that outputs the same code in response to a plurality of read requests of different addresses.

【0014】第3の発明のアドレス制御装置は、上記C
PUから少なくとも書き込み可能なレジスタを備え、上
記障害記憶装置の出力と上記レジスタの内容の論理演算
を行い、この結果に基づき上記読出専用記憶装置の出力
と上記代替記憶装置の出力を選択する上記セレクタであ
ることを特徴とする。
The address controller of the third invention is the above-mentioned C.
A selector that includes at least a register writable by PU, performs a logical operation of the output of the fault memory device and the contents of the register, and selects the output of the read-only memory device and the output of the alternative memory device based on the result. Is characterized in that.

【0015】第4の発明のアドレス制御装置は、上記障
害記憶装置から出力された障害の有無により、複数個の
読出専用記憶装置のチップを特定する上位アドレスを選
択する上記セレクタであることを特徴とする。
An address control device according to a fourth aspect of the present invention is the selector for selecting an upper address for identifying a chip of a plurality of read-only storage devices according to the presence / absence of a fault output from the fault storage device. And

【0016】[0016]

【実施例】以下、本発明の実施例を図面を参照して説明
する。
Embodiments of the present invention will be described below with reference to the drawings.

【0017】図1は、本発明のアドレス制御装置の一実
施例を示す機能ブロックである。
FIG. 1 is a functional block diagram showing an embodiment of the address control device of the present invention.

【0018】図2は、図1の代替プログラムコードが元
のプログラムコードより長い例である。
FIG. 2 is an example in which the alternative program code of FIG. 1 is longer than the original program code.

【0019】図1において、読出専用記憶装置1は例え
ばROMであり、CPU2からの読出要求をアドレスバ
ス3から下位アドレスで指定され、その出力はセレクタ
5の入力端子に接続されている。
In FIG. 1, the read-only storage device 1 is, for example, a ROM, and a read request from the CPU 2 is designated by a lower address from the address bus 3, and its output is connected to the input terminal of the selector 5.

【0020】本実施例では、2個の読出専用記憶装置1
であるが、複数でも可能である。
In this embodiment, two read-only storage devices 1 are used.
However, more than one is possible.

【0021】代替記憶装置7は例えばRAMであり、読
出専用記憶装置1と同様に下位アドレスで指定され、そ
の出力はセレクタ5の入力端子に接続されている。
The alternative storage device 7 is, for example, a RAM, and is designated by a lower address similarly to the read-only storage device 1, and its output is connected to the input terminal of the selector 5.

【0022】本実施例では、1個の代替記憶装置7ある
が、複数でも使用可能である。
In this embodiment, there is one alternative storage device 7, but it is also possible to use a plurality of storage devices.

【0023】障害記憶装置9は例えばRAMであり、C
PU2からの読出要求がアドレスバス3で指定され、そ
の出力はセレクタ5のセレクト端子SELに、アドレス
バス3の上位ビットを下位ビットとするビット列の上位
ビットとして接続される。
The failure storage device 9 is, for example, a RAM, and C
A read request from the PU 2 is designated by the address bus 3, and its output is connected to the select terminal SEL of the selector 5 as the upper bit of the bit string having the upper bit of the address bus 3 as the lower bit.

【0024】障害記憶装置9の記憶する障害情報は、例
えば障害無”0”,障害有”1”の1ビットで良いの
で、読出専用記憶装置1に比べ記憶セル数は格段に少な
い。
Since the fault information stored in the fault memory device 9 may be, for example, 1 bit of "0" without fault and "1" with fault, the number of memory cells is significantly smaller than that of the read-only memory device 1.

【0025】なお、セレクタ5は演算素子などによって
構成され、内部にレジスタ11を持ち、入力端子IN
B,Cに接続された複数個の読出専用記憶装置1もしく
は入力端子INAに接続された代替記憶装置7を、レジ
スタ11に記憶された情報と、セレクト端子SELに接
続された障害記憶装置9と上位アドレスから生成された
信号により選択し、セレクタ5の出力端子OUTからデ
ータバス13を介しCPU2へプログラムコード及び固
定データを送出する。
The selector 5 is composed of an arithmetic element and the like, has a register 11 inside, and has an input terminal IN.
The read-only storage device 1 connected to B and C or the alternative storage device 7 connected to the input terminal INA, the information stored in the register 11 and the failure storage device 9 connected to the select terminal SEL. It is selected by a signal generated from the upper address, and the program code and fixed data are sent from the output terminal OUT of the selector 5 to the CPU 2 via the data bus 13.

【0026】このレジスタ11はCPU2から読書きが
できる構成である。(図示せず)また、本実施例では、
レジスタ11はセレクタ5の内部にあるが、セレクタ5
と独立して外部にあっても良い。
The register 11 is constructed so that it can be read and written by the CPU 2. (Not shown) Further, in this embodiment,
Although the register 11 is inside the selector 5,
And may be outside independently.

【0027】このように構成された本発明のアドレス制
御装置では、例えば読出専用記憶装置1に記憶されたプ
ログラムコードにバグがあり、修正の必要がある場合、
そのプログラムの実行に先立ち、修正の必要なプログラ
ムコードのアドレスと対応する障害記憶装置9の記憶セ
ルに、障害有の情報”1”をを記憶させる。
In the address control device of the present invention thus constructed, for example, when the program code stored in the read-only storage device 1 has a bug and needs to be corrected,
Prior to the execution of the program, the faulty information "1" is stored in the memory cell of the fault memory device 9 corresponding to the address of the program code that needs to be corrected.

【0028】なお、当然障害が無いアドレスに対応する
記憶セルには、障害無の情報”0”を記憶させる必要が
ある。
Of course, it is necessary to store information "0" indicating no failure in the memory cell corresponding to the address having no failure.

【0029】また、修正の必要なプログラムコードのア
ドレスと対応する代替記憶装置7に、バグを修正する代
替プログラムコードを記憶させる。
Further, the alternative program code for correcting the bug is stored in the alternative storage device 7 corresponding to the address of the program code that needs to be corrected.

【0030】この場合、複数の読出専用記憶装置1のた
めの代替プログラムコードを、下位アドレスさえ異なれ
ば1つの代替記憶装置7に格納することができる。
In this case, the alternative program codes for the plurality of read-only storage devices 1 can be stored in one alternative storage device 7 as long as the lower addresses are different.

【0031】また、下位アドレスが重なった場合でも、
実際にアクセスしたアドレス値を参照するなどして、ど
ちらの代替プログラムを使用するべきか判断し、分岐処
理を行うことも可能である。
Even if the lower addresses overlap,
It is also possible to judge which alternative program should be used by referring to the actually accessed address value and perform the branching process.

【0032】次に、プログラムコードの実行時には、次
のように代替処理が行われる。
Next, when executing the program code, an alternative process is performed as follows.

【0033】CPUが読出専用記憶装置1に記憶された
プログラムコードを参照する時、アドレスバス3を通じ
てアドレスを指定し、記憶装置の或記憶セルを指定す
る。
When the CPU refers to the program code stored in the read-only memory device 1, it designates an address through the address bus 3 to designate a certain memory cell of the memory device.

【0034】そこで、障害記憶装置9と、指定したアド
レスと下位アドレス部分が等しいアドレスの読出専用記
憶装置1と、代替記憶装置7とが、それぞれ出力を行
う。
Therefore, the fault memory device 9, the read-only memory device 1 of the address having the same lower address portion as the designated address, and the alternative memory device 7 respectively output.

【0035】障害記憶装置9の出力である障害情報と、
指定したアドレスの上位アドレスとで、セレクタ5に入
力されるセレクト信号を作成する。
Fault information output from the fault storage device 9,
A select signal to be input to the selector 5 is created with the upper address of the designated address.

【0036】もし、CPU2が指定したアドレスが障害
が無いアドレスであるとすると、障害記憶装置9は、障
害無の情報”0”を出力する。
If the address designated by the CPU 2 is an address having no fault, the fault storage device 9 outputs information "0" indicating no fault.

【0037】そこで、セレクタ5は、入力されるセレク
タ信号により、読出専用記憶装置1のうちのいずれかの
出力を出力して、データバス13を通じてCPU2にプ
ログラムコードを送る。
Therefore, the selector 5 outputs one of the outputs of the read-only storage device 1 according to the input selector signal and sends the program code to the CPU 2 through the data bus 13.

【0038】これは、上位アドレスをデコードしてチッ
プセレクト信号を生成し、下位アドレスで読出専用記憶
装置1の装置内の記憶セルを特定する、アドレス指定と
同等の機能を持つ。
This has the same function as addressing, in which the upper address is decoded to generate a chip select signal, and the lower address identifies a memory cell in the read-only memory device 1.

【0039】逆に、CPU2が指定したアドレスが障害
のあるアドレスであると、障害記憶装置9は、障害有の
情報”1”を出力する。
On the contrary, if the address designated by the CPU 2 is a faulty address, the fault storage device 9 outputs the fault information "1".

【0040】そこで、セレクタ5は、入力されるセレク
タ信号により、代替記憶装置7の出力をデータバス13
を通してCPU2にプログラムコードを送る。
Therefore, the selector 5 outputs the output of the alternative storage device 7 to the data bus 13 according to the input selector signal.
To send the program code to the CPU 2.

【0041】このとき、図2に示すように、代替したい
プログラムコードの方が、もとの物より長い時は、セレ
クタ5内のレジスタ11をセットし、強制的に代替記憶
装置7の出力を採用するようにできる。
At this time, as shown in FIG. 2, when the program code to be replaced is longer than the original program code, the register 11 in the selector 5 is set to force the output of the alternative storage device 7. Can be adopted.

【0042】つまり、代替プログラムコードの先頭で、
レジスタ11をセットし、代替プログラムの処理の最後
で、レジスタ11をクリアして、もとのプログラムに戻
るようにすれば良い。
That is, at the beginning of the alternative program code,
The register 11 may be set, and at the end of the processing of the alternative program, the register 11 may be cleared to return to the original program.

【0043】[0043]

【発明の効果】以上説明したように本発明は、障害記憶
装置の容量分の領域を自由に代替が行えるため、代替の
行える箇所や個数に制限がなく、かつ経済的である。
As described above, according to the present invention, since the area corresponding to the capacity of the faulty storage device can be freely replaced, there is no limitation on the place or number of alternatives and it is economical.

【0044】また、予め特殊なプログラムコードを埋め
込む必要がないので、修正・変更の時間を節約でき、か
つアドレスによる順次判定をしないので実行速度の低下
を防止できる。
Further, since it is not necessary to embed a special program code in advance, it is possible to save the time for modification / change and to prevent the execution speed from being lowered because the sequential determination by the address is not performed.

【0045】さらに、CPUからの参照要求に対して、
出力信号を切替えることで代替を実現しているので、デ
ータの代替も直接行うことができる。
Further, in response to a reference request from the CPU,
Since the replacement is realized by switching the output signal, the data can be directly replaced.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明のアドレス制御装置の一実施例を示すブ
ロック図である。
FIG. 1 is a block diagram showing an embodiment of an address control device of the present invention.

【図2】図1の代替プログラムコードが元のプログラム
コードより長い例である。
FIG. 2 is an example in which the alternative program code of FIG. 1 is longer than the original program code.

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

1 読出専用記憶装置 2 CPU 3 CPU(アドレスバス) 5 セレクタ 7 代替記憶装置 9 障害記憶装置 11 レジスタ 13 CPU(データバス) 1 Read Only Storage Device 2 CPU 3 CPU (Address Bus) 5 Selector 7 Alternate Storage Device 9 Fault Storage Device 11 Register 13 CPU (Data Bus)

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 CPUと、このCPUの指令により、プ
ログラムコード及び固定データが読出される読出専用記
憶装置と、このプログラムコード及び固定データに対応
して同時に起動され、予め障害有及び障害無データが記
憶された障害記憶装置と、上記プログラムコード及び固
定データに対応して同時に起動され、予め記録された代
替プログラムコード及び固定データが格納された代替記
憶装置と、上記障害記憶装置から障害有データが読出さ
れた時のみ、上記読出専用記憶装置の読出が停止され、
上記代替記憶装置の代替プログラムコード及び固定デー
タを読出選択するセレクタとを具備したことを特徴とす
るアドレス制御装置。
1. A CPU, a read-only storage device from which a program code and fixed data are read by an instruction of the CPU, and a simultaneous start-up corresponding to the program code and fixed data, with and without fault data in advance. A failure storage device in which is stored, an alternative storage device that is activated at the same time in response to the program code and fixed data, and stores a prerecorded alternative program code and fixed data; and faulty data from the failure storage device. Reading is stopped only when is read,
An address control device comprising: a selector for reading and selecting an alternative program code and fixed data of the alternative storage device.
【請求項2】 複数の異なるアドレスの読出要求に対
し、同一のコードを出力する単一の記憶装置で構成した
上記代替記憶装置であることを特徴とする請求項1記載
のアドレス制御装置。
2. The address control device according to claim 1, wherein the alternative storage device comprises a single storage device that outputs the same code in response to a plurality of read requests of different addresses.
【請求項3】 上記CPUから少なくとも書き込み可能
なレジスタを備え、上記障害記憶装置の出力と上記レジ
スタの内容の論理演算を行い、この結果に基づき上記読
出専用記憶装置の出力と上記代替記憶装置の出力を選択
する上記セレクタであることを特徴とする請求項1記載
のアドレス制御装置。
3. A register which is at least writable by the CPU, which performs a logical operation of the output of the fault memory device and the contents of the register, and based on the result, the output of the read-only memory device and the alternative memory device. The address control device according to claim 1, wherein the address control device is the selector for selecting an output.
【請求項4】 上記障害記憶装置から出力された障害の
有無により、複数個の読出専用記憶装置のチップを特定
する上位アドレスを選択する上記セレクタであることを
特徴とする請求項1記載のアドレス制御装置。
4. The address according to claim 1, wherein the selector is a selector for selecting an upper address for identifying a chip of a plurality of read-only storage devices according to the presence / absence of a fault output from the fault storage device. Control device.
JP24156691A 1991-09-20 1991-09-20 Address controller Pending JPH06103056A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24156691A JPH06103056A (en) 1991-09-20 1991-09-20 Address controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24156691A JPH06103056A (en) 1991-09-20 1991-09-20 Address controller

Publications (1)

Publication Number Publication Date
JPH06103056A true JPH06103056A (en) 1994-04-15

Family

ID=17076245

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24156691A Pending JPH06103056A (en) 1991-09-20 1991-09-20 Address controller

Country Status (1)

Country Link
JP (1) JPH06103056A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2002039457A3 (en) * 2000-11-07 2002-09-19 Infineon Technologies Ag Memory management logic for expanding the utilization of read-only memories
US6594777B1 (en) 1999-03-26 2003-07-15 Sharp Kabushiki Kaisha Semiconductor memory device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6594777B1 (en) 1999-03-26 2003-07-15 Sharp Kabushiki Kaisha Semiconductor memory device
WO2002039457A3 (en) * 2000-11-07 2002-09-19 Infineon Technologies Ag Memory management logic for expanding the utilization of read-only memories
US6874073B2 (en) 2000-11-07 2005-03-29 Infineon Technologies Ag Method for managing data stored primarily in a read-only memory

Similar Documents

Publication Publication Date Title
JP2006331378A (en) Flash memory storing system
US5600807A (en) Programmable controller capable of updating a user program during operation by switching between user program memories
US8312216B2 (en) Data processing apparatus and data processing method
US5261084A (en) Error judgment method
JPH06103056A (en) Address controller
US5446873A (en) Memory checker
JP2000293376A (en) Circuit and method for switching boot program
JP4826873B2 (en) Microprocessor system with hot routine memory
JP3843189B2 (en) Optical disk system control chip and update method used for optical disk system
US5933856A (en) System and method for processing of memory data and communication system comprising such system
KR830002883B1 (en) Micro programmable controller
JPH08137753A (en) Disk cache device
JPH1125006A (en) Memory tester
JPH0512107A (en) Program execution system
JPS6126701B2 (en)
JPS61131049A (en) System for preserving contents in storage device from being swept out
JP2001340608A (en) Managing unit for game machine
JPH05290589A (en) Semiconductor integrated circuit
JPH1011109A (en) Control device
JPH1063577A (en) Memory control method and its device
JP2002175219A (en) Data memory
JPH04125747A (en) Cache memory controller
JPH0667914A (en) Control storage read error correcting system
JPS63317857A (en) Memory access circuit
JP2001265579A (en) Semiconductor memory device