JPH10240616A - Microcomputer - Google Patents

Microcomputer

Info

Publication number
JPH10240616A
JPH10240616A JP4244897A JP4244897A JPH10240616A JP H10240616 A JPH10240616 A JP H10240616A JP 4244897 A JP4244897 A JP 4244897A JP 4244897 A JP4244897 A JP 4244897A JP H10240616 A JPH10240616 A JP H10240616A
Authority
JP
Japan
Prior art keywords
central processing
control circuit
cpu
processing unit
address
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
JP4244897A
Other languages
Japanese (ja)
Inventor
Kensaku Fukumoto
憲作 福本
Yoshiaki Kasuga
義昭 春日
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electronics 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 Matsushita Electronics Corp filed Critical Matsushita Electronics Corp
Priority to JP4244897A priority Critical patent/JPH10240616A/en
Publication of JPH10240616A publication Critical patent/JPH10240616A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To extend the entire memory space to be more than (n-th power of 2) bytes in the case of being provided with (n) address buses and to make a user able to develop software without being conscious of a bank. SOLUTION: This microcomputer 1 incorporates a CPUa 2, a CPUb 2, a CPUc 4, a CPUd 5 and a swap control circuit 9 for controlling the execution order of the respective CPUs 2-5. In this case, by program bank address selection signals 11 outputted from the swap control circuit 9 corresponding to the CPU to perform execution and address signals from the selected CPU, the memory space in a ROM 7 to be accessed is decided.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、n本の内部アドレ
スバスを有するマイクロコンピュータにおいて、命令フ
ェッチアドレスのバス幅を増やすことなく、全メモリ空
間を2のn乗バイト以上に拡張することのできるマイク
ロコンピュータに関するものである。
The present invention relates to a microcomputer having n internal address buses, and can expand the entire memory space to 2 @ n bytes or more without increasing the bus width of instruction fetch addresses. It relates to a microcomputer.

【0002】[0002]

【従来の技術】近年、機器の高機能,高性能化,処理の
高速化に伴い、機器制御用マイクロコンピュータに搭載
されているプログラムメモリ領域、すなわちROM空間
は、更なる大容量化が要求されている。しかし、アドレ
スバス幅n本を有する中央演算装置(以下、CPUと称
する)では2のn乗バイトのROM空間を越えてアクセ
スすることができない。
2. Description of the Related Art In recent years, as the functions and performance of devices have become higher and the processing speed has increased, the program memory area, that is, the ROM space, mounted on a microcomputer for controlling devices has been required to have a larger capacity. ing. However, a central processing unit (hereinafter referred to as a CPU) having n address bus widths cannot access beyond the ROM space of 2 n bytes.

【0003】ところで、従来、2のn乗バイトを超える
ROM空間にアクセスする方法に、バンク切り替え方式
がある。この方式について図4を用いて以下に説明す
る。なお、以下の例はアドレスバス幅16本を有している
CPUを例にあげて説明する。
Conventionally, there is a bank switching method as a method of accessing a ROM space exceeding 2 n bytes. This method will be described below with reference to FIG. In the following example, a CPU having 16 address bus widths will be described as an example.

【0004】31はアドレスバス幅が16ビットのCPUで
ある。CPU31は、16ビットアドレスバスと8ビットデ
ータバスからなる内部バス32に接続されている。33はR
OMである。ROM33と内部バス32との間には、バンク
切り替え制御回路34が接続されている。バンク切り替え
制御回路34からはバンク切り替え制御信号35が出力され
ており、ROM33に入力されている。また、内部バス32
とバンク切り替え制御信号35は外部メモリ拡張用インタ
ーフェースバス36に接続されている。これらはマイクロ
コンピュータ30上に設置されている。
Reference numeral 31 denotes a CPU having an address bus width of 16 bits. The CPU 31 is connected to an internal bus 32 composed of a 16-bit address bus and an 8-bit data bus. 33 is R
OM. A bank switching control circuit 34 is connected between the ROM 33 and the internal bus 32. A bank switching control signal 35 is output from the bank switching control circuit 34 and is input to the ROM 33. Also, internal bus 32
And the bank switching control signal 35 are connected to an external memory expansion interface bus 36. These are installed on the microcomputer 30.

【0005】バンク切り替え方式では、ROM空間を16
ビットアドレスバスでアクセスすることのできる最大
値、すなわち64kバイト毎に分割し、これを1つのバン
クとして使用する。そして、64kバイトを超えてROM
空間にアクセスする場合、バンク切り替え制御信号35が
17ビット目以上のアドレスバスの役割を果たすことで、
64kバイト超のROM空間へのアクセスを実現してい
る。
In the bank switching method, the ROM space is increased to 16
It is divided into the maximum value that can be accessed by the bit address bus, that is, 64 kbytes, and this is used as one bank. And ROM beyond 64K bytes
When accessing the space, the bank switching control signal 35
By acting as an address bus for the 17th bit and above,
Access to a ROM space of more than 64 Kbytes is realized.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、前記従
来の構成では、バンク切り替えの制御をソフトウエアに
よって行っているため、ソフト開発において64kバイト
超のROM空間を使用する場合、現在どのバンクにいる
のか、どのバンクに対してアクセスするのかなど、常に
バンクを意識していなければならない。したがってソフ
ト開発が容易に行うことが難しいという問題を有してい
た。
However, in the above-mentioned conventional configuration, since the control of bank switching is performed by software, when a ROM space of more than 64 Kbytes is used in software development, which bank is currently in use? You must always be aware of the bank, such as which bank to access. Therefore, there is a problem that it is difficult to easily develop software.

【0007】本発明は、このような問題点を解決するも
ので、ソフト開発においてバンクを意識せず、例えば、
アドレスバスが16ビット幅を持つCPUであれば、容易
に64kバイトのメモリ空間を超えるソフト開発が行うこ
とのできるマイクロコンピュータを提供することを目的
としている。
[0007] The present invention solves such a problem. For example, without considering a bank in software development, for example,
It is an object of the present invention to provide a microcomputer that can easily develop software exceeding a memory space of 64 Kbytes if the address bus is a CPU having a 16-bit width.

【0008】[0008]

【課題を解決するための手段】この目的を達成するため
に本発明のマイクロコンピュータは、n本の内部アドレ
スバスと、2のn乗バイトまたはワードの命令の取り出
しを行う複数の中央演算装置と、命令プログラムを記憶
した記憶装置とを備えたマイクロコンピュータにおい
て、前記複数個の中央演算装置の実行順序を制御するス
ワップ制御回路を内蔵し、実行する中央演算装置に対応
させて前記スワップ制御回路から出力されるプログラム
バンクアドレス選択信号と、各中央演算装置ごとに送ら
れるアドレス信号とを結合することによって、各中央演
算装置に対応してアクセスされる前記記憶装置における
アドレス空間を決定することを特徴とする。このように
構成によって、従来、ソフトウェアで行っていたバンク
切り替え制御と同等の機能がハードウエアにより実現さ
れる。
In order to achieve the above object, a microcomputer according to the present invention comprises n internal address buses, a plurality of central processing units for fetching 2n byte or word instructions. And a storage device storing an instruction program, wherein the microcomputer has a built-in swap control circuit for controlling the execution order of the plurality of central processing units. By combining the output program bank address selection signal and an address signal sent for each central processing unit, an address space in the storage device accessed corresponding to each central processing unit is determined. And With this configuration, a function equivalent to the bank switching control conventionally performed by software is realized by hardware.

【0009】また、前記スワップ制御回路によって選択
された中央演算装置の出力をデコードする命令デコーダ
を備え、また、それぞれの中央演算装置に前記記憶装置
の命令プログラムを書き込むための専用のレジスタ群を
設け、さらに少なくとも前記スワップ制御回路と前記記
憶装置と前記命令デコーダとを、時分割制御により複数
の中央演算装置との間で共有することを特徴とする。こ
のような構成により、複数のタスクを並列処理すること
ができる。
An instruction decoder for decoding an output of the central processing unit selected by the swap control circuit is provided, and a dedicated register group for writing an instruction program of the storage device is provided in each central processing unit. Further, at least the swap control circuit, the storage device, and the instruction decoder are shared by a plurality of central processing units by time division control. With such a configuration, a plurality of tasks can be processed in parallel.

【0010】また、前記スワップ制御回路から出力され
る前記プログラムバンクアドレス選択信号が、各中央演
算装置に対応して自動で切り替わることを特徴とする。
このような構成により、ソフト開発においてバンクを意
識する必要がなくなる。
Further, the program bank address selection signal output from the swap control circuit is automatically switched corresponding to each central processing unit.
With such a configuration, there is no need to be aware of the bank in software development.

【0011】[0011]

【発明の実施の形態】以下、本発明の一実施形態につい
て、図面を参照しながら説明する。
An embodiment of the present invention will be described below with reference to the drawings.

【0012】図1に本発明の実施形態におけるマイクロ
コンピュータの構成を示すブロック図であり、1はマイ
クロコンピュータ、2はCPUa、3はCPUb、4は
CPUc、5はCPUdであり、CPUa2、CPUb
3、CPUc4、CPUd5は、それぞれ同じ構造であ
る。なお、本実施形態はアドレスバス幅16本を有してい
るCPUを例にあげて説明する。
FIG. 1 is a block diagram showing the configuration of a microcomputer according to an embodiment of the present invention. 1 is a microcomputer, 2 is a CPUa, 3 is a CPUb, 4 is a CPUc, 5 is a CPUd, and CPUa2, CPUb
3, CPUc4 and CPUd5 have the same structure. In this embodiment, a CPU having 16 address bus widths will be described as an example.

【0013】CPUa2、CPUb3、CPUc4、C
PUd5は、16ビット幅のアドレスバスと8ビット幅の
データバスからなる内部バス6によって接続されてい
る。さらに内部バス6には記憶装置であるROM7と、
外部にメモリを拡張するための外部メモリ拡張用インタ
ーフェースバス8が接続されている。9はCPU2〜5
の実行順序を制御するスワップ制御回路である。スワッ
プ制御回路9からは、CPUスワップ制御信号10が各C
PUへ、さらにプログラムバンクアドレス選択信号11は
ROM7、外部メモリ拡張用インターフェースバス8へ
と出力している。
CPUa2, CPUb3, CPUc4, C
PUd5 is connected by an internal bus 6 consisting of a 16-bit width address bus and an 8-bit width data bus. Further, the internal bus 6 has a ROM 7 as a storage device,
An external memory expansion interface bus 8 for externally expanding a memory is connected. 9 is CPU2-5
Is a swap control circuit for controlling the execution order of. From the swap control circuit 9, the CPU swap control signal 10
The PU and the program bank address selection signal 11 are output to the ROM 7 and the external memory expansion interface bus 8.

【0014】少なくとも以上のもので構成された1チッ
プマイクロコンピュータ1の動作を、図1〜図3を参照
しながら説明する。
The operation of the one-chip microcomputer 1 composed of at least the above components will be described with reference to FIGS.

【0015】図1においてCPUa2、CPUb3、C
PUc4、CPUd5はスワップ制御回路9からのCP
Uスワップ制御信号10により、実行順序が制御されてい
る。例えば、各CPU2〜5の実行順序を、ある時間周
期をもって、CPUa2→CPUb3→CPUc4→C
PUd5→CPUa2と繰り返すように制御がなされ
る。
In FIG. 1, CPUa2, CPUb3, C
PUc4 and CPUd5 are CPs from the swap control circuit 9.
The execution order is controlled by the U swap control signal 10. For example, the execution order of each of the CPUs 2 to 5 is changed in a certain time cycle from CPUa2 → CPUb3 → CPUc4 → C
Control is performed so that PUd5 → CPUa2 is repeated.

【0016】ここで、実行CPUに対応してプログラム
バンクアドレス選択信号11が順次自動で切り替えられ
る。プログラムバンクアドレス選択信号11は、2ビット
データの信号であり、CPUa2の実行中は“00”、
CPUb3の実行中は“01”、CPUc4の実行中は
“10”、CPUd5の実行中は“11”と実行CPU
に対応したデータが出力される。
Here, the program bank address selection signal 11 is sequentially and automatically switched according to the execution CPU. The program bank address selection signal 11 is a 2-bit data signal, which is “00” during execution of the CPUa2,
"01" during execution of CPUb3, "10" during execution of CPUc4, and "11" during execution of CPUd5.
Is output.

【0017】図2は各CPUとアクセスできるROM空
間との関係を表した説明図である。CPUa2には、独
立した容量64kバイトのROM空間12が割り当てられて
おり、ROM空間12のROMアドレスは#0000〜#
FFFFである。同様にCPUb3に割り当てられてい
るROM空間13はROMアドレス#10000〜#1F
FFFである。以下同様にCPUc4、CPUd5には
それぞれROM空間14、ROM空間15が割り当てられて
おり、ROMアドレスはそれぞれ#20000〜#2F
FFF、#30000〜#3FFFFである。
FIG. 2 is an explanatory diagram showing the relationship between each CPU and an accessible ROM space. An independent ROM space 12 having a capacity of 64 Kbytes is allocated to the CPUa2, and the ROM addresses of the ROM space 12 are # 0000 to # 0000.
FFFF. Similarly, the ROM space 13 allocated to the CPU b3 has ROM addresses # 10000 to # 1F.
FFF. Similarly, a ROM space 14 and a ROM space 15 are respectively allocated to the CPUs c4 and d5, and the ROM addresses are # 2000 to # 2F, respectively.
FFF, # 30000 to # 3FFFF.

【0018】ここで図1に示すように、各CPU2〜
5、内部バス6はアドレスバス幅16ビットしか持ってい
ないため、アクセスできるROM空間はアドレス#00
00〜#FFFFまでの64kバイトである。ここに2ビ
ットデータを持つプログラムバンクアドレス選択信号11
を内部バス6とは別に、CPUが毎に送られる16ビット
のアドレス信号の最上位にプログラムバンクアドレス選
択信号11を結合すること、すなわちプログラムバンクア
ドレス選択信号11をROMアドレスの最上位2ビットと
して使用することにより、あたかもアドレスバス幅18ビ
ットのアドレスデータとして使用できる。
Here, as shown in FIG.
5. Since the internal bus 6 has only an address bus width of 16 bits, the accessible ROM space is address # 00.
It is 64 kbytes from 00 to #FFFF. Here, program bank address selection signal 11 having 2-bit data
Separately from the internal bus 6, the CPU couples the program bank address selection signal 11 to the most significant 16-bit address signal sent each time, that is, the program bank address selection signal 11 is used as the most significant two bits of the ROM address. By using this, it can be used as address data having an address bus width of 18 bits.

【0019】その結果、アドレスバス幅18ビットでは#
0000〜#3FFFFまでのROMアドレスにアクセ
ス可能となり、256kバイトのROM空間が使用でき
る。プログラムバンクアドレス選択信号11は、先に述べ
たように実行CPUに対応して自動で順次切り替わるた
め、各CPU2〜5は、それぞれ割り当てられた64kバ
イトを超えるROM空間へのアクセスが可能となる。
As a result, if the address bus width is 18 bits, #
ROM addresses from 0000 to # 3FFFF can be accessed, and a 256-Kbyte ROM space can be used. As described above, the program bank address selection signal 11 is automatically and sequentially switched in accordance with the execution CPU, so that each of the CPUs 2 to 5 can access the allocated ROM space exceeding 64 Kbytes.

【0020】さらに内部バス6とプログラムバンクアド
レス選択信号11は、外部メモリ拡張用インターフェース
バス8に接続しており、1チップマイクロコンピュータ
1の外部に256kバイトまでの外部メモリを接続でき
る。
Further, the internal bus 6 and the program bank address selection signal 11 are connected to the external memory expansion interface bus 8, so that an external memory of up to 256 Kbytes can be connected outside the one-chip microcomputer 1.

【0021】図3はCPUの実行制御を示すブロック図
であり、16,17,18,19は命令先取りのための命令キュ
ー、20,21,22,23は命令レジスタを示し、命令キュー
16レジスタ20はCPUa2固有のものである。同様に、
命令キュー17および命令レジスタ21はCPUb3、命令
キュー18および命令レジスタ22はCPUc4、命令キュ
ー19および命令レジスタ23はCPUd5固有のものであ
る。
FIG. 3 is a block diagram showing the execution control of the CPU, where 16, 17, 18, and 19 indicate instruction queues for prefetching instructions, 20, 21, 22, and 23 indicate instruction registers.
The 16 register 20 is unique to the CPUa2. Similarly,
The instruction queue 17 and the instruction register 21 are specific to the CPU b3, the instruction queue 18 and the instruction register 22 are specific to the CPU c4, and the instruction queue 19 and the instruction register 23 are specific to the CPU d5.

【0022】スワップ制御回路9が、実行するCPUと
してCPUa2を選択すると、命令キュー16にはROM
7における#0000〜#FFFFに記憶されているプ
ログラムが格納され、さらにこのプログラムを基にCP
Ua2によって各種演算処理が行われ、その結果が命令
デコーダ24を介してCPU制御信号として出力される。
このとき、スワップ制御回路9において次に実行するC
PUとしてCPUb3を選択する。CPUb3が選択さ
れると、CPUb3の命令キュー17にはROM7におけ
る#10000〜#1FFFFに記憶されているプログ
ラムが格納され、さらにこのプログラムを基にCPUb
3によって各種演算処理が行われ、その結果が命令デコ
ーダ24を介してCPU制御信号として出力される。この
とき、スワップ制御回路9が次に実行するCPUとして
CPUc4を選択する。以下、スワップ制御回路9がC
PUc4としてCPUd5を選択した場合も同様であ
る。
When the swap control circuit 9 selects CPUa2 as the CPU to execute, the instruction queue 16
7, the program stored in # 0000 to #FFFF is stored.
Various arithmetic processes are performed by Ua2, and the results are output as CPU control signals via the instruction decoder 24.
At this time, the C to be executed next in the swap control circuit 9 is
Select CPUb3 as PU. When the CPU b3 is selected, the program stored in # 10000 to # 1FFFF in the ROM 7 is stored in the instruction queue 17 of the CPU b3.
Various arithmetic processing is performed by 3, and the results are output as CPU control signals via the instruction decoder 24. At this time, the swap control circuit 9 selects the CPU c4 as the CPU to be executed next. Hereinafter, the swap control circuit 9
The same applies when CPUd5 is selected as PUc4.

【0023】このように、本実施形態によれば、従来の
ソフトウェアによるバンク切り替え制御と同等の機能が
ハードウエアにより実現されるため、ソフト開発におい
てバンクを意識することなく、容易に64kバイト超のソ
フト開発が行える。ROM7,スワップ制御回路9,命
令デコーダ24等のハードウェアを、各CPU毎に時分割
で共有することで、複数のタスクを並列処理することが
可能となる。
As described above, according to the present embodiment, since a function equivalent to the conventional bank switching control by software is realized by hardware, it is possible to easily exceed 64 Kbytes without being aware of the bank in software development. Software development can be performed. By sharing hardware such as the ROM 7, the swap control circuit 9, and the instruction decoder 24 in a time-sharing manner for each CPU, a plurality of tasks can be processed in parallel.

【0024】なお、本実施形態においては、CPU数を
4つ、アドレスバス幅を16ビット、データバス幅を8ビ
ットとしたが、任意のバス幅、任意のCPU数を持って
いても、CPU数に応じてプログラムバンクアドレス選
択信号11がアドレスバスの上位ビットとして動作するの
は言うまでもない。
In this embodiment, the number of CPUs is 4, the address bus width is 16 bits, and the data bus width is 8 bits. However, even if the CPU has any bus width and any number of CPUs, It goes without saying that the program bank address selection signal 11 operates as the upper bit of the address bus according to the number.

【0025】[0025]

【発明の効果】以上のように本発明は複数個のCPU
と、スワップ制御回路を設けることにより、従来のバン
ク切り替え制御と同等の機能がハードウエアにより実現
されるため、ソフト開発においてバンクを意識すること
なく、例えば、アドレスバス幅が16ビットのCPUであ
るならば、容易に64kバイト超のソフト開発が行える。
As described above, the present invention provides a plurality of CPUs.
By providing a swap control circuit, a function equivalent to the conventional bank switching control is realized by hardware. For example, a CPU having an address bus width of 16 bits without being aware of banks in software development. Then, you can easily develop software of more than 64K bytes.

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

【図1】本発明の実施形態におけるマイクロコンピュー
タの構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a microcomputer according to an embodiment of the present invention.

【図2】図1におけるCPU毎に対応するROM空間の
関係を示す説明図である。
FIG. 2 is an explanatory diagram showing a relationship of a ROM space corresponding to each CPU in FIG. 1;

【図3】CPUの実行制御を示すブロック図である。FIG. 3 is a block diagram illustrating execution control of a CPU.

【図4】従来のマイクロコンピュータの構成を示すブロ
ック図である。
FIG. 4 is a block diagram showing a configuration of a conventional microcomputer.

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

1,30…マイクロコンピュータ、 2…CPUa、 3
…CPUb、 4…CPUc、 5…CPUd、 6,
32…内部バス、 7,33…ROM、 8,36…外部メモ
リ拡張用インターフェースバス、 9…スワップ制御回
路、 10…CPUスワップ制御信号、 11…プログラム
バンクアドレス選択信号、 12,13,14,15…ROM空
間、 16,17,18,19…命令キュー、 20,21,22,23
…命令レジスタ、 31…バンク切り替え制御回路、 35
…バンク切り替え制御信号。
1, 30: microcomputer, 2: CPUa, 3
... CPUb, 4 ... CPUc, 5 ... CPUd, 6,
32: Internal bus, 7, 33: ROM, 8, 36: External memory expansion interface bus, 9: Swap control circuit, 10: CPU swap control signal, 11: Program bank address selection signal, 12, 13, 14, 15 ... ROM space, 16, 17, 18, 19 ... Instruction queue, 20, 21, 22, 23
... instruction register, 31 ... bank switching control circuit, 35
... Bank switching control signal.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 n本の内部アドレスバスと、2のn乗バ
イトまたはワードの命令の取り出しを行う複数の中央演
算装置と、命令プログラムを記憶した記憶装置とを備え
たマイクロコンピュータにおいて、前記複数個の中央演
算装置の実行順序を制御するスワップ制御回路を内蔵
し、実行する中央演算装置に対応させて前記スワップ制
御回路から出力されるプログラムバンクアドレス選択信
号と、各中央演算装置ごとに送られるアドレス信号とを
結合することによって、各中央演算装置に対応してアク
セスされる前記記憶装置におけるアドレス空間を決定す
ることを特徴とするマイクロコンピュータ。
1. A microcomputer comprising: n internal address buses; a plurality of central processing units for retrieving instructions of 2 n bytes or words; and a storage device for storing instruction programs. A swap control circuit for controlling the execution order of the central processing units, a program bank address selection signal output from the swap control circuit corresponding to the central processing unit to be executed, and sent to each central processing unit. A microcomputer for determining an address space in the storage device to be accessed corresponding to each central processing unit by combining with an address signal.
【請求項2】 前記スワップ制御回路によって選択され
た中央演算装置の出力をデコードする命令デコーダを備
え、また、それぞれの中央演算装置に前記記憶装置の命
令プログラムを書き込むための専用のレジスタ群を設
け、さらに少なくとも前記スワップ制御回路と前記記憶
装置と前記命令デコーダとを、時分割制御により複数の
中央演算装置との間で共有することを特徴とする請求項
1記載のマイクロコンピュータ。
2. An instruction decoder for decoding an output of a central processing unit selected by the swap control circuit, and a dedicated register group for writing an instruction program of the storage device is provided in each central processing unit. 2. The microcomputer according to claim 1, wherein at least the swap control circuit, the storage device, and the instruction decoder are shared with a plurality of central processing units by time division control.
【請求項3】 前記スワップ制御回路から出力される前
記プログラムバンクアドレス選択信号が、各中央演算装
置に対応して自動で切り替わることを特徴とする請求項
1または2記載のマイクロコンピュータ。
3. The microcomputer according to claim 1, wherein the program bank address selection signal output from the swap control circuit is automatically switched corresponding to each central processing unit.
JP4244897A 1997-02-26 1997-02-26 Microcomputer Pending JPH10240616A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4244897A JPH10240616A (en) 1997-02-26 1997-02-26 Microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4244897A JPH10240616A (en) 1997-02-26 1997-02-26 Microcomputer

Publications (1)

Publication Number Publication Date
JPH10240616A true JPH10240616A (en) 1998-09-11

Family

ID=12636365

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4244897A Pending JPH10240616A (en) 1997-02-26 1997-02-26 Microcomputer

Country Status (1)

Country Link
JP (1) JPH10240616A (en)

Similar Documents

Publication Publication Date Title
US6058474A (en) Method and apparatus for DMA boot loading a microprocessor without an internal ROM
US20080091920A1 (en) Transferring data between registers in a RISC microprocessor architecture
US5860101A (en) Scalable symmetric multiprocessor data-processing system with data allocation among private caches and segments of system memory
JP4226085B2 (en) Microprocessor and multiprocessor system
JP2816624B2 (en) Speed improved data processing system for performing square operation and method thereof
US6606684B1 (en) Multi-tiered memory bank having different data buffer sizes with a programmable bank select
JP3605205B2 (en) Data processing device and processing method
GB2024475A (en) Memory access controller
JP2001043180A (en) Microprocessor and storage device therefor
JP2551167B2 (en) Microcomputer
JPH10240616A (en) Microcomputer
US5793991A (en) Method of equalizing loads on a computer bus
JPH09505428A (en) Microcontroller with page address mode
JPH0814791B2 (en) Processing system
JPH07334420A (en) Extended memory control circuit
JP3203007B2 (en) I / O address conversion method for virtual machines
JPH10247150A (en) Data processing system
JP2522063B2 (en) Single-chip micro computer
JP2918570B2 (en) Central processing unit
JP2692180B2 (en) Microcomputer
JP2742245B2 (en) Parallel computer
JPH0778730B2 (en) Information processing equipment
JP2006048488A (en) Instruction processor and semiconductor device
JPH09325910A (en) Microcomputer
JPS6143359A (en) Memory access system