JP2843329B2 - Bank switching device - Google Patents

Bank switching device

Info

Publication number
JP2843329B2
JP2843329B2 JP63045631A JP4563188A JP2843329B2 JP 2843329 B2 JP2843329 B2 JP 2843329B2 JP 63045631 A JP63045631 A JP 63045631A JP 4563188 A JP4563188 A JP 4563188A JP 2843329 B2 JP2843329 B2 JP 2843329B2
Authority
JP
Japan
Prior art keywords
bank
address
address data
register
cpu
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.)
Expired - Fee Related
Application number
JP63045631A
Other languages
Japanese (ja)
Other versions
JPH01219932A (en
Inventor
敏光 中出
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.)
Consejo Superior de Investigaciones Cientificas CSIC
Original Assignee
Consejo Superior de Investigaciones Cientificas CSIC
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 Consejo Superior de Investigaciones Cientificas CSIC filed Critical Consejo Superior de Investigaciones Cientificas CSIC
Priority to JP63045631A priority Critical patent/JP2843329B2/en
Publication of JPH01219932A publication Critical patent/JPH01219932A/en
Application granted granted Critical
Publication of JP2843329B2 publication Critical patent/JP2843329B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 <産業上の利用分野> この発明は、バンク切換えを行ってメモリのアドレス
空間を拡張するバンク切換装置に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a bank switching apparatus for expanding a memory address space by performing bank switching.

<従来の技術> 16ビット以上のCPU(中央演算処理装置)では、扱え
るメモリ空間も広く、MMU(メモリ管理ユニット)を内
蔵したりMMUチップを外付けしたりすることにより、リ
ロケーション方式によってメモリ空間の拡張や管理を容
易に行うことができる。一方、8ビットCPUではCPUの能
力に制限があるためリロケーション方式によって大容量
メモリを有するシステムを作ることができない。しかし
ながら、8ビットCPUではメモリ空間(論理アドレス空
間)には64Kバイトと制約があり、8ビットCPUで第容量
メモリを扱うシステムでは何らかの手段によりメモリ空
間(物理アドレス空間)を拡張する必要がある。
<Conventional technology> A 16-bit or higher CPU (Central Processing Unit) can handle a large memory space, and a built-in MMU (Memory Management Unit) or external MMU chip enables the memory space to be relocated. Can be easily expanded and managed. On the other hand, with an 8-bit CPU, a system having a large capacity memory cannot be created by the relocation method due to the limitation of the CPU capacity. However, in an 8-bit CPU, the memory space (logical address space) is limited to 64 Kbytes, and in a system that handles the second capacity memory with an 8-bit CPU, it is necessary to expand the memory space (physical address space) by some means.

従来、8ビットCPUを用いたシステムでは、バンク切
換えによるメモリ管理を内蔵したものはない。したがっ
てユーザが、個別に標準ロジックまたはゲートアレイに
よるバンク切換ロジックをI/O(入出力)ポートを介し
てCPUの外部に付加することにより、物理アドレス空間
を拡張するようにしている。しかも、その場合1つの固
定した領域のバンク切換えのみを行うことが多い。一
方、8ビットCPUにリロケーション方式によるメモリ管
理機能を内蔵したものもあるが、その場合は従来の8ビ
ットCPUの開発ツールが使えない等の問題点がある。
Conventionally, no system using an 8-bit CPU has a built-in memory management by bank switching. Therefore, the user adds the standard logic or the bank switching logic by the gate array to the outside of the CPU via the I / O (input / output) port to expand the physical address space. Moreover, in that case, only bank switching of one fixed area is often performed. On the other hand, some 8-bit CPUs have a built-in memory management function based on the relocation method. However, in that case, there are problems such as the inability to use a conventional 8-bit CPU development tool.

また、メモリ側にバンク切換え機能を内蔵したもの
(マスクROM)もあるが、バンクアドレスが固定されて
いるため特殊な使用方法のみに制限される。
There is also a memory (mask ROM) having a bank switching function on the memory side, but the bank address is fixed, so that only a special use method is restricted.

<発明が解決しようとする課題> 上述のように、従来8ビットCPUに対して種々のメモ
リ空間の拡張が行われている。しかしながら、いずれも
次に示すような問題点がある。すなわち、 1.ユーザ自身がCPUの外部にバンク切換えのロジックを
付加する場合には、ユーザ自身がメモリ管理用ロジック
を設計しなければならない。また、CPUに対する外付け
回路が必要となる。
<Problems to be Solved by the Invention> As described above, various memory spaces have been expanded in the conventional 8-bit CPU. However, both have the following problems. That is: 1. When the user himself / herself adds bank switching logic outside the CPU, the user himself / herself must design the memory management logic. Also, an external circuit for the CPU is required.

2.リロケーション方式によるメモリ管理では、同一命令
体系のCPUでも従来の開発ツールが使えない。
2. In memory management using the relocation method, conventional development tools cannot be used even with CPUs of the same instruction system.

3.メモリ側にバンク切換え機能を内蔵したものでは、バ
ンクアドレスが固定されているため、バンク切換えアド
レスを指定できない。また、任意のアドレス領域だけを
バンクに展開することができない。
3. If the memory has a bank switching function, the bank address is fixed, so the bank switching address cannot be specified. Further, it is not possible to develop only an arbitrary address area in a bank.

4.本格的なMMUでは、指定以外のアドレスをアクセスし
た場合にはトラップ等を発生して複雑な処理を必要とす
る。
4. In a full-scale MMU, when an address other than the specified address is accessed, a trap or the like is generated and complicated processing is required.

5.DMA(ダイレクト・メモリ・アクセス)等CPU以外にア
ドレスバス使用権をもつもの(以下バスリクエスタと言
う)が複数個存在するシステムの場合、上述のようにCP
Uによる1つの固定した領域でのバンク展開では、CPUが
アクセスするバンク以外のバンクをDMA等のバスリクエ
スタがアクセスすることができない。すなわち、CPUの
メモリ・アクセスとバスリクエスタのメモリ・アクセス
は独立しているにもかかわらず、バスリクエスタはCPU
が指定したバンクしかアクセスできない。逆にCPUは不
用意にバンクを切換えることができない。
5. In a system such as DMA (direct memory access) where there are multiple CPUs that have the right to use the address bus (hereinafter referred to as bus requesters) other than the CPU, as described above,
In the bank expansion in one fixed area by U, banks other than the bank accessed by the CPU cannot be accessed by the bus requester such as the DMA. In other words, although the memory access of the CPU and the memory access of the bus requester are independent, the bus requester
Can access only the specified bank. Conversely, the CPU cannot inadvertently switch banks.

等の問題がある。There are problems such as.

そこで、この発明の目的は、CPU側にバンク切換えに
よるメモリ管理機能を複数系列内蔵して、CPUがアクセ
スするバンク以外のバンクをバスリクエスタがアクセス
できるバンク切換装置を提供することにある。
SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a bank switching device in which a plurality of memory management functions by bank switching are built in a CPU side so that a bus requester can access a bank other than a bank accessed by the CPU.

<課題を解決するための手段> 上記目的を達成するため、この発明は、メモリの限ら
れた論理アドレス空間をより大きい物理アドレス空間へ
拡張するバンク切換装置であって、バンク切換を行うア
ドレス領域を指定するアドレスデータを格納するブロッ
クレジスタと、上記ブロックレジスタに格納されたアド
レスデータによって指定されたアドレス領域を拡張する
バンクを指定するバンク番号を格納するバンクレジスタ
と、中央演算処理装置によって双方向の下位アドレスラ
インに出力されるアドレスデータあるいは上記双方向の
下位アドレスラインを介して外部のバスリクエスタより
入力されるアドレスデータと、上記ブロックレジスタに
格納されたアドレスデータとが一致した場合に一致信号
を出力する一致検出回路と、上記一致検出回路から出力
される一致信号に基づいて、上記中央演算処理装置から
のアドレスデータあるいは上記外部のバスリクエスタよ
り上記双方向の下位アドレスラインを介して入力された
アドレスデータと上記ブロックレジスタからのアドレス
データとが一致したときには、上記バンクレジスタに格
納されたバンク番号を拡張アドレスラインに出力する一
方、一致しないときには、アドレス領域を拡張しないこ
とを表すバンク番号を上記拡張ラインに出力する制御回
路を有するバンク切換機能ブロックを、上記中央演算処
理装置と共に1チップ上に複数設けたことを特徴として
いる。
<Means for Solving the Problems> In order to achieve the above object, the present invention relates to a bank switching device for expanding a limited logical address space of a memory to a larger physical address space, and comprises an address area for performing bank switching. And a bank register for storing a bank number for specifying a bank extending an address area specified by the address data stored in the block register. A match signal is output when the address data output to the lower address line or the address data input from the external bus requester via the bidirectional lower address line matches the address data stored in the block register. And a match detection circuit that outputs Address data from the central processing unit or address data input from the external bus requester via the bidirectional lower address line and address data from the block register based on the coincidence signal output from the block register. A bank which has a control circuit for outputting the bank number stored in the bank register to the extended address line when it matches, while outputting a bank number indicating that the address area is not extended to the extended line when it does not match A plurality of switching function blocks are provided on one chip together with the central processing unit.

<作用> CPUおよびバスリクエスタ用のバンク切換を行うアド
レス領域を指定するアドレスデータが、夫々異なるバン
ク切換機能ブロックのブロックレジスタに予め格納され
る。一方、上記ブロックレジスタに格納されたアドレス
データによって指定されたアドレス領域を拡張するバン
クを指定する上記CPUおよびバスリクエスタ用のバンク
番号が、夫々異なるバンク切換機能ブロックのバンクレ
ジスタに予め格納される。そして、CPUから下位アドレ
スラインにアドレスデータが出力されたとする。
<Operation> Address data specifying an address area for performing bank switching for the CPU and the bus requester is stored in advance in block registers of different bank switching function blocks. On the other hand, the bank numbers for the CPU and the bus requester that specify the bank that extends the address area specified by the address data stored in the block register are stored in advance in the bank registers of the different bank switching function blocks. Assume that address data is output from the CPU to the lower address line.

そうすると、各バンク切換機能ブロックの一致検出回
路は、上記CPUから上記下位アドレスラインに出力され
たアドレスデータと上記ブロックレジスタに予め格納さ
れたアドレスデータとが一致した場合に一致信号を出力
する。そして、上記一致検出回路から出力される一致信
号に基づいて、上記CPUからのアドレスデータと上記ブ
ロックレジスタからのアドレスデータとが一致したとき
には、上記バンクレジスタに格納されたバンク番号が制
御回路によって拡張アドレスラインに出力される一方、
一致しないときには、アドレス領域を拡張しないことを
表わすバンク番号が上記制御回路によって上記拡張アド
レスラインに出力される。こうして、該当する1つのバ
ンク切換機能ブロックによって、上記CPUがアクセスす
るバンクが設定される。
Then, the match detection circuit of each bank switching function block outputs a match signal when the address data output from the CPU to the lower address line matches the address data previously stored in the block register. When the address data from the CPU matches the address data from the block register based on the match signal output from the match detection circuit, the bank number stored in the bank register is expanded by the control circuit. While output to the address line,
If they do not match, a bank number indicating that the address area is not extended is output to the extended address line by the control circuit. In this way, a bank to be accessed by the CPU is set by the corresponding one bank switching function block.

一方、上記バスリクエスタから上記下位アドレスライ
ンを介してアドレスデータが入力されると、各バンク切
換機能ブロックによって上述と同様の動作が行われる。
そして、該当する他のバンク切換機能ブロックによっ
て、上記バスリクエスタがアクセスするバンクのバンク
番号が上記拡張アドレスラインに出力されて、上記バス
リクエスタがアクセスするバンクが設定される。
On the other hand, when address data is input from the bus requester via the lower address line, the same operation as described above is performed by each bank switching function block.
Then, the bank number of the bank accessed by the bus requester is output to the extended address line by another corresponding bank switching function block, and the bank accessed by the bus requester is set.

こうして、上記バスリクエスタは上記CPUとは独立し
て別のバンクをアクセスすることができる。
Thus, the bus requester can access another bank independently of the CPU.

<実施例> 以下、この発明を図示の実施例により詳細に説明す
る。
<Example> Hereinafter, the present invention will be described in detail with reference to an illustrated example.

第1図はこの発明による論理アドレス空間から物理ア
ドレス空間への拡張例を示したものである。CPUの本来
の論理アドレス空間はバンク0のブロック方向(縦方
向)の限られたメモリ領域であるが、この発明により任
意のバンク切換え指定領域(ブロック)をバンク方向
(横方向)に展開できる。
FIG. 1 shows an example of extension from a logical address space to a physical address space according to the present invention. Although the original logical address space of the CPU is a limited memory area in the block direction (vertical direction) of bank 0, the present invention allows an arbitrary bank switching designation area (block) to be developed in the bank direction (horizontal direction).

第2図はこの発明のバンク切換装置の一実施例を示す
ブロック図であり、1チップ21の中に内蔵されている。
第1ブロックレジスタ231はバンク切換えを行うブロッ
クのアドレス領域を格納するレジスタであり、第1バン
クレジスタ232は第1ブロックレジスタ231に格納して指
定した領域を拡張するバンクのバンク番号を格納するレ
ジスタである。
FIG. 2 is a block diagram showing an embodiment of the bank switching device of the present invention, which is incorporated in one chip 21.
The first block register 231 is a register for storing an address area of a block for which bank switching is to be performed, and the first bank register 232 is a register for storing a bank number of a bank which is stored in the first block register 231 and extends a designated area. It is.

予め、バンク切換えを行うアドレス領域を指定するた
めにCPU22から出力されるアドレスデータを第1ブロッ
クレジスタ231に格納し、拡張するバンクを指定するた
めにCPU22から出力されるバンク番号を第1バンクレジ
スタ232に格納しておく。
The address data output from the CPU 22 in advance to specify an address area for bank switching is stored in the first block register 231, and the bank number output from the CPU 22 to specify the bank to be expanded is stored in the first bank register. 232 is stored.

そして、上記CPU22または図示しないDMA等のバスリク
エスタが該当アドレスをアクセスした際に、第1一致検
出回路233によって、CPU22またはバスリクエスタから出
力されたアクセスアドレスデータと第1ブロックレジス
タ231に予め格納して指定されたアドレスデータとの一
致性が検出される。そして、一致する場合には、第1一
致検出回路233から出力される一致信号に基づいて、第
1制御回路234によって、第1バンクレジスタ232に格納
されて指定されたバンク番号をマルチプレクサ25へ出力
する。
When the CPU 22 or a bus requester such as a DMA (not shown) accesses the corresponding address, the first match detection circuit 233 stores the access address data output from the CPU 22 or the bus requester and the first block register 231 in advance. Is detected with the address data specified. If they match, the first control circuit 234 outputs the specified bank number stored in the first bank register 232 to the multiplexer 25 based on the match signal output from the first match detection circuit 233. I do.

一方、上記CPU22のアクセスアドレスデータが第1ブ
ロックレジスタ231に格納して指定されたアドレスデー
タと一致しない場合には、第1一致検出回路233は一致
信号を出力しない。その結果、第1バンクレジスタ232
からのバンク番号の出力が禁止されて、第1制御回路23
4はバンク0を拡張アドレスラインに出力する。
On the other hand, when the access address data of the CPU 22 does not match the address data specified and stored in the first block register 231, the first match detection circuit 233 does not output a match signal. As a result, the first bank register 232
Output of the bank number from the first control circuit 23 is prohibited.
4 outputs bank 0 to the extension address line.

ここで、本実施例においては、上述の第1ブロックレ
ジスタ231,第1バンクレジスタ232,第1一致検出回路23
3および第1制御回路234から成る第1バンク切換機能ブ
ロック23と同様に、第2ブロックレジスタ241,第2バン
クレジスタ242,第2一致検出回路243および第2制御回
路244から成る第2バンク切換機能ブロック24を設けて
いる。そして、上述と同様にしてアクセスするバンク番
号が第2制御回路244からマルチプレクサ25に出力され
る。そうすると、上記マルチプレクサ25は、第2制御回
路244から出力されるバンク番号と第1制御回路234から
出力されるバンク番号とをマルチプレックスして拡張ア
ドレスラインへ出力する。
Here, in the present embodiment, the above-described first block register 231, first bank register 232, first match detection circuit 23
Similarly to the first bank switching function block 23 including the third and first control circuits 234, the second bank switching including the second block register 241, the second bank register 242, the second match detection circuit 243, and the second control circuit 244. A function block 24 is provided. Then, the bank number to be accessed is output from the second control circuit 244 to the multiplexer 25 in the same manner as described above. Then, the multiplexer 25 multiplexes the bank number output from the second control circuit 244 and the bank number output from the first control circuit 234, and outputs the multiplexed address to the extended address line.

このように、本実施例のバンク切換装置は、第1バン
ク切換機能ブロック23と第2バンク切換機能ブロック24
の2つのバンク切換機能ブロックを有しているので、例
えば第1バンク切換機能ブロックでCPU22用のバンク切
換えを行うアドレス領域および拡張するバンク番号を指
定し、第2バンク切換機能ブロックでバスリクエスタ用
のバンク切換えを行うアドレス領域および拡張するバン
ク番号を指定することができる。その際には、CPU22か
らのアクセスアドレスデータに基づいて第1制御回路23
4からCPU22がアクセスするバンク番号が出力される。一
方、下記アドレスバス26を通って入力されるバスリクエ
スタからのアクセスアドレスデータに基づいて第2制御
回路244からバスリクエスタがアクセスするバンク番号
が出力される。
As described above, the bank switching device of the present embodiment includes the first bank switching function block 23 and the second bank switching function block 24.
The first bank switching function block specifies, for example, an address area for bank switching for the CPU 22 and an extended bank number in the first bank switching function block, and the second bank switching function block for the bus requester in the second bank switching function block. The address area for performing the bank switching and the bank number to be extended can be designated. At that time, the first control circuit 23 is controlled based on the access address data from the CPU 22.
The bank number accessed by the CPU 22 is output from 4. On the other hand, the bank number accessed by the bus requester is output from the second control circuit 244 based on the access address data from the bus requester input through the address bus 26 described below.

すなわち、上記バスリクエスタはCPU22と独立して別
のバンクをアクセスすることができるのである。
That is, the bus requester can access another bank independently of the CPU 22.

尚、本実施例においてはバンク切換機能ブロックを二
つ設けているが、この発明はこれに限定されるものでは
なく、バスリクエスタの数に応じて任意の数だけ設けて
もよい。
Although two bank switching function blocks are provided in the present embodiment, the present invention is not limited to this, and an arbitrary number may be provided according to the number of bus requesters.

<発明の効果> 以上より明らかなように、この発明のバンク切換装置
は、バンク切換を行うアドレス領域を指定するアドレス
データを予め格納するブロックレジスタ、上記アドレス
領域を拡張するバンクを指定するバンク番号を予め格納
するバンクレジスタ、CPUあるいは下位アドレスライン
からのアドレスデータと上記ブロックレジスタに格納さ
れたアドレスデータとが一致したときに上記バンクレジ
スタに格納されたバンク番号を拡張アドレスラインに出
力する制御回路で構成されるバンク切換機能ブロック
を、上記CPUと共に1チップ上に複数設けたので、各バ
ンク切換機能ブロック毎に異なるアドレスアクセス手段
用のバンク切換えを行うアドレス領域および拡張するバ
ンク番号を指定することができる。
<Effects of the Invention> As is apparent from the above description, the bank switching device according to the present invention includes a block register for storing address data for designating an address area for bank switching, and a bank number for designating a bank for extending the address area. Control circuit for outputting the bank number stored in the bank register to the extended address line when the address data from the CPU or the lower address line matches the address data stored in the block register. Since a plurality of bank switching function blocks composed of the above and the CPU are provided on one chip, it is necessary to specify an address area for performing bank switching for different address access means and a bank number to be extended for each bank switching function block. Can be.

したがって、この発明によれば、8ビットCPUに用い
てもCPU外部にバンク切換ロジックを付加することな
く、上記CPUがアクセスするバンク以外のバンクをバス
リクエスタがアクセスできるのである。
Therefore, according to the present invention, even when used in an 8-bit CPU, the bus requester can access a bank other than the bank accessed by the CPU without adding bank switching logic outside the CPU.

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

第1図はこの発明による論理アドレス空間から物理アド
レス空間への拡張の説明図、第2図はこの発明のバンク
切換装置の一実施例を示すブロック図である。 22……CPU、 231,241……ブロックレジスタ、 232,242……バンクレジスタ、 233,243……一致検出回路、 234,244……制御回路、 25……マルチプレクサ。
FIG. 1 is an explanatory diagram of an extension from a logical address space to a physical address space according to the present invention, and FIG. 2 is a block diagram showing an embodiment of a bank switching device of the present invention. 22 ... CPU, 231,241 ... Block register, 232,242 ... Bank register, 233,243 ... Match detection circuit, 234,244 ... Control circuit, 25 ... Mux.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】メモリの限られた論理アドレス空間をより
大きい物理アドレス空間へ拡張するバンク切換装置であ
って、 バンク切換を行うアドレス領域を指定するアドレスデー
タを格納するブロックレジスタと、 上記ブロックレジスタに格納されたアドレスデータによ
って指定されたアドレス領域を拡張するバンクを指定す
るバンク番号を格納するバンクレジスタと、 中央演算処理装置によって双方向の下位アドレスライン
に出力されるアドレスデータあるいは上記双方向の下位
アドレスラインを介して外部のバスリクエスタより入力
されるアドレスデータと、上記ブロックレジスタに格納
されたアドレスデータとが一致した場合に一致信号を出
力する一致検出回路と、 上記一致検出回路から出力される一致信号に基づいて、
上記中央演算処理装置からのアドレスデータあるいは上
記外部のバスリクエスタより上記双方向の下位アドレス
ラインを介して入力されたアドレスデータと上記ブロッ
クレジスタからのアドレスデータとが一致したときに
は、上記バンクレジスタに格納されたバンク番号を拡張
アドレスラインに出力する一方、一致しないときには、
アドレス領域を拡張しないことを表すバンク番号を上記
拡張ラインに出力する制御回路を有するバンク切換機能
ブロックを、 上記中央演算処理装置と共に1チップ上に複数設けたこ
とを特徴とするバンク切換装置。
1. A bank switching device for expanding a limited logical address space of a memory to a larger physical address space, comprising: a block register for storing address data designating an address area for performing a bank switch; A bank register that stores a bank number that specifies a bank that extends the address area specified by the address data stored in the address data stored in the address data output from the central processing unit to the lower bidirectional address line or the bidirectional lower address line A match detection circuit that outputs a match signal when address data input from an external bus requester via the lower address line matches the address data stored in the block register; Based on the matching signal
When the address data from the central processing unit or the address data input from the external bus requester via the bidirectional lower address line matches the address data from the block register, the data is stored in the bank register. While the output bank number is output to the extension address line,
A bank switching device comprising a plurality of bank switching function blocks having a control circuit for outputting a bank number indicating that an address area is not extended to the extension line, together with the central processing unit, on a single chip.
JP63045631A 1988-02-26 1988-02-26 Bank switching device Expired - Fee Related JP2843329B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63045631A JP2843329B2 (en) 1988-02-26 1988-02-26 Bank switching device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63045631A JP2843329B2 (en) 1988-02-26 1988-02-26 Bank switching device

Publications (2)

Publication Number Publication Date
JPH01219932A JPH01219932A (en) 1989-09-01
JP2843329B2 true JP2843329B2 (en) 1999-01-06

Family

ID=12724714

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63045631A Expired - Fee Related JP2843329B2 (en) 1988-02-26 1988-02-26 Bank switching device

Country Status (1)

Country Link
JP (1) JP2843329B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58179979A (en) * 1982-04-15 1983-10-21 Matsushita Electric Works Ltd Switching method of memory bank
JPS6336346A (en) * 1986-07-31 1988-02-17 Oki Electric Ind Co Ltd Bank switching circuit

Also Published As

Publication number Publication date
JPH01219932A (en) 1989-09-01

Similar Documents

Publication Publication Date Title
KR880000299B1 (en) Cash apparatus
KR950007448B1 (en) Integrated circuit memory system
KR960035290A (en) Method and apparatus for bus loading distribution in a data processing system
JP2843329B2 (en) Bank switching device
JPH07281948A (en) Memory controller
EP1285340B1 (en) Shared bus interface for digital signal processor
JPH02236652A (en) Page table within virtual memory
JP3182000B2 (en) Extended storage device in complex information processing system
JPS6232516B2 (en)
JPH0246970B2 (en) MEMORIKA KUCHOHOSHIKI
JP2003196156A (en) Information processor and information processing method
JP2534321B2 (en) Data transfer control method and apparatus
JP3109816B2 (en) Address generator
JPS58201157A (en) Control circuit of bank memory
JPS6336346A (en) Bank switching circuit
JPH0546462A (en) Multi-cpu address conversion mechanism
JPS62171058A (en) Address converter
JP2612715B2 (en) Address bus controller
EP0359212A2 (en) Computer system capable of controlling access to expanded memory
JPH0262642A (en) Bus switching system
JPH02141825A (en) Arithmetic unit
JPH0770229B2 (en) Read-only memory device
JPS6385958A (en) System control system
JPS583173A (en) Multiplex operation memory system
JPH05189264A (en) One-chip microcomputer

Legal Events

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