JPH1091433A - Registerselection controller - Google Patents
Registerselection controllerInfo
- Publication number
- JPH1091433A JPH1091433A JP8240595A JP24059596A JPH1091433A JP H1091433 A JPH1091433 A JP H1091433A JP 8240595 A JP8240595 A JP 8240595A JP 24059596 A JP24059596 A JP 24059596A JP H1091433 A JPH1091433 A JP H1091433A
- Authority
- JP
- Japan
- Prior art keywords
- general
- register
- program
- registers
- purpose registers
- 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
Links
Landscapes
- Executing Machine-Instructions (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、マイクロコンピュ
ータの演算時に使用される汎用レジスタを制御するため
のレジスタ選択制御装置に関するものである。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a register selection control device for controlling a general-purpose register used at the time of an operation of a microcomputer.
【0002】[0002]
【従来の技術】従来のこの種のレジスタ選択制御装置
は、図2に示したように構成されている。図2におい
て、1〜4は汎用レジスタ、5はデータバス、6は演算
部、7は汎用レジスタ1〜4を選択するためのアドレス
デコード部、8はメモリ、11〜14は汎用レジスタ1〜4
のアクセス許可信号線である。2. Description of the Related Art A conventional register selection control device of this kind is configured as shown in FIG. In FIG. 2, 1 to 4 are general registers, 5 is a data bus, 6 is an operation unit, 7 is an address decoding unit for selecting general registers 1 to 4, 8 is a memory, and 11 to 14 are general registers 1 to 4.
Access permission signal line.
【0003】前記従来例は、汎用レジスタ1〜4はデー
タバス5を介して演算部6と接続されており、汎用レジ
スタ1〜4を選択するためにアドレスデコード部7から
アクセス許可信号線11〜14が接続されている。このアク
セス許可信号線11,12,13,14はそれぞれの汎用レジス
タ1,2,3,4に対応している。また、メモリ8はデ
ータバス5を介して演算部6に接続されている。In the prior art, the general-purpose registers 1 to 4 are connected to an operation unit 6 via a data bus 5 and an access permission signal line 11 to 11 is transmitted from an address decoding unit 7 to select the general-purpose registers 1 to 4. 14 are connected. The access permission signal lines 11, 12, 13, and 14 correspond to the general-purpose registers 1, 2, 3, and 4, respectively. Further, the memory 8 is connected to the arithmetic unit 6 via the data bus 5.
【0004】以上のように構成された従来のレジスタ選
択制御装置について、以下にその動作を説明する。ま
ず、プログラムによる演算を行う際に、扱う変数の数が
汎用レジスタの個数を超えた場合、汎用レジスタ1〜4
をアドレスデコード部7からのアクセス許可信号線11〜
14のアクセス許可信号により選択し、汎用レジスタ1〜
4のデータをデータバス5を介し、メモリ8に一旦退避
させる。次の演算に必要な汎用レジスタ1〜4をアドレ
スデコード部7のアクセス許可信号により選択し、次の
演算に必要な新たなデータをデータバス5を介して汎用
レジスタ1〜4に格納する。その後、演算が終了して、
一旦メモリ8に退避したデータを使用する場合は、メモ
リ8からデータバス5を介して汎用レジスタ1〜4にデ
ータを復帰させる必要があった。The operation of the conventional register selection control device configured as described above will be described below. First, when the number of variables to be handled exceeds the number of general-purpose registers when performing an operation by a program, the general-purpose registers 1 to 4
From the access permission signal lines 11 to
14 general access registers 1 to 4
4 is temporarily saved in the memory 8 via the data bus 5. The general-purpose registers 1 to 4 required for the next operation are selected by the access permission signal of the address decoding unit 7, and new data required for the next operation are stored in the general-purpose registers 1 to 4 via the data bus 5. After that, the calculation is completed,
When the data once saved in the memory 8 is used, it is necessary to restore the data from the memory 8 to the general-purpose registers 1 to 4 via the data bus 5.
【0005】また、マイクロコンピュータが複数のプロ
グラムを処理する場合、各プログラムが汎用レジスタを
共用して使用するため、プログラム切り替えの際にアド
レスデコード部7からのアクセス許可信号線11〜14のア
クセス許可信号により汎用レジスタ1〜4を選択し、一
方のプログラムが使用していた汎用レジスタ1〜4のデ
ータをメモリ8に一旦退避し、他方のプログラムを実行
していた。さらに一方のプログラムを再度実行する場合
は、メモリ8から汎用レジスタ1〜4に退避したデータ
を復帰させる必要があった。When the microcomputer processes a plurality of programs, since each program uses the general-purpose registers in common, the access permission signal lines 11 to 14 from the address decode unit 7 are switched when the programs are switched. The general-purpose registers 1 to 4 are selected by a signal, the data of the general-purpose registers 1 to 4 used by one program is temporarily saved in the memory 8, and the other program is executed. When one of the programs is to be executed again, it is necessary to restore the data saved from the memory 8 to the general-purpose registers 1 to 4.
【0006】[0006]
【発明が解決しようとする課題】しかしながら、このよ
うな構成のレジスタ選択制御装置は、プログラムによる
演算を行う際にその扱う変数の数が増加するのに対応す
るために、また、複数のプログラムの処理を行う際のプ
ログラムの切り替え時に、汎用レジスタのデータをプロ
グラム毎にメモリに退避させる処理が必要なために、さ
らに、異なるプログラム間で共通の汎用レジスタのデー
タを使用する場合においてもメモリを介してデータ引渡
しをするために、汎用レジスタとメモリ間でデータの退
避と復帰の処理が増加して、その処理速度が低下してい
るという問題があった。However, the register selection control device having such a configuration has a problem of increasing the number of variables to be handled when performing an operation by a program. At the time of program switching at the time of processing, it is necessary to save the data of general-purpose registers to memory for each program. Therefore, there is a problem that the number of processes for saving and restoring data between the general-purpose register and the memory is increased and the processing speed is reduced.
【0007】本発明は、前記従来技術の問題を解決する
ものであり、扱う変数の数が増加しても汎用レジスタの
データ退避/復帰の処理を減少させ、また、プログラム
切り替えにおいても汎用レジスタのデータ退避/復帰の
処理による処理速度低下を回避し、さらに、異なるプロ
グラム間での汎用レジスタの共用化を行えるレジスタ選
択制御装置を提供することを目的とする。The present invention solves the above-mentioned problem of the prior art. Even if the number of variables to be handled increases, the data save / restore processing of the general-purpose register is reduced. It is an object of the present invention to provide a register selection control device capable of avoiding a reduction in processing speed due to data saving / restoring processing and sharing a general-purpose register between different programs.
【0008】[0008]
【課題を解決するための手段】この目的を達成するため
に、本発明に係るレジスタ制御装置は、データを一時的
に保持し、かつ演算に用いられる複数の汎用レジスタを
有するマイクロプロセッサまたはマイクロコンピュータ
において、汎用レジスタのうち、使用する複数個の汎用
レジスタをプログラムにより任意に指定する手段と、処
理中で指定する汎用レジスタとプログラムにより指定さ
れた汎用レジスタとを同一の汎用レジスタとして対応さ
せる手段とを備えるように構成したものである。In order to achieve the above object, a register control device according to the present invention temporarily stores data and has a microprocessor or microcomputer having a plurality of general-purpose registers used for operations. Means for arbitrarily specifying a plurality of general-purpose registers to be used by a program among general-purpose registers, and means for associating a general-purpose register specified during processing with a general-purpose register specified by a program as the same general-purpose register. Is provided.
【0009】前記構成によれば、データを一時的に格納
する複数の汎用レジスタの個数を増やしながらも、プロ
グラムによって指定する汎用レジスタ数を増やすことな
く、処理命令によって指定する汎用レジスタを複数かつ
任意に指定できるようにしたもので、これにより、プロ
グラムで特定できる汎用レジスタの数よりも多い複数の
汎用レジスタを有し、任意に汎用レジスタを組み替える
ことができる。According to the above configuration, while increasing the number of general-purpose registers for temporarily storing data, the number of general-purpose registers specified by a processing instruction can be increased without increasing the number of general-purpose registers specified by a program. This allows a plurality of general-purpose registers to be specified more than the number of general-purpose registers that can be specified by a program, and the general-purpose registers can be arbitrarily rearranged.
【0010】[0010]
【発明の実施の形態】以下、図面を参照して本発明にお
ける一実施の形態を詳細に説明する。図1は本発明の一
実施の形態におけるレジスタ選択制御装置の構成を示す
ブロック図である。ここで、前記従来例を示す図2で説
明した構成要件と対応するものには同一の符号を付すこ
とにする。図1において、1〜4,15〜18は汎用レジス
タ、5はデータバス、6は演算部、7はアドレスデコー
ド部、8はメモリ、11〜14はアクセス許可信号線、20は
レジスタ選択制御部、21〜28はアクセス信号線、30はフ
ラグレジスタ、31〜38は各汎用レジスタ1〜4,15〜18
に対応するフラグレジスタ30の選択ビットである。Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a register selection control device according to an embodiment of the present invention. Here, components corresponding to the components described in FIG. 2 showing the conventional example are denoted by the same reference numerals. In FIG. 1, 1-4, 15-18 are general-purpose registers, 5 is a data bus, 6 is an operation unit, 7 is an address decoding unit, 8 is a memory, 11-14 are access permission signal lines, and 20 is a register selection control unit. , 21 to 28 are access signal lines, 30 is a flag register, 31 to 38 are general-purpose registers 1 to 4, 15 to 18
Is a selection bit of the flag register 30 corresponding to.
【0011】本実施の形態の例ではプログラムで任意指
定する汎用レジスタの個数を最大4個とする。さらに、
レジスタ選択制御部20内部のフラグレジスタ30はデータ
を一時的に保存する汎用レジスタ数(本実施の形態の例
では8個)に対応したビット数から構成されており、8
ビットで構成されている。このフラグレジスタ30の選択
ビット31〜38は、ビット値が“1”の場合は「選択す
る」、“0”の場合は「選択しない」とする。In the example of this embodiment, the number of general-purpose registers arbitrarily specified by a program is four at maximum. further,
The flag register 30 in the register selection control unit 20 has a bit number corresponding to the number of general-purpose registers (eight in the present embodiment) for temporarily storing data.
Consists of bits. The selection bits 31 to 38 of the flag register 30 are "selected" when the bit value is "1" and "not selected" when the bit value is "0".
【0012】次に、本実施の形態の動作を説明する。ま
ず、フラグレジスタ30で選択された汎用レジスタ1〜
4,15〜18は汎用レジスタ1から順に、プログラム中で
指定されるレジスタ番号に対応するようにレジスタ選択
制御部20より、それに接続されたアクセス信号線21〜28
からアクセス信号が出力される。例えば、フラグレジス
タ30の汎用レジスタ1の選択ビット31、汎用レジスタ3
の選択ビット33、汎用レジスタ15の選択ビット35、汎用
レジスタ17の選択ビット37の各ビットに“1”を設定す
ると、レジスタ選択制御部20は汎用レジスタ1,3,1
5,17に対応するアクセス信号線21,23,25,27のみを
有効とし、それぞれのビットに対応する汎用レジスタ
1,3,15,17が選択される。Next, the operation of this embodiment will be described. First, the general-purpose registers 1 to 1 selected by the flag register 30
Reference numerals 4, 15 to 18 denote access signal lines 21 to 28 connected to the general register 1 by the register selection control unit 20 in order from the general register 1 so as to correspond to the register numbers designated in the program.
Outputs an access signal. For example, select bit 31 of general register 1 of flag register 30 and general register 3
When the selection bit 33 of the general register 15, the selection bit 35 of the general register 15, and the selection bit 37 of the general register 17 are set to "1", the register selection control unit 20 sets the general registers 1, 3, 1
Only the access signal lines 21, 23, 25, 27 corresponding to 5, 17 are made valid, and the general-purpose registers 1, 3, 15, 17 corresponding to each bit are selected.
【0013】また、レジスタ選択制御部20はプログラム
で指定された汎用レジスタに対応するように、フラグレ
ジスタ30はアドレスデコード部7への入力に基づいた汎
用レジスタ選択を実施する。本実施の形態では設定例の
ようにフラグレジスタ30が汎用レジスタ1,3,15,17
を選択している場合(表1)のようになる。The flag register 30 performs general-purpose register selection based on the input to the address decoding unit 7 so that the register selection control unit 20 corresponds to the general-purpose register specified by the program. In the present embodiment, the flag register 30 is used as the general-purpose registers 1, 3, 15, 17 as in the setting example.
Is selected (Table 1).
【0014】[0014]
【表1】 [Table 1]
【0015】これにより、汎用レジスタ8個の中から処
理中にハードウエアが使用する汎用レジスタ4個を任意
に選択することができ、プログラムが指定するレジスタ
番号に対応してハードウエア上の汎用レジスタを選択す
ることができる。また、プログラム上での変数の数が汎
用レジスタの個数を超えた場合、使用していない汎用レ
ジスタを使用するようにフラグレジスタ30の値を変更す
れば、汎用レジスタのデータを一旦退避させる必要がな
く、処理を連続して実施することができる。This makes it possible to arbitrarily select from among the eight general-purpose registers, four general-purpose registers used by the hardware during processing, and to correspond to the register numbers specified by the program. Can be selected. If the number of variables in the program exceeds the number of general-purpose registers, it is necessary to temporarily save the data in the general-purpose registers by changing the value of the flag register 30 so that unused general-purpose registers are used. And the processing can be performed continuously.
【0016】次に、プログラム切り替えの場合の動作に
ついて説明する。例として、プログラムAで汎用レジス
タ1〜4を、プログラムBが汎用レジスタ15〜18を使用
するように汎用レジスタを割り振る場合を説明する。Next, the operation in the case of program switching will be described. As an example, a case will be described in which general-purpose registers are allocated so that program A uses general-purpose registers 1 to 4 and program B uses general-purpose registers 15 to 18.
【0017】フラグレジスタ30の設定としてプログラム
Aを実施するときに、フラグレジスタ30の汎用レジスタ
1の選択ビット31、汎用レジスタ2の選択ビット32、汎
用レジスタ3の選択ビット33、汎用レジスタ4の選択ビ
ット34の各ビットに“1”を設定する。さらに、プログ
ラムAを実行する場合は、レジスタ選択制御部20は汎用
レジスタ1〜4に対応するアクセス信号線21〜24のみを
有効とし、それぞれのビットに対応する汎用レジスタ1
〜4が選択される。When the program A is executed as the setting of the flag register 30, the selection bit 31 of the general-purpose register 1 of the flag register 30, the selection bit 32 of the general-purpose register 2, the selection bit 33 of the general-purpose register 3, and the selection of the general-purpose register 4 are selected. "1" is set to each bit of bit 34. Further, when executing the program A, the register selection control unit 20 makes only the access signal lines 21 to 24 corresponding to the general registers 1 to 4 valid, and the general register 1 corresponding to each bit.
4 are selected.
【0018】したがって、レジスタ選択制御部20はプロ
グラムAで指定された汎用レジスタ1〜4に対応して、
フラグレジスタ30はアドレスデコード部7への入力に基
づいた汎用レジスタの選択を実施する。すなわち(表
2)のようになる。Therefore, the register selection control unit 20 corresponds to the general-purpose registers 1 to 4 specified by the program A,
The flag register 30 selects a general-purpose register based on an input to the address decoding unit 7. That is, (Table 2) is obtained.
【0019】[0019]
【表2】 [Table 2]
【0020】さらに、プログラムBを実施するときに、
フラグレジスタ30の汎用レジスタ15の選択ビット35、汎
用レジスタ16の選択ビット36、汎用レジスタ17の選択ビ
ット37、汎用レジスタ18の選択ビット38の各ビットに
“1”を設定する。プログラムBの実行ではレジスタ選
択制御部20は汎用レジスタ15〜18に対応するアクセス信
号線25〜28のみを有効とし、それぞれのビットに対応す
る汎用レジスタ15〜18が選択される。Further, when executing the program B,
The selection bit 35 of the general register 15 of the flag register 30, the selection bit 36 of the general register 16, the selection bit 37 of the general register 17, and the selection bit 38 of the general register 18 are set to "1". In the execution of the program B, the register selection control unit 20 enables only the access signal lines 25 to 28 corresponding to the general registers 15 to 18, and selects the general registers 15 to 18 corresponding to the respective bits.
【0021】したがって、レジスタ選択制御部20はプロ
グラムBで指定された汎用レジスタ15〜18に対応して、
フラグレジスタ30はアドレスデコード部7への入力に基
づいた汎用レジスタの選択を実施する。すなわち(表
3)のようになる。Therefore, the register selection control section 20 corresponds to the general-purpose registers 15 to 18 specified by the program B,
The flag register 30 selects a general-purpose register based on an input to the address decoding unit 7. That is, (Table 3) is obtained.
【0022】[0022]
【表3】 [Table 3]
【0023】これにより、汎用レジスタ8個の中からハ
ードウエアが使用する汎用レジスタを4個を任意に選択
することができ、各プログラムが指定するレジスタ番号
に対応してハードウエア上の汎用レジスタを選択するこ
とができ、プログラム切り替えの際に、汎用レジスタの
データを一旦退避させる必要がなく、処理を連続して実
施することができる。Thus, four general-purpose registers used by hardware can be arbitrarily selected from the eight general-purpose registers, and the general-purpose registers on the hardware can be selected according to the register numbers specified by each program. It is possible to make a selection, and it is not necessary to temporarily save the data of the general-purpose register at the time of program switching, and the processing can be performed continuously.
【0024】次に、異なるプログラム間での汎用レジス
タのデータの引渡し動作について説明する。例として、
プログラムCで汎用レジスタ1〜4を、プログラムDで
汎用レジスタ4,15,16,17を使用するように汎用レジ
スタを割り振る場合を説明する。Next, the operation of transferring data of the general-purpose register between different programs will be described. As an example,
The case where the general-purpose registers are allocated so that the general-purpose registers 1 to 4 are used in the program C and the general-purpose registers 4, 15, 16 and 17 are used in the program D will be described.
【0025】フラグレジスタ30の設定として、プログラ
ムCを実施するときにフラグレジスタ30の汎用レジスタ
1の選択ビット31、汎用レジスタ2の選択ビット32、汎
用レジスタ3の選択ビット33、汎用レジスタ4の選択ビ
ット34の各ビットに“1”を設定する。プログラムCを
実行する場合は、レジスタ選択制御部20は汎用レジスタ
1〜4に対応するアクセス信号21〜24のみを有効とし、
それぞれのビットに対応する汎用レジスタ1〜4が選択
される。As the setting of the flag register 30, when executing the program C, the selection bit 31 of the general-purpose register 1 of the flag register 30, the selection bit 32 of the general-purpose register 2, the selection bit 33 of the general-purpose register 3, and the selection of the general-purpose register 4 "1" is set to each bit of bit 34. When executing the program C, the register selection control unit 20 makes only the access signals 21 to 24 corresponding to the general registers 1 to 4 valid,
The general registers 1 to 4 corresponding to each bit are selected.
【0026】したがって、レジスタ選択制御部20はプロ
グラムCで指定された汎用レジスタ1〜4に対応して、
フラグレジスタ30はアドレスデコード部7への入力に基
づいた汎用レジスタの選択を実施する。すなわち(表
4)のようになる。Therefore, the register selection control unit 20 corresponds to the general-purpose registers 1 to 4 specified by the program C,
The flag register 30 selects a general-purpose register based on an input to the address decoding unit 7. That is, (Table 4) is obtained.
【0027】[0027]
【表4】 [Table 4]
【0028】さらに、プログラムDを実施するときに、
フラグレジスタ30の汎用レジスタ4の選択ビット34、汎
用レジスタ15の選択ビット35、汎用レジスタ16の選択ビ
ット36、汎用レジスタ17の選択ビット37の各ビットに
“1”を設定する。プログラムDの実行では、レジスタ
選択制御部20は汎用レジスタ4,15,16,17に対応する
アクセス信号24,25,26,27のみを有効とし、それぞれ
のビットに対応する汎用レジスタ4,15,16,17が選択
される。Further, when the program D is executed,
The selection bit 34 of the general-purpose register 4 of the flag register 30, the selection bit 35 of the general-purpose register 15, the selection bit 36 of the general-purpose register 16, and the selection bit 37 of the general-purpose register 17 are set to "1". In the execution of the program D, the register selection control unit 20 makes only the access signals 24, 25, 26, and 27 corresponding to the general registers 4, 15, 16, and 17 effective, and the general registers 4, 15, and 27 corresponding to the respective bits. 16, 17 are selected.
【0029】したがって、レジスタ選択制御部20はプロ
グラムDで指定された汎用レジスタ4,15,16,17に対
応して、フラグレジスタ30はアドレスデコード部7への
入力に基づいた汎用レジスタの選択を実施する。すなわ
ち(表5)のようになる。Therefore, the register selection control unit 20 corresponds to the general purpose registers 4, 15, 16, and 17 specified by the program D, and the flag register 30 selects the general purpose register based on the input to the address decoding unit 7. carry out. That is, (Table 5) is obtained.
【0030】[0030]
【表5】 [Table 5]
【0031】プログラムCとプログラムDの間でデータ
の引渡しが必要な変数をプログラムCでは汎用レジスタ
4にプログラム上で割り当て、プログラムDでは汎用レ
ジスタ1にプログラム上で割り当てることで、ハードウ
エア上では汎用レジスタ4に割り当てる。このことによ
り、プログラムCとプログラムD上で、ハードウエア上
の汎用レジスタ4は共通に使用されることになり、デー
タの引渡し動作を汎用レジスタとメモリ間でデータの退
避と復帰をすることなく行うことができる。The assignments in the program the required variables delivery of data between the program C and program D to program a general-purpose register 4 In C, by assigning on a program in a general register 1, the program D, generic on hardware Assign to register 4 . As a result, the general-purpose register 4 on the hardware is commonly used in the program C and the program D, and the data transfer operation is performed without saving and restoring the data between the general-purpose register and the memory. be able to.
【0032】[0032]
【発明の効果】以上説明したように、本発明によれば、
プログラムによる演算を行う際に扱う変数の数が汎用レ
ジスタの個数を超えても、汎用レジスタとメモリ間のデ
ータ退避と復帰の処理が発生せず、また、複数のプログ
ラムの処理においてプログラムを切り替えるとき、汎用
レジスタ内の値をメモリに退避させる処理が回避でき、
さらに、異なるプログラム間での共通データの引渡しも
汎用レジスタ内の値をメモリに退避させることなく実現
できるため、データの退避/復帰処理によりプログラム
の処理速度の低下を回避することができるという効果を
奏する。As described above, according to the present invention,
Even if the number of variables handled when performing calculations by a program exceeds the number of general-purpose registers, data saving and restoration processing between general-purpose registers and memory does not occur, and when switching programs in multiple program processing , The process of saving the value in the general-purpose register to the memory can be avoided,
Further, the transfer of the common data between different programs can be realized without saving the value in the general-purpose register to the memory, so that the processing speed of the program can be prevented from being reduced by the data save / restore processing. Play.
【図1】本発明の一実施の形態におけるレジスタ選択制
御装置の構成を示すブロック図である。FIG. 1 is a block diagram illustrating a configuration of a register selection control device according to an embodiment of the present invention.
【図2】従来のレジスタ選択制御装置の構成を示すブロ
ック図である。FIG. 2 is a block diagram showing a configuration of a conventional register selection control device.
1〜4,15〜18…汎用レジスタ、 5…データバス、
6…演算部、 7…アドレスデコード部、 8…メモ
リ、 11〜14…アクセス許可信号線、 20…レジスタ選
択制御部、 21〜28…アクセス信号線、 30…フラグレ
ジスタ、 31〜38…選択ビット。1-4,15-18 ... General purpose register, 5 ... Data bus,
6 arithmetic unit, 7 address decode unit, 8 memory, 11-14 access permission signal line, 20 register selection control unit, 21-28 access signal line, 30 flag register, 31-38 selection bit .
Claims (1)
いられる複数の汎用レジスタを有するマイクロプロセッ
サまたはマイクロコンピュータにおいて、 前記汎用レジスタのうち、使用する複数個の汎用レジス
タをプログラムにより任意に指定する手段と、処理中で
指定する汎用レジスタと前記プログラムにより指定され
た汎用レジスタとを同一の汎用レジスタとして対応させ
る手段とを備え、処理速度の低下を軽減させることを特
徴とするレジスタ選択制御装置。1. A microprocessor or microcomputer having a plurality of general-purpose registers for temporarily storing data and used for operations, wherein a plurality of general-purpose registers to be used among the general-purpose registers are arbitrarily designated by a program. And a means for associating a general-purpose register specified during processing with a general-purpose register specified by the program as the same general-purpose register, thereby reducing a reduction in processing speed. .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8240595A JPH1091433A (en) | 1996-09-11 | 1996-09-11 | Registerselection controller |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP8240595A JPH1091433A (en) | 1996-09-11 | 1996-09-11 | Registerselection controller |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH1091433A true JPH1091433A (en) | 1998-04-10 |
Family
ID=17061844
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP8240595A Pending JPH1091433A (en) | 1996-09-11 | 1996-09-11 | Registerselection controller |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH1091433A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016135434A (en) * | 2016-05-02 | 2016-07-28 | 株式会社ソフイア | Game machine |
-
1996
- 1996-09-11 JP JP8240595A patent/JPH1091433A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2016135434A (en) * | 2016-05-02 | 2016-07-28 | 株式会社ソフイア | Game machine |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4181938A (en) | Processor device | |
JPH06236344A (en) | Method and apparatus for arbitration between plurality of data transfer requests | |
JPH04245324A (en) | Arithmetic unit | |
EP0403729B1 (en) | Digital-signal processing apparatus | |
JPH0420496B2 (en) | ||
JPH1091433A (en) | Registerselection controller | |
JP4451010B2 (en) | Programmable controller | |
US6795911B1 (en) | Computing device having instructions which access either a permanently fixed default memory bank or a memory bank specified by an immediately preceding bank selection instruction | |
JPH10187599A (en) | Digital signal processor | |
JP2002024157A (en) | Method and device for processing dma | |
JP2985244B2 (en) | Information processing device | |
JPS63142434A (en) | Interrupt control system | |
JPH06149594A (en) | Multitask executive device | |
JP2504535B2 (en) | Bus unit configuration method | |
JPS62221059A (en) | Central processing unit | |
JPS59177656A (en) | Program switching controller | |
JPS6126699B2 (en) | ||
JP3517139B2 (en) | Information processing equipment | |
JPH0477930A (en) | Microcomputer | |
JPH04105125A (en) | Parallel processing type microprocessor and its parallel processing method | |
JPS60142450A (en) | Storage system | |
JPH09160786A (en) | Microprocessor | |
JP2000215152A (en) | Dma control circuit | |
JPS59189407A (en) | Sequence control device | |
JPH0784963A (en) | Semiconductor integrated circuit with cpu |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20031224 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20040220 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Effective date: 20040414 Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20040427 |
|
R150 | Certificate of patent (=grant) or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |