JPH05127982A - Electronic equipment - Google Patents

Electronic equipment

Info

Publication number
JPH05127982A
JPH05127982A JP3285255A JP28525591A JPH05127982A JP H05127982 A JPH05127982 A JP H05127982A JP 3285255 A JP3285255 A JP 3285255A JP 28525591 A JP28525591 A JP 28525591A JP H05127982 A JPH05127982 A JP H05127982A
Authority
JP
Japan
Prior art keywords
cpu
memory
address
memory element
rom
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
JP3285255A
Other languages
Japanese (ja)
Inventor
Naoki Yamazaki
尚樹 山崎
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.)
Juki Corp
Original Assignee
Juki Corp
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 Juki Corp filed Critical Juki Corp
Priority to JP3285255A priority Critical patent/JPH05127982A/en
Publication of JPH05127982A publication Critical patent/JPH05127982A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To provide electronic equipment capable of detecting easily and surely the difference of memory hardware even in the case that write-in to a memory can not be executed. CONSTITUTION:A chip select signal to select one of a ROM 30, a RAM 40, and an EEP ROM 50 is generated by an address decoder 21 in response to the addressing of a CPU 10. A discrimination signal generation circuit 22 outputs a signal corresponding to the chip classification of the ROM 30, the RAM 40, and the EEP ROM 50 in response to this chip select signal. The discrimination signal generation circuit 22 is assigned to prescribed memory addresses, and the CPU 10 can input the information of the chip classification by reading the memory address of the discrimination signal generation circuit 22 just after memory access if necessary. In the case that the classification of the memory elements 30 to 50 is changed, the discrimination signal generation circuit 22 is exchanged in accordance with this.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は電子機器、特にCPU
と、所定のメモリ素子を内蔵し、CPUがメモリ素子の
種別を識別しその識別結果に応じて制御を行なう電子機
器に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to electronic equipment, especially CPU.
And an electronic device having a predetermined memory element built therein, the CPU identifying the type of the memory element and performing control according to the identification result.

【0002】[0002]

【従来の技術】従来より、ワードプロセッサ、パーソナ
ルコンピュータ、各種家電製品など、マイクロコンピュ
ータ(以下CPU)を使用した種々の電子機器が知られ
ている。この種の装置においては、そのCPUを取り巻
く周辺装置は、その装置個々の使用目的に応じて、ま
た、CPUの制御用入出力機能の構成や、記憶方式の物
理的な違いに応じて多様化が進んでいる。
2. Description of the Related Art Conventionally, various electronic devices using a microcomputer (hereinafter referred to as CPU) such as a word processor, a personal computer and various home electric appliances have been known. In this type of device, the peripheral devices surrounding the CPU are diversified depending on the purpose of use of each device, the configuration of the control input / output function of the CPU, and the physical difference in the storage system. Is progressing.

【0003】たとえば、日本国内向けのパーソナルコン
ピュータのある機種には漢字ROMを搭載するが、この
機種を海外へ出荷する場合には、漢字ROMを搭載せ
ず、そのアドレスにRAMあるいはEEPROMなどを
搭載することがある。
For example, a kanji ROM is installed in a certain model of a personal computer for domestic use in Japan, but when this model is shipped overseas, the kanji ROM is not installed and a RAM or an EEPROM is installed at the address. I have something to do.

【0004】一方、この様な装置を制御するソフトウェ
ア(OSなど)は、そのハードウェア構成が大同小異な
場合が多い為、制御用ソフトウェアの基本構造は共通化
する傾向にある。このような制御ソフトウェアは、制御
すべきハードウェアの物理的な構成の違いを把握する為
に、しばしば初期化処理のなかでハードウェア構成の検
索処理を行うようになっている。
On the other hand, the software (OS etc.) for controlling such a device often has the same hardware configuration, and therefore the basic structure of the control software tends to be common. Such control software often performs a hardware configuration search process in the initialization process in order to grasp the difference in the physical configuration of the hardware to be controlled.

【0005】たとえば、CPUが管理制御を行うメモリ
ー構成を把握する為に、装置自身の制御論理回路の初期
化処理の一部として、その装置のメモリーの検索処理を
実施し、その装置に実装されるメモリーの構成リストを
作成し、以後の制御処理は、このメモリー構成リストに
基づいて実行される。
For example, as a part of initialization processing of the control logic circuit of the device itself, in order to grasp the memory configuration in which the CPU controls and manages, the memory search process of the device is executed and mounted in the device. A memory configuration list is created, and subsequent control processing is executed based on this memory configuration list.

【0006】一般的なコンピューターシステムでは、予
め、事前(設計時)に想定される装置構成に従って、用
意されたメモリーの実装リスト(デバイスリスト)に基
づいて検索を実施し、デバイスリストと一致しているデ
バイスリストの内容を採用していく方法を取る。
In a general computer system, a search is performed in advance based on a device mounting list (device list) prepared in advance according to a device configuration assumed in advance (at the time of design), and a match is found with the device list. Take the method of adopting the contents of the device list.

【0007】[0007]

【発明が解決しようとする課題】しかし、上記の従来方
式では、ハードウェアの識別を行なった場合、搭載され
ているハードウェアが酷似していた時、そのタイプまで
は検索処理だけでは識別しきれないのが現状である。
However, in the above-mentioned conventional method, when the hardware is identified and the installed hardware is very similar, the type cannot be identified only by the search process. The current situation is that there are none.

【0008】たとえば、ある装置が、製品仕様として、
図1の左右に示すように異なるメモリー空間を有する場
合があるとする。
[0008] For example, a device has a product specification
It is assumed that there may be different memory spaces as shown on the left and right of FIG.

【0009】この装置の制御ソフトウェアは、従来のメ
モリー検索方式の場合、RAМ空間に対して、書き込み
/読み出しを行い、そのデータの一致を確認しながらメ
モリーリストを作成する。
In the case of the conventional memory search method, the control software of this device writes / reads to / from the RAM space and creates a memory list while confirming the matching of the data.

【0010】しかし、図lのような装置構成の異なる装
置が存在する場合、その記憶素子の特性から、書き込み
データの一致だけではメモリ空間に対する両者の違いを
判定する事はできない。図1の場合、アドレスC000
H〜FFFFH(16進数)には、両者とも読み書きが
可能であるから、RAMとEEP−ROMは識別不可能
である。
However, when there are devices having different device configurations as shown in FIG. 1, it is not possible to determine the difference between the two with respect to the memory space only by matching the write data, from the characteristics of the storage elements. In the case of FIG. 1, address C000
Both H and FFFFH (hexadecimal number) are readable and writable, so RAM and EEP-ROM cannot be distinguished.

【0011】また、図1の右側の場合のように、EEP
−ROMを採用する装置の多くは、書換を嫌う半恒久的
なデータがEEP−ROMに格納されている為、その内
容のバックアップを確実に行なえることが保障されてい
る場合以外は、安易に書き込み/読みだしによる検索処
理を行うべきでない。
As in the case of the right side of FIG. 1, the EEP
-Most of the devices that use ROM store semi-permanent data that is reluctant to rewrite in EEP-ROM, so it is easy to back up the contents unless it is guaranteed. Search processing by writing / reading should not be performed.

【0012】本発明の課題は、以上の問題を解決し、E
EP−ROMが実装されるなど、メモリへの書き込みを
行えない場合でも、簡単かつ確実にメモリハードウェア
の相違を検出できる電子機器を提供することにある。
The object of the present invention is to solve the above problems by
An object of the present invention is to provide an electronic device that can easily and reliably detect a difference in memory hardware even when writing to a memory cannot be performed such as when an EP-ROM is mounted.

【0013】[0013]

【課題を解決するための手段】以上の課題を解決するた
めに、本発明においては、CPUと、所定のメモリ素子
を内蔵し、CPUがメモリ素子の種別を識別しその識別
結果に応じて制御を行なう電子機器において、CPUの
アドレス指定に応じて実装されたメモリ素子を選択する
チップセレクト信号を発生するアドレスデコーダと、前
記アドレスデコーダの出力するチップセレクト信号に応
じて選択されたメモリ素子の種別に応じた識別情報をC
PUの所定アドレス空間に出力する識別手段を有し、C
PUは、前記メモリ素子をアクセスすべく所定のアドレ
スを前記アドレスデコーダに出力した後、前記識別手段
に割り当てられた所定アドレス空間を読み取ることによ
り、前記識別手段が出力する当該メモリ素子の種別識別
情報を入力する構成を採用した。
In order to solve the above problems, in the present invention, a CPU and a predetermined memory element are built in, the CPU identifies the type of the memory element, and controls according to the identification result. In an electronic device that performs the above, an address decoder that generates a chip select signal that selects a mounted memory element according to the addressing of a CPU, and a type of memory element that is selected according to the chip select signal output from the address decoder The identification information according to
C has a discriminating means for outputting to a predetermined address space of PU, and
The PU outputs a predetermined address to access the memory element to the address decoder, and then reads a predetermined address space assigned to the identifying means, so that the type identifying information of the memory element output by the identifying means. The configuration to input is adopted.

【0014】[0014]

【作用】以上の構成によれば、CPUは、目的のメモリ
素子のアドレスをアクセスした後、所定のアドレス空間
を読み取ることにより、当該メモリ素子の種別識別情報
を入力することができる。
According to the above configuration, the CPU can input the type identification information of the memory element by accessing the address of the target memory element and then reading the predetermined address space.

【0015】[0015]

【実施例】以下、図面に示す実施例に基づき、本発明を
詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described in detail below with reference to the embodiments shown in the drawings.

【0016】図2に本発明を採用した電子機器の構造を
示す。CPU10は、アドレスバス、データバス、その
他の制御線からなるCPUバスを持ち、CPU10はこ
のCPUバスを介してPAL20、ROM30、RAM
40およびEEPROM50と接続されている。
FIG. 2 shows the structure of an electronic device adopting the present invention. The CPU 10 has a CPU bus including an address bus, a data bus, and other control lines, and the CPU 10 has a PAL 20, a ROM 30, and a RAM via the CPU bus.
40 and EEPROM 50.

【0017】PAL(プログラマブル・アレイ・ロジッ
ク)20は、アドレスデコーダ21と識別信号発生回路
22の2つの部分からなる。アドレスデコーダ21は通
常のものと同じ機能を有し、CPU10からアドレスバ
スを介して供給されるアドレス値からROM30、RA
M40、EEPROM50のいずれかを選択すべく、チ
ップセレクト信号CS(CS-rom,CS-ram,CS-eeprom)を
生成する。ROM30、RAM40およびEEPROM
50には、アドレスバスのうち必要な低位部分が接続さ
れており、それぞれ0000H、B000H、およびC
000Hからのアドレスを持つようアドレスデコーダ2
1が設定される。
A PAL (Programmable Array Logic) 20 is composed of two parts, an address decoder 21 and an identification signal generating circuit 22. The address decoder 21 has the same function as a normal one, and from the address value supplied from the CPU 10 via the address bus, the ROM 30, RA
A chip select signal CS (CS-rom, CS-ram, CS-eeprom) is generated to select either the M40 or the EEPROM 50. ROM30, RAM40 and EEPROM
Necessary low-order parts of the address bus are connected to 50, which are 0000H, B000H, and C, respectively.
Address decoder 2 to have an address from 000H
1 is set.

【0018】識別信号発生回路22は、ROMとして構
成され、この識別信号発生回路22は、CPUのIO
(あるいはメインメモリの)アドレス空間に割り当てら
れており、このアドレス(以下ではたとえばF0Hとす
る)を読むことによりCPU10は識別信号発生回路2
2の出力データを入力できる。
The identification signal generation circuit 22 is constructed as a ROM, and the identification signal generation circuit 22 is an IO of the CPU.
It is assigned to the address space (or of the main memory), and by reading this address (hereinafter referred to as F0H for example), the CPU 10 causes the identification signal generating circuit 2
2 output data can be input.

【0019】識別信号発生回路22は、ROM30、R
AM40およびEEPROM50のチップセレクト信号
CS(CS-rom,CS-ram,CS-eeprom)により、アクセスさ
れたチップの種類を表すデータを出力する。
The identification signal generating circuit 22 includes a ROM 30, R
By the chip select signal CS (CS-rom, CS-ram, CS-eeprom) of the AM 40 and the EEPROM 50, data indicating the type of the accessed chip is output.

【0020】この識別信号発生回路22は、ROM、R
AM、EEPROMなどのチップ種類を識別するため、
たとえば次のような2ビット(b1、b0)を含むデー
タを出力する。
The identification signal generating circuit 22 includes ROM, R
In order to identify the chip type such as AM, EEPROM,
For example, the following data including 2 bits (b1, b0) is output.

【0021】 ここでは、2ビットにより少なくとも4種類のメモリチ
ップ種類を識別できる。より多くのビットを割り当て、
より多数のメモリチップ種類を識別するようにしてもよ
い。
[0021] Here, at least four types of memory chips can be identified by 2 bits. Allocate more bits,
A larger number of memory chip types may be identified.

【0022】識別信号発生回路22は、CPU10がR
OM30、RAM40およびEEPROM50のいずれ
かをアクセスすると、アドレスデコーダ21が出力する
チップセレクト信号に基づき、チップ種類を識別する信
号を出力する。
In the identification signal generating circuit 22, the CPU 10 reads R
When any one of the OM 30, the RAM 40 and the EEPROM 50 is accessed, a signal for identifying the chip type is output based on the chip select signal output by the address decoder 21.

【0023】識別信号発生回路22は、ROM30、R
AM40およびEEPROM50の位置に異なる形式の
チップを実装する場合には、それに応じて異なるデータ
を出力すべく、識別信号発生回路22を交換するものと
する。
The identification signal generating circuit 22 includes a ROM 30, R
When chips of different types are mounted at the positions of the AM 40 and the EEPROM 50, the identification signal generating circuit 22 is replaced so as to output different data accordingly.

【0024】図3は、上記構成における動作を説明する
タイミングチャートである。図示の例では、CPU10
はEEPROM50のチップ種別を識別する。CPU1
0は、まず、EEPROM50の所定アドレス(図示の
例では、その先頭アドレス)を読み出すアクセスを行な
う。この読み出しアクセスは、ダミー動作でもよく、C
PU10は読み出したデータを必ずしも利用する必要は
ない。
FIG. 3 is a timing chart for explaining the operation of the above configuration. In the illustrated example, the CPU 10
Identifies the chip type of the EEPROM 50. CPU1
For 0, first, an access is made to read a predetermined address (its head address in the illustrated example) of the EEPROM 50. This read access may be a dummy operation, and C
The PU 10 does not necessarily need to use the read data.

【0025】アドレスデコーダ21は、CPU10の出
力アドレスから、適当なチップを選択するチップセレク
ト信号を出力する。この場合には、EEPROM50の
アクセスなので、チップセレクト信号CS-eeprom が有効
となる。
The address decoder 21 outputs a chip select signal for selecting an appropriate chip from the output address of the CPU 10. In this case, since the access is to the EEPROM 50, the chip select signal CS-eeprom is valid.

【0026】識別信号発生回路22はアドレスデコーダ
21のチップセレクト信号CS-eeprom から、EEPRO
Mを表す「01」データを出力する。
The identification signal generating circuit 22 receives the chip select signal CS-eeprom of the address decoder 21 from the EEPRO.
The “01” data representing M is output.

【0027】CPU10は、次のサイクルでIOアドレ
スF0Hを読むことにより、この識別データを入力でき
る。
The CPU 10 can input this identification data by reading the IO address F0H in the next cycle.

【0028】本実施例によれば、実装したメモリ素子の
組合せに応じて、識別信号発生回路22に適切な識別デ
ータを出力するものを実装しておけば、CPU10はメ
モリ書き込み動作は行わずに、読み込み動作のみにてメ
モリータイプを識別する事ができる。
According to the present embodiment, if the identification signal generating circuit 22 is provided with a device for outputting appropriate identification data according to the combination of the mounted memory elements, the CPU 10 does not perform the memory writing operation. The memory type can be identified only by the read operation.

【0029】CPUは、目的のメモリアドレスをアクセ
ス(ダミー読み出し動作で足りる)した後、識別信号発
生回路22が割り当てられた所定のアドレスを読むこと
により、メモリ素子の種別の識別情報を簡単かつ迅速に
入力できる。メモリ素子の種別の識別情報が必要なけれ
ば、識別信号発生回路22のアドレスを読む必要がな
く、制御プログラムの変更は必要最小限で済み、また、
メモリ素子種別の識別により他の処理の速度などが影響
をうける問題がない。
After the target memory address is accessed (the dummy read operation is sufficient), the CPU reads the predetermined address assigned by the identification signal generation circuit 22 to easily and quickly identify the identification information of the memory element type. Can be entered in. If the identification information of the type of the memory element is not needed, it is not necessary to read the address of the identification signal generation circuit 22, and the change of the control program is the minimum necessary.
There is no problem that the speed of other processing is affected by the identification of the memory element type.

【0030】さらに、本実施例によれば、EEPROM
を採用する装置においても、既に書き込んであるデータ
を破壊することなく、メモリー種別を判定する事ができ
る。
Further, according to the present embodiment, the EEPROM
Even in a device that adopts, the memory type can be determined without destroying the already written data.

【0031】また、本実施例によれば、各デバイスタイ
プはハードウェアに依存するため、記憶素子の異なる類
似システムなどにおいて、ソフトウェア資産を共通化す
る事ができるなど、システムの開発に於ける時間または
経費面において効率化がはかれるほか、品質面において
も高い生産性を期待する事ができる。
Further, according to the present embodiment, since each device type depends on the hardware, it is possible to share software resources in similar systems having different storage elements. In addition to cost efficiency, high productivity can be expected in terms of quality.

【0032】本発明は、ワードプロセッサ、パーソナル
コンピュータ、各種家電製品など、種々の電子機器に実
施できる。
The present invention can be implemented in various electronic devices such as word processors, personal computers, and various home appliances.

【0033】[0033]

【発明の効果】以上から明らかなように、本発明によれ
ば、CPUと、所定のメモリ素子を内蔵し、CPUがメ
モリ素子の種別を識別しその識別結果に応じて制御を行
なう電子機器において、CPUのアドレス指定に応じて
実装されたメモリ素子を選択するチップセレクト信号を
発生するアドレスデコーダと、前記アドレスデコーダの
出力するチップセレクト信号に応じて選択されたメモリ
素子の種別に応じた識別情報をCPUの所定アドレス空
間に出力する識別手段を有し、CPUは、前記メモリ素
子をアクセスすべく所定のアドレスを前記アドレスデコ
ーダに出力した後、前記識別手段に割り当てられた所定
アドレス空間を読み取ることにより、前記識別手段が出
力する当該メモリ素子の種別識別情報を入力する構成を
採用している。
As is apparent from the above, according to the present invention, an electronic device having a CPU and a predetermined memory element built therein, the CPU discriminating the type of the memory element and performing control according to the discrimination result. , An address decoder for generating a chip select signal for selecting a mounted memory element according to the addressing of the CPU, and identification information according to the type of the memory element selected according to the chip select signal output from the address decoder To a predetermined address space of the CPU, the CPU outputs a predetermined address to the memory device to access the memory element, and then reads the predetermined address space assigned to the identification means. Therefore, the configuration for inputting the type identification information of the memory element output by the identification means is adopted.

【0034】このため、CPUは、目的のメモリ素子の
アドレスをアクセスした後、所定のアドレス空間を読み
取ることにより、当該メモリ素子の種別識別情報を入力
することができる。メモリ素子のアクセスは、読取動作
でよく、したがって、メモリに書き込みを行うことな
く、メモリ素子の識別を簡単に行なうことができ、記憶
素子の異なる類似システムなどにおいて、ソフトウェア
資産を共通化する事ができ、システムの開発に於ける時
間または経費面において効率化がはかれ、品質面におい
ても高い生産性を期待する事ができるなどの優れた効果
がある。
Therefore, the CPU can input the type identification information of the memory element by accessing the address of the target memory element and then reading the predetermined address space. The memory device can be accessed by a read operation, and therefore, the memory device can be easily identified without writing to the memory, and software assets can be shared in similar systems having different storage devices. It is possible to achieve high efficiency in terms of time or cost in system development, and it is possible to expect high productivity in terms of quality.

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

【図1】従来装置の問題点を示したブロック図である。FIG. 1 is a block diagram showing a problem of a conventional device.

【図2】本発明を採用した電子機器の要部のブロック図
である。
FIG. 2 is a block diagram of a main part of an electronic device adopting the present invention.

【図3】図2の装置の動作を示したタイミングチャート
図である。
FIG. 3 is a timing chart showing the operation of the device shown in FIG.

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

10 CPU 20 PAL 21 アドレスデコーダ 22 識別信号発生回路 30 ROM 40 RAM 50 EEPROM 10 CPU 20 PAL 21 Address Decoder 22 Identification Signal Generation Circuit 30 ROM 40 RAM 50 EEPROM

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 CPUと、所定のメモリ素子を内蔵し、
CPUがメモリ素子の種別を識別しその識別結果に応じ
て制御を行なう電子機器において、 CPUのアドレス指定に応じて実装されたメモリ素子を
選択するチップセレクト信号を発生するアドレスデコー
ダと、 前記アドレスデコーダの出力するチップセレクト信号に
応じて選択されたメモリ素子の種別に応じた識別情報を
CPUの所定アドレス空間に出力する識別手段を有し、 CPUは、前記メモリ素子をアクセスすべく所定のアド
レスを前記アドレスデコーダに出力した後、前記識別手
段に割り当てられた所定アドレス空間を読み取ることに
より、前記識別手段が出力する当該メモリ素子の種別識
別情報を入力することを特徴とする電子機器。
1. A CPU and a predetermined memory device are built-in,
In an electronic device in which a CPU identifies a type of a memory element and performs control according to the identification result, an address decoder that generates a chip select signal that selects a mounted memory element according to an address designation of the CPU; Has identification means for outputting identification information according to the type of the memory element selected according to the chip select signal output by the CPU to a predetermined address space of the CPU, and the CPU provides a predetermined address to access the memory element. An electronic device characterized in that, after being output to the address decoder, the type identification information of the memory element output by the identifying unit is input by reading a predetermined address space assigned to the identifying unit.
JP3285255A 1991-10-31 1991-10-31 Electronic equipment Pending JPH05127982A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3285255A JPH05127982A (en) 1991-10-31 1991-10-31 Electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3285255A JPH05127982A (en) 1991-10-31 1991-10-31 Electronic equipment

Publications (1)

Publication Number Publication Date
JPH05127982A true JPH05127982A (en) 1993-05-25

Family

ID=17689134

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3285255A Pending JPH05127982A (en) 1991-10-31 1991-10-31 Electronic equipment

Country Status (1)

Country Link
JP (1) JPH05127982A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02184942A (en) * 1989-01-12 1990-07-19 Fujitsu Ltd Memory control system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02184942A (en) * 1989-01-12 1990-07-19 Fujitsu Ltd Memory control system

Similar Documents

Publication Publication Date Title
US5966727A (en) Combination flash memory and dram memory board interleave-bypass memory access method, and memory access device incorporating both the same
JP2547654B2 (en) Data processing device
US5611042A (en) Data error detection and correction for a shared SRAM
US4608632A (en) Memory paging system in a microcomputer
US5027313A (en) Apparatus for determining maximum usable memory size
US6421765B1 (en) Method and apparatus for selecting functional space in a low pin count memory device
US5339402A (en) System for connecting an IC memory card to a central processing unit of a computer
KR920006615B1 (en) Method and apparatus having both the direct mapping and bank mapping schemes
US4093986A (en) Address translation with storage protection
EP0395377A2 (en) Status register for microprocessor
US6321332B1 (en) Flexible control of access to basic input/output system memory
EP0532690B1 (en) Method and apparatus for managing page zero memory accesses in a multi-processor system
US4964037A (en) Memory addressing arrangement
JPH05127982A (en) Electronic equipment
JPH0562380B2 (en)
US6055600A (en) Method and apparatus for detecting the presence and identification of level two cache modules
JP2510604B2 (en) Storage device
JP2611491B2 (en) Microprocessor
JP3182906B2 (en) Microcomputer
JPS6391758A (en) Portable electronic computer system
JP3525771B2 (en) Bus snoop control circuit
JPH0855204A (en) Ic card with cpu and accessible address limiting method of ic card with cpu
JPS63197251A (en) Information processor
KR950000495B1 (en) Node memory system for parallel processing system
JP3293144B2 (en) Peripheral control device