JPS6352237A - Arithmetic system - Google Patents

Arithmetic system

Info

Publication number
JPS6352237A
JPS6352237A JP61196433A JP19643386A JPS6352237A JP S6352237 A JPS6352237 A JP S6352237A JP 61196433 A JP61196433 A JP 61196433A JP 19643386 A JP19643386 A JP 19643386A JP S6352237 A JPS6352237 A JP S6352237A
Authority
JP
Japan
Prior art keywords
data
contents
register
data bus
arithmetic
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
JP61196433A
Other languages
Japanese (ja)
Inventor
Hiroaki Matsuno
松野 宏昭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP61196433A priority Critical patent/JPS6352237A/en
Publication of JPS6352237A publication Critical patent/JPS6352237A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To decrease the number of microprogram instructions and at the same time to attain the high-speed processing in an arithmetic system by providing a means which inputs the data on a data bus to a computing element with no intervention of an accumulator when a specific bit of a microinstruction is equal to 1. CONSTITUTION:The connection is secured to the input terminals of multiplexers 600 and 601 also through the input sides of accumulators ACC300 and 301 and then to the computing elements 500 and 501 via those multiplexers 600 and 601. When a specific bit or signal of a microinstruction is equal to 1, multiplexers 400 and 401 select the signals of a data bus and deliver them. Then the multiplexers 600 and 601 apply those selected signals to the elements 500 and 501. The inputs of the other side of both elements 500 and 501 are supplied from an internal register 200 and the arithmetic results of those computing elements are stored in the register 200.

Description

【発明の詳細な説明】 技術分野 本発明は演算方式に関し、特にマイクロプログラム制御
方式のプロセッサにおける演算方式に関するものである
DETAILED DESCRIPTION OF THE INVENTION Technical Field The present invention relates to an arithmetic system, and more particularly to an arithmetic system in a microprogram controlled processor.

従来技術 集積回路がこの集積回路の外部にあるメモリをアクセス
する場合、当該集積回路はアドレスバスにメモリのアド
レスを出力し、データバスによってデータのリード及び
ライトを行う。もつとも、アドレスバスとデータバスと
は同じバスとされることがあり、この場合にはアドレス
とデータとを時分割で使い分ることもある。また、集積
回路の外部に定義された制御用のレジスタやメモリ等を
アクセスする場合も、アドレスバス上のデータあるいは
マイクロプログラムのビットパターン等によってレジス
タあるいはメモリを選択し、データバス上に出力したデ
ータを棗込んだり、あるいはデータバス上にのせられた
データを取込んだりする動作を行う。
When a prior art integrated circuit accesses a memory external to the integrated circuit, the integrated circuit outputs the address of the memory onto an address bus and reads and writes data via a data bus. However, the address bus and the data bus may be the same bus, and in this case, the address and data may be used in a time-sharing manner. Also, when accessing control registers, memories, etc. defined outside the integrated circuit, the registers or memories are selected based on the data on the address bus or the bit pattern of the microprogram, and the data is output on the data bus. It performs operations such as reading data on the data bus or reading data placed on the data bus.

この場合、外部のメモリあるいはレジスタへ書込むデー
タは予めアキュムレータ(以下ACCと称す)に入れて
おく。また、外部のメモリあるいはレジスタからデータ
バスを通して読み込まれたデータはACCに格納される
In this case, data to be written to an external memory or register is stored in an accumulator (hereinafter referred to as ACC) in advance. Furthermore, data read from an external memory or register through the data bus is stored in the ACC.

このような方式で、外部のメモリあるいはレジスタの内
容と集積回路内部のレジスタとの演算を行う場合、外部
からのデータを一度ACCに格納した後演算を行うこと
になるので2マイクロ命令サイクル以上必要となる。ま
た、一つの命令で外部のメモリの内容と集積回路内部の
レジスタの内容との演算を行うことが可能なデータ処理
装置もあるが、上記の如き動作を実行するのに基本クロ
ックで10数クロツク必要となることが多い。
When using this method to perform operations between the contents of external memory or registers and registers inside the integrated circuit, the data from the outside is stored in ACC and then the operation is performed, so more than two microinstruction cycles are required. becomes. There are also data processing devices that can perform operations on the contents of an external memory and the contents of a register inside an integrated circuit with a single instruction, but it takes more than 10 basic clocks to perform the above operation. Often necessary.

外部のメモリと集積回路内部のレジスタとの両内容の演
算を行いたい場合、外部のメモリの内容をまずACCに
格納する方法であると、まずメモリの内容を読出すマイ
クロ命令を実行し、次にACCと内部レジスタとの演算
を実行するマイクロ命令を実行する必要があり、マイク
ロブ0グラムも命令ステップ数が増え演算終了までの時
間も長くなる。またこの方法ではACCに既に必要とな
るデータが入っていた場合、メモリの内容を読出すと、
ACCに入っていたデータが破壊されるため、このよう
な場合には別のレジスタへACCの内容を移してからメ
モリの内容を読出す必要がある。
If you want to perform an operation on the contents of both an external memory and a register inside the integrated circuit, the method of storing the contents of the external memory in the ACC is to first execute a microinstruction that reads the contents of the memory, and then It is necessary to execute a microinstruction that performs an operation on the ACC and internal registers, and the number of instruction steps increases in the microb 0gram, which also increases the time required to complete the operation. Also, with this method, if the ACC already contains the necessary data, reading the memory contents will result in
Since the data stored in ACC is destroyed, in such a case it is necessary to move the contents of ACC to another register before reading the contents of memory.

また、一つの命令でメモリの内容と内部レジスタの内容
との演算が実行できるデータ処理装置においても、多く
の事例においては、上記の演算は内部のレジスタ同士の
演算に比べて5〜8倍の時間がかかつている。これはメ
モリのアクセスタイム分だけ時間が余分に必要となるこ
とは明らかであり、演算終了までの時間が長いという問
題がある。
Furthermore, even in data processing devices that can perform operations between the contents of memory and the contents of internal registers with a single instruction, in many cases, the above operations are 5 to 8 times faster than operations between internal registers. It's taking time. It is clear that this requires additional time for the memory access time, and there is a problem in that it takes a long time to complete the calculation.

及」yとl力 そこで本発明はこの様な従来のものの問題点を排除すべ
くなされたものであって、その目的とするところは、プ
ログラムのステップ数を増大させることのない、また演
算終了までの時間を短縮することが可能な演算方式を提
供することにある。
Therefore, the present invention has been made to eliminate these problems of the conventional ones, and its purpose is to avoid increasing the number of steps in the program, and to complete calculations without increasing the number of steps in the program. The purpose of the present invention is to provide an arithmetic method that can shorten the time required for processing.

本発明の他の目的は、ACCを介することなくメモリの
データと内部レジスタのデータとの演算を可能とするこ
とにより、ACCの内容を破壊することのない演算方式
を提供することである。
Another object of the present invention is to provide an arithmetic method that does not destroy the contents of the ACC by making it possible to perform arithmetic operations on memory data and internal register data without going through the ACC.

発明の構成 本発明によれば、アキュムレータと、レジスタと、演算
器とを含み、外部メモリとデータバスを介して接続され
たデータ処理回路における演算方式であって、前記レジ
スタの内容と前記外部メモリから読出されてデータバス
上に導出されたデータとの演算指令に応答して、前記デ
ータバス上のデータを前記アキュムレータを介すことな
く直接に前記演算器の1入力として選択的に印加する選
択手段を設け、前記演口器の他入力には前記レジスタの
内容を導入して演算処理をなすようにしたことを特徴と
する演n方式が得られる。
According to the present invention, there is provided an arithmetic method in a data processing circuit that includes an accumulator, a register, and an arithmetic unit and is connected to an external memory via a data bus, wherein the contents of the register and the external memory are Selecting to selectively apply the data on the data bus directly as one input of the arithmetic unit without going through the accumulator in response to an operation command with data read out from the data bus and derived onto the data bus. A performance n method is obtained, characterized in that a means is provided and the contents of the register are introduced into other inputs of the performance device to perform arithmetic processing.

実施例 以下、図面を用いて本発明の詳細な説明する。Example Hereinafter, the present invention will be explained in detail using the drawings.

先ず第3図を参照するに、第3図は本発明が適用される
システム的ブロック図である。図において、本発明の実
施例が適用された集積回路1を用いたデータ処理装置は
マイクロプログラム制御方式のプロセッサであり、マイ
クロプログラム格納メモリ3内のマイクロプログラムに
より制御される。このプロセッサ2と外部メモリ4とが
データバス100及びアドレスバス110により相互接
続されており、この外部メモリ4はプロセッサ2のマイ
クロプログラムに従って生成されるアドレスによりアク
セスされる。
Referring first to FIG. 3, FIG. 3 is a system block diagram to which the present invention is applied. In the figure, a data processing device using an integrated circuit 1 to which an embodiment of the present invention is applied is a microprogram control type processor, and is controlled by a microprogram in a microprogram storage memory 3. This processor 2 and external memory 4 are interconnected by a data bus 100 and an address bus 110, and this external memory 4 is accessed by an address generated according to a microprogram of the processor 2.

第1図及び第2図は第3図に示した集積回路2の演算部
回りのブロック図であり、本発明の実施例のブロック図
を示すものである。第1図において、データバス100
はバッファ101及び102を通してメモリ4(第3図
参照)あるいは外部のレジスタ(図示せず)との間でデ
ータのやり取りを行う。第1図ではデータバス100は
8ビツト×2の16本として示している。
FIGS. 1 and 2 are block diagrams around the arithmetic unit of the integrated circuit 2 shown in FIG. 3, and show block diagrams of an embodiment of the present invention. In FIG. 1, a data bus 100
exchanges data with the memory 4 (see FIG. 3) or an external register (not shown) through buffers 101 and 102. In FIG. 1, the data bus 100 is shown as 16 8-bit x 2 buses.

200)、を汎用の内部レジスタ群であり、16ビツト
幅のレジスタがいくつかあり、この出力がマルチプレク
サを介して演算器500 、501へ入力されている。
200) is a group of general-purpose internal registers, including several 16-bit wide registers, the output of which is input to the arithmetic units 500 and 501 via a multiplexer.

これ等自演算器500 、501の一方の入力データ(
B)を選択するのがマルチプレクサ600゜601であ
り、選択信号S 、S3によってマルチプレクサ600
 、601における複数の入力のうちのどれかが選択さ
れ、対応する演算器へ入力される。
The input data of one of these self-operating units 500 and 501 (
B) is selected by the multiplexers 600 and 601, and the selection signals S and S3 select the multiplexer 600.
, 601 is selected and input to the corresponding arithmetic unit.

本例では選択信号を2ビツトとしたが、これはマルチプ
レクサの入力信号の数によって変わることは言うまでも
ない。
In this example, the selection signal is 2 bits, but it goes without saying that this will vary depending on the number of input signals to the multiplexer.

演算器500 、501の残りの一方の入力側(A)及
び演算器の出力側にもマルチプレクサ602 、605
があり、各種の演9ができるようになっている。
Multiplexers 602 and 605 are also provided on the input side (A) of the remaining one of the arithmetic units 500 and 501 and on the output side of the arithmetic units.
There are 9 different performances available.

300 、301がアキュムレータ<ACC)であり、
これ等A CC300、301の出力はマルチプレクサ
600 、601を夫々介して演算器500 、501
の各入力(B)へ供給されると共にマルチプレクサ40
2゜403を介してデータバス100へ出力される。A
CC300、301の入力データを夫々選択するのがマ
ルチプレクサ400 、401であり、選択信号so。
300 and 301 are accumulators <ACC),
The outputs of these ACCs 300 and 301 are sent to the arithmetic units 500 and 501 via multiplexers 600 and 601, respectively.
are supplied to each input (B) of the multiplexer 40
2.degree. 403 to the data bus 100. A
Multiplexers 400 and 401 select the input data of CCs 300 and 301, respectively, and a selection signal so.

SlによってACC300、301へ入力するデータを
選択する。また、マルチプレクサ400 、401の各
出力はマルチプレクサ600 、601へも入力される
。また、バスには外部のメモリが接続されており、マイ
クロプログラムによって生成されるアドレスがアドレス
バス110上に出力され外部のメモリがアクセスされる
Data to be input to the ACCs 300 and 301 is selected by Sl. Further, each output of multiplexers 400 and 401 is also input to multiplexers 600 and 601. Further, an external memory is connected to the bus, and an address generated by the microprogram is output onto the address bus 110 to access the external memory.

第2図は各マルチプレクサ400 、401及び600
゜60117)り6/)(nu択信号s。、s、及びS
2.s3を生成する回路例であり、ノアゲー)−21,
22とアンドゲート23.24とからなる。ここで図中
「他の条件」とあるのはS。、sl、s2.s3のそれ
ぞれについて異なる条件を示している。
Figure 2 shows each multiplexer 400, 401 and 600.
゜60117)ri6/)(nu selection signal s., s, and S
2. This is an example of a circuit that generates s3 (Noa game)-21,
22 and AND gates 23 and 24. Here, "other conditions" in the figure is S. , sl, s2. Different conditions are shown for each of s3.

CNT信号が「1Jの場合には各ノアゲート21.22
の出力は共に「0」となるので、アンドゲート23.2
4の出力は共に「0」となり、よってS。、Sl、S2
.S3のすへては「o」となる。このときマルチプレク
サ400 、401及び6゜0 、601の入力のうち
、一番左側の入力を夫々選択するように動作するものと
する。
If the CNT signal is 1J, each NOR gate 21.22
Since both outputs are "0", AND gate 23.2
The outputs of 4 are both "0", so S. , Sl, S2
.. The end of S3 is "o". At this time, it is assumed that the multiplexers 400, 401 and 6°0, 601 operate to select the leftmost input, respectively.

第1図を用いてまずA CC300、301と内部レジ
スタ200の演算(1バイト幅で結果を内部レジスタに
もどす)をなす場合について説明する。この場合、マイ
クロプログラムから生成されたアドレスによって選択さ
れた内部レジスタ200の内容が演算器501のA刻入
力に供給される。またACC301の出力がマルチプレ
クサ601を通って演n器501のB個入力に供給され
る。この場合、マルチプレクサ601の選択信号S 、
S3はACCCC 出金選択することになる。この演算での結果が演算器5
01の出力側マルチプレクサ605を通って再び内部レ
ジスタ200に入力される。
First, a case will be described using FIG. 1 in which an operation is performed between the ACCs 300 and 301 and the internal register 200 (the result is returned to the internal register in a 1-byte width). In this case, the contents of the internal register 200 selected by the address generated from the microprogram are supplied to the A time input of the arithmetic unit 501. Further, the output of the ACC 301 is supplied to B inputs of the operator 501 through the multiplexer 601. In this case, the selection signal S of the multiplexer 601,
S3 will select ACCCC withdrawal. The result of this operation is the operator 5
It passes through the output side multiplexer 605 of No. 01 and is again input to the internal register 200.

次に、マイクロ命令の特定のビットあるいは特定の信号
を論理「1」としてデータバス100の内容と内部のレ
ジスタ200の内容との演pを実行する場合について説
明する。この場合も演算結果は内部レジスタ200に格
納するものとして記述する。
Next, a case will be described in which a specific bit of a microinstruction or a specific signal is set to logic "1" to perform an operation on the contents of the data bus 100 and the contents of the internal register 200. In this case as well, the calculation result will be described as being stored in the internal register 200.

まず、内部のレジスタ200の内容は前記と同様マイク
ロブグラムに従い演算器501のA刻入力へ供給される
。またデータバス100には、マイクロプログラムに従
い生成されたアドレスバス101上のアドレスに従って
外部のメモリの内容が出力される。このとき、マルチプ
レクサ401はデータバス100のデータを選択し、ア
ドレスによって指定される外部のメモリの内容が出力さ
れているデータバス100の内容がマルチプレクサ40
1の出力となり、さらにマルチプレクサ601は入力と
してマルチプレクサ401の出力を選択し、よってマル
チプレクサ601の出力が演算器501のB個入力へ供
給される。従って、演算器501では内部のレジスタ2
00の内容とデータバス100の内容とが直接演算され
、演算の結果が演算器501の出力側マルチプレクサ6
05を通って内部のレジスタ200に格納される。
First, the contents of the internal register 200 are supplied to the A time input of the arithmetic unit 501 according to the microprogram as described above. Further, the contents of the external memory are output to the data bus 100 according to the address on the address bus 101 generated according to the microprogram. At this time, the multiplexer 401 selects the data on the data bus 100, and the multiplexer 401 selects the data on the data bus 100, to which the contents of the external memory specified by the address are output.
Further, the multiplexer 601 selects the output of the multiplexer 401 as an input, and thus the output of the multiplexer 601 is supplied to B inputs of the arithmetic unit 501. Therefore, in the arithmetic unit 501, the internal register 2
The contents of 00 and the contents of the data bus 100 are directly calculated, and the result of the calculation is sent to the output side multiplexer 6 of the calculation unit 501.
05 and is stored in the internal register 200.

ただし、本例ではデータバスとの直接演算を実行する場
合、マルチプレクサ400 、401 、600 。
However, in this example, when performing direct operations with the data bus, the multiplexers 400, 401, and 600 are used.

601の選択信号S0,31 、S2.33はすべて1
”OJとなり、図の一番左の入力が選択されるものとし
ている。また、データバスとの直接演算を実行すること
を指定するマイクロ命令の特定のビットあるいは特定の
信号を第2図の回路ではCNT信号として記述している
The selection signals S0, 31 and S2.33 of 601 are all 1.
"OJ" and the leftmost input in the figure is selected. Also, a specific bit of a microinstruction or a specific signal that specifies direct operation with the data bus is selected in the circuit shown in Figure 2. Here, it is described as a CNT signal.

以上の動作をタイムチャートで表わしたものが第4図で
ある。第4図(a)はACcと内部のレジスタとの演算
を示すタイムチャートであり、それぞれ内容が「03」
及び「o4」のときに加粋命令が実行されたと仮定して
いる。演算結果は「07」となり、この値が内部のレジ
スタに格納される。この演算ではデータバスと内部レジ
スタとの演算を指定するCNT信号は「0」である。
FIG. 4 shows a time chart of the above operation. FIG. 4(a) is a time chart showing the calculations between ACc and internal registers, each with the content "03".
It is assumed that the addition instruction is executed at the time of "o4" and "o4". The calculation result is "07", and this value is stored in an internal register. In this operation, the CNT signal specifying the operation between the data bus and the internal register is "0".

第4図(b)は外部のメモリ等の出力がのっているデー
タバスと内部レジスタの内容を白接演口する場合を示し
たものでCNT信号を「1」とする。(b)では外部の
メモリの内容がr05J 。
FIG. 4(b) shows a case where the data bus carrying the output of an external memory, etc. and the contents of the internal register are directly connected, and the CNT signal is set to "1". In (b), the contents of the external memory are r05J.

内部レジスタの内容が「04」のとき、演算器でこれ等
二つの値が直接加算され、その結果「o9」が得られて
、この値が内部のレジスタに格納される様子が示されて
いる。
When the content of the internal register is "04", these two values are directly added in the arithmetic unit, the result is "o9", and this value is stored in the internal register. .

この場合、当然「03」と示されているACCの内容は
不変である。なお、外部のメモリやレジスタのアクセス
には一定のアクセスタイムが必要であり、データバス上
に外部のメモリやレジスタから読出されたデータが確定
するまである程度の時間は必要となる。この時間は第3
図のデータ処理装置2の外の回路に依存する。
In this case, the contents of the ACC, which is indicated as "03", remain unchanged. Note that accessing an external memory or register requires a certain access time, and a certain amount of time is required until the data read from the external memory or register is finalized on the data bus. This time is the third
It depends on circuits outside the data processing device 2 shown in the figure.

ただし、第4図(b)のタイムチャートでは、外部メモ
リをアクセスし、その内容がデータバスにのり、集積回
路がデータバス上のデータをとり込み演算し、集積回路
内部へ格納するまでの動作が1命令サイクル内で実行で
きるように描いているが、集積回路が高速の入出力i置
を制御する場合等命令サイクルを短める必要があるとき
、あるいは集積回路の周辺の回路の作り方によって上記
の動作が1命令サイクル内で終了しない場合も考えられ
る。このような場合はCNT信号をrOJとして外部メ
モリの内容をACCに読込んでから演算するか、あるい
はCNT信号を「1」にし、クロックを遅らせて演算時
間を大きくとる等の方法がある。また、あまり高速動作
を要求されない装置を制御する場合等マイクロ70グラ
ムの簡素化、実行時間の短縮化のためにCNT信号を「
1」として動作させることが可能である。、マイクロプ
ログラムの特定のビットあるいは外部からの信号により
上記二種の動作が選択できる。もちろん、マイクロ命令
サイクル毎にどちらかの動作を指定することもできる。
However, the time chart in Figure 4(b) shows the operation from accessing the external memory, transferring the contents onto the data bus, to the integrated circuit taking in and calculating the data on the data bus, and storing it inside the integrated circuit. Although it is depicted as being able to be executed within one instruction cycle, when the instruction cycle needs to be shortened, such as when an integrated circuit controls high-speed input/output locations, or when the circuitry around the integrated circuit is created, the above may be executed. It is conceivable that the operation may not be completed within one instruction cycle. In such a case, there are methods such as using the CNT signal as rOJ and reading the contents of the external memory into the ACC before performing the calculation, or setting the CNT signal to "1" and delaying the clock to increase the calculation time. In addition, when controlling devices that do not require high-speed operation, the CNT signal is used to simplify the micro 70g and shorten execution time.
1". The above two types of operation can be selected by specific bits of the microprogram or external signals. Of course, either operation can be specified for each microinstruction cycle.

以上説明したような構成とすることによって、マイクロ
命令の特定のビットあるいは特定の信号を論理「1」と
することにより、データバス上のデータを直接演算器に
入力することができるので、外部のメモリ、レジスタか
らデータバス上に読出されたデータを一度ACCに読込
む命令を実行してから内部レジスタとACCとの演算を
する命令を実行する必要が無くなる。従ってプログラム
のステップ数を減らすことが可能となり、また演鈴が終
了するまでの時間を短縮することができるのである。さ
らに、データバスの内容を演算器に入力する際、ACC
を介していないのでデータバスの内容と内部のレジスタ
の内容との演算の前後でACCの内容は不変であり、デ
ータバスの内容をACCに取込むためにACCの内容を
一時他の内部レジスタに退避させておく必要も無くなる
With the configuration described above, data on the data bus can be input directly to the arithmetic unit by setting a specific bit of a microinstruction or a specific signal to logic "1", so that external It is no longer necessary to once execute an instruction to read the data read from the memory or register onto the data bus into the ACC, and then execute an instruction to perform an operation on the internal register and the ACC. Therefore, it is possible to reduce the number of steps in the program, and it is also possible to shorten the time it takes for the bell to complete. Furthermore, when inputting the contents of the data bus to the arithmetic unit, the ACC
The contents of ACC remain unchanged before and after the operation between the contents of the data bus and the contents of internal registers.In order to import the contents of the data bus into ACC, the contents of ACC are temporarily transferred to other internal registers. There is no need to evacuate.

発明の効果 以上の説明の通り本発明によれば、マイクロ命令の特定
ビットあるいは特定の信号を論理「1」にすることによ
りデータバス上のデータを内部のACCを介さずに直接
演算器に入力することが可能となるので、マイクロプロ
グラムの命令数を減少でき、また演算時間を短縮できる
という効果がある。更には演算処理の前後においてAC
Cの内容は不変であり何等ACC内のデータが破壊され
ることもないという効果がある。
Effects of the Invention As explained above, according to the present invention, by setting a specific bit of a microinstruction or a specific signal to logic "1", data on the data bus can be input directly to the arithmetic unit without going through the internal ACC. This has the effect of reducing the number of microprogram instructions and shortening the calculation time. Furthermore, AC is used before and after calculation processing.
This has the effect that the contents of C remain unchanged and the data in ACC is never destroyed.

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

第1図は本発明の実施例のブロック図、第2図は第1図
のブロック内のマルチプレクサ400 、401及び6
00 、601のための選択信号発生の例を示す回路図
、第3図は本発明が適用されるシステムブロック図、第
4図は本発明の実施例の動作を示すタイムチャートであ
る。 主要部分の符号の説明 1・・・・・・集積回路 2・・・・・・プロセッサ 3.4・・・・・・メモリ 100・・・・・・データバス 110・・・・・・アドレスバス 200・・・・・・レジスタ 300 、301・・・・・・A(、C400〜403
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is a block diagram of multiplexers 400, 401, and 6 in the block of FIG.
FIG. 3 is a system block diagram to which the present invention is applied, and FIG. 4 is a time chart showing the operation of the embodiment of the present invention. Explanation of symbols of main parts 1...Integrated circuit 2...Processor 3.4...Memory 100...Data bus 110...Address Bus 200...Registers 300, 301...A(, C400-403

Claims (2)

【特許請求の範囲】[Claims] (1)アキュムレータと、レジスタと、演算器とを含み
、外部メモリとデータバスを介して接続されたデータ処
理回路における演算方式であって、前記レジスタの内容
と前記外部メモリから読出されてデータバス上に導出さ
れたデータとの演算指令に応答して、前記データバス上
のデータを前記アキュムレータを介すことなく直接に前
記演算器の1入力として選択的に印加する選択手段を設
け、前記演算器の他入力には前記レジスタの内容を導入
して演算処理をなすようにしたことを特徴とする演算方
式。
(1) An arithmetic method in a data processing circuit that includes an accumulator, a register, and an arithmetic unit and is connected to an external memory via a data bus, in which the contents of the register and the data are read from the external memory. A selection means is provided for selectively applying the data on the data bus directly as one input of the arithmetic unit without going through the accumulator in response to an instruction to perform an operation with the data derived above. An arithmetic method characterized in that the contents of the register are introduced into other inputs of the device to perform arithmetic processing.
(2)前記データ処理回路はマイクロプログラム制御方
式のプロセッサであり、1マイクロ命令サイクルで、前
記外部メモリに格納されたデータを前記データバスに読
出し、この読出されたデータと前記レジスタの内容とを
演算し、その結果を前記レジスタへ格納するようにした
ことを特徴とする特許請求の範囲第1項の演算方式。
(2) The data processing circuit is a microprogram control processor, reads data stored in the external memory onto the data bus in one microinstruction cycle, and combines the read data with the contents of the register. 2. The arithmetic method according to claim 1, wherein the arithmetic operation is performed and the result is stored in the register.
JP61196433A 1986-08-21 1986-08-21 Arithmetic system Pending JPS6352237A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61196433A JPS6352237A (en) 1986-08-21 1986-08-21 Arithmetic system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61196433A JPS6352237A (en) 1986-08-21 1986-08-21 Arithmetic system

Publications (1)

Publication Number Publication Date
JPS6352237A true JPS6352237A (en) 1988-03-05

Family

ID=16357748

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61196433A Pending JPS6352237A (en) 1986-08-21 1986-08-21 Arithmetic system

Country Status (1)

Country Link
JP (1) JPS6352237A (en)

Similar Documents

Publication Publication Date Title
JPH0248931B2 (en)
JPH0412503B2 (en)
JPH0363092B2 (en)
JPS6352237A (en) Arithmetic system
JPS5821300B2 (en) Memory address information
JPS588011B2 (en) Microprogram Seigiyohoshiki
JPH04181454A (en) Data access controller
JPS5833584B2 (en) information processing equipment
JP2000029508A (en) Programmable controller
JP2553630B2 (en) Data processing device
JPH01116702A (en) Sequence controller
JP2883489B2 (en) Instruction processing unit
JP2693598B2 (en) Program execution controller for digital signal processor
JPS5936838A (en) Controlling method of interface
JPS6180428A (en) Data processor
JPH05100901A (en) Microcomputer
JPS6113612B2 (en)
JPH0239812B2 (en)
JPH0338613B2 (en)
JPS6028014B2 (en) microprocessor
JPS6250854B2 (en)
JPS6230649B2 (en)
JPS6014334A (en) Data processor
JPS6014335A (en) Information processor
JPH0792902A (en) Programmable controller