JPH06223035A - Arithmetic processor - Google Patents

Arithmetic processor

Info

Publication number
JPH06223035A
JPH06223035A JP989893A JP989893A JPH06223035A JP H06223035 A JPH06223035 A JP H06223035A JP 989893 A JP989893 A JP 989893A JP 989893 A JP989893 A JP 989893A JP H06223035 A JPH06223035 A JP H06223035A
Authority
JP
Japan
Prior art keywords
address
data
arithmetic
cpu
bus
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
JP989893A
Other languages
Japanese (ja)
Inventor
Masayoshi Nakamura
正義 中村
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP989893A priority Critical patent/JPH06223035A/en
Publication of JPH06223035A publication Critical patent/JPH06223035A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To omit program size and improve the processing speed of a CPU by performing complex fixed form arithmetic by a hardware circuit. CONSTITUTION:This arithmetic processor is equipped with CPU 2 which sends out a discrimination address and arithmetic data as one address data to an address bus 4 according to a control program, and inputs an arithmetic result sent to a data bus 5 and performs a specific processing and a fixed form arithmetic circuit 3 which detects a discrimination address specifying itself from address data sent out to the address bus 4, inputting part of address data that the discrimination address belongs as an arithmetic data and performs fixed form arithmetic, and outputs the arithmetic result to the data bus 5.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、CPUを備えて複雑な
演算処理を実行する演算処理装置に係わり、特にCPU
が実行する各種の処理のうち、定型演算処理をハードウ
エア回路に実行させてCPUの処理速度を向上させる演
算処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an arithmetic processing unit having a CPU for executing complicated arithmetic processing, and more particularly to a CPU.
The present invention relates to an arithmetic processing device that causes a hardware circuit to execute a routine arithmetic operation among various kinds of processing executed by the CPU to improve the processing speed of the CPU.

【0002】[0002]

【従来の技術】従来、定型演算の実行には、CPUの演
算指令又は演算プロセッサのプログラム処理に基づく演
算処理装置が広く用いられている。この種の演算処理装
置が実行する定型演算としては、例えば巡回冗長符号に
よる誤り検出の式があり、ここではCRC−16を例に
して述べる。
2. Description of the Related Art Conventionally, an arithmetic processing unit based on an arithmetic instruction of a CPU or a program processing of an arithmetic processor has been widely used for executing a routine operation. As a routine operation executed by this type of operation processing device, for example, there is an error detection formula using a cyclic redundancy code, and CRC-16 will be described here as an example.

【0003】図4は該演算処理装置がCRC−16の演
算処理をプログラムにより実行したときのフローチャー
トである。このCRC−16の演算処理においては、C
PUがカレント値を0FFFFHとする(ST1)。な
お、CRC−16の計算を行う新規データのバイト数分
だけ、以下のステップ3〜9の処理をループする(ST
2)。
FIG. 4 is a flow chart when the arithmetic processing unit executes arithmetic processing of CRC-16 by a program. In the arithmetic processing of this CRC-16, C
The PU sets the current value to 0FFFFH (ST1). It should be noted that the processing of the following steps 3 to 9 is looped by the number of bytes of new data for which CRC-16 calculation is performed (ST
2).

【0004】ここで、CPUがカレント値と新規データ
との排他的論理和を取り、結果を新たなカレント値とす
る(ST3)。また、以下のステップ5〜8の処理を8
回ループする(ST4)。
Here, the CPU takes the exclusive OR of the current value and the new data and sets the result as the new current value (ST3). In addition, the processing of the following steps 5 to 8
Loop once (ST4).

【0005】すなわち、CPUは新たなカレント値を右
に1ビットシフトし(ST5)、あふれたビットが1か
否かを判定する(ST6)。また、CPUは、シフト前
の新たなカレント値に0A001Hを排他的論理和し
(ST7)、かつ、ステップ5〜7の処理を8回ループ
したか否かを判定し(ST8)、ループしていないとき
にステップ5に戻り、ループしたときにステップ9へ進
む。
That is, the CPU shifts the new current value to the right by 1 bit (ST5), and determines whether or not the overflowed bit is 1 (ST6). Further, the CPU exclusively ORs 0A001H with the new current value before shift (ST7), and determines whether or not the processing of steps 5 to 7 has been looped eight times (ST8), and loops. If not, the process returns to step 5, and when looped, the process proceeds to step 9.

【0006】このステップ9では、CPUは、CRC−
16の計算を行う新規データのバイト数分だけステップ
3〜8の処理をループしたか否かを判定し(ST9)、
ループしていないときにステップ3に戻り、ループした
ときに処理を終了する。
In this step 9, the CPU makes the CRC-
It is determined whether or not the processing of steps 3 to 8 has been looped by the number of bytes of new data for which calculation of 16 is performed (ST9),
When not looping, the process returns to step 3, and when looping, the process ends.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、以上の
ような演算処理装置では、CRC−16のように複雑な
定型演算を行わせるとき、プログラム内の複数の指令を
実行する必要があるので、処理に時間がかかるという問
題がある。また、複雑な演算を実行させるプログラム
は、サイズが大きくなるために読みにくく、トラブル発
生時にエラー箇所を発見しにくいという問題がある。
However, in the arithmetic processing device as described above, it is necessary to execute a plurality of commands in the program when performing a complicated routine operation such as CRC-16. There is a problem that it takes time. In addition, a program for executing a complicated operation has a problem that it is difficult to read because of its large size and it is difficult to find an error location when a trouble occurs.

【0008】本発明は上記実情を考慮してなされたもの
で、複雑な定型演算をハードウエア回路に行わせること
により、プログラムサイズを省略し、CPUの処理速度
を向上し得る演算処理装置を提供することを目的とす
る。
The present invention has been made in consideration of the above circumstances, and provides an arithmetic processing unit capable of omitting a program size and improving the processing speed of a CPU by causing a hardware circuit to perform a complicated routine operation. The purpose is to do.

【0009】[0009]

【課題を解決するための手段】本発明は、制御プログラ
ムに従って識別アドレス及び演算データを一つのアドレ
スデータとしてアドレスバス上に送出し、また、データ
バス上に出力された演算結果を取込んで所定の処理を実
行するCPUと、前記アドレスバス上に送出されたアド
レスデータから自己を指定する識別アドレスを検出し、
この識別アドレスの所属するアドレスデータの一部を前
記演算データとして取込み、定型演算を実行し、この演
算結果を前記データバス上に出力する定型演算回路とを
備えた演算処理装置である。
According to the present invention, an identification address and operation data are sent out as one address data on an address bus according to a control program, and an operation result output on the data bus is fetched and predetermined. Detecting the identification address that specifies itself from the address data sent to the CPU and the CPU that executes the processing of
The arithmetic processing device includes a fixed arithmetic circuit that takes in a part of the address data to which the identification address belongs as the arithmetic data, executes the fixed arithmetic operation, and outputs the calculation result on the data bus.

【0010】[0010]

【作用】従って、本発明は以上のような手段を講じたこ
とにより、CPUでは、制御プログラムに従って識別ア
ドレス及び演算データが一つのアドレスデータとしてア
ドレスバス上に送出され、定型演算回路では、このアド
レスバス上のアドレスデータから自己を指定する識別ア
ドレスが検出されると共に、該識別アドレスの所属する
アドレスデータの一部が演算データとして取込まれて定
型演算が実行され、この演算結果がデータバス上に出力
される。
Therefore, according to the present invention, by taking the above-mentioned means, the CPU sends out the identification address and the operation data as one address data on the address bus in accordance with the control program. An identification address designating itself is detected from the address data on the bus, a part of the address data to which the identification address belongs is taken in as operation data, and a fixed operation is executed. Is output to.

【0011】これにより、CPUでは、このデータバス
上の演算結果が取込まれて処理されるので、複雑な定型
演算をハードウエアに行わせることにより、プログラム
サイズを省略し、CPUの処理速度を向上させることが
できる。
As a result, in the CPU, the calculation result on the data bus is fetched and processed. Therefore, by causing the hardware to perform a complicated routine calculation, the program size is omitted and the processing speed of the CPU is increased. Can be improved.

【0012】[0012]

【実施例】以下、本発明の実施例について図面を参照し
て説明する。図1は本発明の一実施例に係る演算処理装
置の要部構成を示す図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing a main configuration of an arithmetic processing unit according to an embodiment of the present invention.

【0013】この演算処理装置においては、CPU制御
プログラム、識別アドレス及び演算データが記憶されて
いるメモリ1,このCPU制御プログラムに基づいて所
定の処理を実行するCPU2及びこのCPU2から識別
アドレスを付加して印加された演算データを定型演算す
る定型演算回路3がアドレスバス4、データバス5及び
コントロールバス6を介して接続されている。
In this arithmetic processing unit, a memory for storing a CPU control program, an identification address and arithmetic data, a CPU 2 for executing a predetermined process based on the CPU control program, and an identification address added from the CPU 2. A fixed-form operation circuit 3 for performing a fixed-form operation on the applied operation data is connected via an address bus 4, a data bus 5 and a control bus 6.

【0014】また、メモリ1に記憶されているCPU制
御プログラムは、ここでは、CRC−16の演算処理を
行うものであり、図2のフローチャートに示すように構
成されている。次に、この演算処理装置の動作を図2及
び図3を用いて説明する。
Further, the CPU control program stored in the memory 1 is for performing the arithmetic processing of CRC-16 here, and is configured as shown in the flowchart of FIG. Next, the operation of this arithmetic processing unit will be described with reference to FIGS.

【0015】いま、CPU2ではメモリ1に記憶されて
いるCPU制御プログラムが読み出される。このCPU
2はCPU制御プログラムに基づいて以下の処理を実行
する。
Now, the CPU 2 reads the CPU control program stored in the memory 1. This CPU
2 executes the following processing based on the CPU control program.

【0016】始めに、CPU2はカレント値を0FFF
FHとする(ST11)。なお、CRC−16の計算を
行う新規データのバイト数分だけ、以下のステップ13
〜15の処理がループされる(ST12)。続いて、C
PU2は、カレント値と新規データとの排他的論理和を
算出し、算出結果を新たなカレント値とする(ST1
3)。
First, the CPU 2 sets the current value to 0FFF.
Set to FH (ST11). It should be noted that only the number of bytes of new data for which CRC-16 is calculated is calculated in step 13 below.
The processing of 15 is looped (ST12). Then C
PU2 calculates the exclusive OR of the current value and the new data and sets the calculation result as the new current value (ST1
3).

【0017】次に、CPU2は、図3に示すように、算
出された新たなカレント値からなる複数の演算データと
識別アドレスとを一つのアドレスデータとしてアドレス
バス4へ出力する。なお、アドレスの上位ビットに設定
された識別アドレスはアドレス空間領域において定型演
算回路3に割当てられた領域を指定する特定ビットパタ
ーンである。
Next, as shown in FIG. 3, the CPU 2 outputs a plurality of calculated data consisting of the calculated new current value and the identification address as one address data to the address bus 4. The identification address set in the upper bit of the address is a specific bit pattern that specifies the area assigned to the routine circuit 3 in the address space area.

【0018】次に、CPU2はコントロールバス6を介
して定型演算回路3に演算開始指令を送出する。定型演
算回路3は、この演算開始指令を受けると、アドレスバ
ス上に出力された演算データを取込んで定型演算を行
い、得られた演算結果をデータバス5に送出する(ST
14)。
Next, the CPU 2 sends a calculation start command to the fixed form calculation circuit 3 via the control bus 6. Upon receiving this operation start command, the routine operation circuit 3 takes in the operation data output on the address bus, performs the routine operation, and sends the obtained operation result to the data bus 5 (ST.
14).

【0019】また、CPU2は、データバス5上の演算
結果を取り込んで、CRC−16の計算を行う新規デー
タのバイト数に等しい回数だけステップ13,14の処
理がループされたか否かを判定する(ST15)。ルー
プされてないときにステップ13に戻り、ループされた
ときに演算処理を終了する。
Further, the CPU 2 fetches the operation result on the data bus 5 and determines whether or not the processes of steps 13 and 14 are looped a number of times equal to the number of bytes of new data for which CRC-16 calculation is performed. (ST15). When it is not looped, the process returns to step 13, and when it is looped, the arithmetic processing is ended.

【0020】以下、このCPU2はこのCRC−16の
演算結果に基づいて、符号誤り対策等の所定の処理を実
行する。また、CPU2は、コントロールバス6を介し
て定型演算回路3にクリア指令を送出する。
Thereafter, the CPU 2 executes a predetermined process such as a code error countermeasure based on the calculation result of the CRC-16. Further, the CPU 2 sends a clear command to the fixed form arithmetic circuit 3 via the control bus 6.

【0021】上述したように、本実施例によれば、CP
U2がメモリ1に記憶されている制御プログラムに基づ
いてメモリ1から識別アドレスおよび演算データを読み
出してアドレスバス4に送出し、定型演算回路3がこの
アドレスバス4から演算データを取込んで定型演算を実
行してデータバス5に送出し、CPU2がこのデータバ
ス5から演算結果を取込んで処理するようにしたので、
複雑な定型演算をハードウエア回路に行わせることによ
り、CPUにおける処理速度を向上させることができ
る。
As described above, according to this embodiment, the CP
U2 reads the identification address and the operation data from the memory 1 based on the control program stored in the memory 1 and sends them to the address bus 4, and the routine circuit 3 fetches the operation data from the address bus 4 to perform the routine operation. Is executed and sent to the data bus 5, and the CPU 2 fetches the operation result from the data bus 5 and processes it.
The processing speed in the CPU can be improved by causing the hardware circuit to perform a complicated routine operation.

【0022】また、ソフトウエアにおいては、複雑な演
算を処理させるためのプログラムがいらなくなるため、
その分サイズを小さくできると共に、小さいサイズなの
でトラブル等のときにプログラムの確認が容易となる。
また、新たにプログラムを作成する場合には、複雑な定
型演算を実行させる部分の作成を省略することにより、
プログラム作成の労力を低減することができる。なお、
本実施例により省略できたプログラムは、従来のステッ
プ4〜8に該当する。
In software, a program for processing a complicated operation is unnecessary,
The size can be reduced by that amount, and the small size makes it easy to check the program in case of trouble.
Also, when creating a new program, by omitting the creation of the part that executes complicated routine operations,
The effort of programming can be reduced. In addition,
The program that can be omitted in this embodiment corresponds to the conventional steps 4 to 8.

【0023】また、本実施例では、CPU2が識別アド
レスをアドレスバス4に送出すると、データバス5から
演算結果が得られ、あたかもメモリ又はI/Oをアクセ
スする場合と同様にCRC−16の演算結果を得ること
ができるので、プログラム作成が容易である。
Further, in this embodiment, when the CPU 2 sends the identification address to the address bus 4, the operation result is obtained from the data bus 5, and the operation of the CRC-16 is performed as if the memory or I / O is accessed. Since the result can be obtained, the program can be easily created.

【0024】また、本実施例では、従来CPUのプログ
ラム処理により実行していたCRC−16の定型演算を
定型演算回路3に実行させているので、CPU2が定型
演算に用いていた実行処理を他の処理に用いることがで
き、CPU2の処理効率を向上させることができる。
Further, in this embodiment, since the routine operation of the CRC-16, which is conventionally executed by the program processing of the CPU, is executed by the routine operation circuit 3, the execution processing used by the CPU 2 for the routine operation is not performed. The processing efficiency of the CPU 2 can be improved.

【0025】なお、上記実施例では、定型演算回路3が
CRC−16の定型演算を実行する場合について説明し
たが、これに限らず、定型演算回路3が他の定型演算を
実行する構成としても、本発明を同様に実施して同様の
効果を得ることができる。
In the above embodiment, the case where the fixed form operation circuit 3 executes the CRC-16 fixed form operation has been described. However, the present invention is not limited to this, and the fixed form operation circuit 3 may execute another fixed form operation. The same effects can be obtained by implementing the present invention in the same manner.

【0026】また、上記実施例では、演算データが複数
の場合について説明したが、これに限らず、演算データ
が1つであっても、本発明を同様に実施して同様の効果
を得ることができる。
In the above embodiment, the case where there are a plurality of pieces of operation data has been described. However, the present invention is not limited to this, and the same effect can be obtained by implementing the present invention in the same manner even if there is only one piece of operation data. You can

【0027】また、上記実施例では、演算結果に基づい
てCPU2が符号誤り対策処理を実行する場合について
説明したが、これに限らず、CPU2が演算結果をメモ
リ1に記憶処理させるようにし、また、記憶処理させた
演算結果を新たな演算データとして用いるようにして
も、本発明を同様に実施して同様の効果を得ることがで
きる。
In the above embodiment, the case where the CPU 2 executes the code error countermeasure processing based on the calculation result has been described, but the present invention is not limited to this, and the CPU 2 stores the calculation result in the memory 1, and Even if the storage-processed calculation result is used as new calculation data, the present invention can be similarly implemented and the same effect can be obtained.

【0028】また、上記実施例では、1つのメモリ及び
定型演算回路3を用いる場合について説明したが、これ
に限らず、複数のメモリ1及び定型演算回路3を備えた
構成としても、本発明を同様に実施して同様な効果を得
ることができる。
Further, in the above embodiment, the case where one memory and the fixed operation circuit 3 are used has been described, but the present invention is not limited to this, and the present invention can be applied to a configuration including a plurality of memories 1 and the fixed operation circuit 3. The same effect can be obtained by carrying out similarly.

【0029】また、上記実施例では、定型演算回路3の
識別アドレスのみを用いる場合について説明したが、こ
れに限らず、定型演算回路3及びメモリ1の識別アドレ
スを用いると共に、コントロールバス6を介してチップ
セレクタ指令を定型演算回路3又はメモリ1に印加して
当該定型演算回路3及びメモリ1に対するバンク切替を
実行するようにしても、本発明を同様に実施して同様の
効果を得ることができる。
Further, in the above embodiment, the case where only the identification address of the fixed form arithmetic circuit 3 is used has been described, but the present invention is not limited to this, and the identification addresses of the fixed form arithmetic circuit 3 and the memory 1 are used, and via the control bus 6. Even if the chip selector command is applied to the fixed form arithmetic circuit 3 or the memory 1 to perform the bank switching for the fixed form arithmetic circuit 3 and the memory 1, the present invention can be implemented in the same manner and the same effect can be obtained. it can.

【0030】また、上記実施例では、識別アドレスを用
いる場合について説明したが、これに限らず、識別アド
レスを省略し、コントロールバス6を介してチップセレ
クタ指令を定型演算回路3又はメモリ1に印加して当該
定型演算回路3及びメモリ1に対するバンク切替を実行
するようにしても、本発明と同様の効果を得ることがで
きる。その他、本発明はその要旨を逸脱しない範囲で種
々変形して実施できる。
In the above embodiment, the case where the identification address is used has been described. However, the identification address is not limited to this, and the chip selector command is applied to the fixed form arithmetic circuit 3 or the memory 1 via the control bus 6. Even if the bank switching is executed for the fixed form arithmetic circuit 3 and the memory 1, the same effect as the present invention can be obtained. In addition, the present invention can be modified in various ways without departing from the scope of the invention.

【0031】[0031]

【発明の効果】以上説明したように本発明によれば、C
PUが制御プログラムに従って識別アドレス及び演算デ
ータをアドレスバスに送出し、定型演算回路がアドレス
バス上の該識別アドレスに基づき該送出された演算デー
タを取込んで定型演算を実行し、かつ、演算結果をデー
タバスに送出し、CPUがデータバス上の該演算結果を
取込んで処理するようにしたので、複雑な定型演算をハ
ードウエア回路に行わせることにより、プログラムサイ
ズを省略し、CPUの処理速度を向上できる演算処理装
置を提供できる。
As described above, according to the present invention, C
The PU sends the identification address and the operation data to the address bus according to the control program, the fixed form operation circuit takes in the sent operation data based on the identification address on the address bus, executes the fixed form operation, and outputs the operation result. Is sent to the data bus, and the CPU fetches and processes the calculation result on the data bus. Therefore, by causing the hardware circuit to perform a complicated routine calculation, the program size is omitted and the CPU processing is performed. An arithmetic processing unit that can improve speed can be provided.

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

【図1】本発明の一実施例に係る演算処理回路の要部構
成を示す図。
FIG. 1 is a diagram showing a configuration of a main part of an arithmetic processing circuit according to an embodiment of the present invention.

【図2】同実施例におけるCPU制御プログラムの構成
を示すフローチャート。
FIG. 2 is a flowchart showing the configuration of a CPU control program in the embodiment.

【図3】同実施例における識別アドレス及び演算データ
のフォーマットを示す模式図。
FIG. 3 is a schematic diagram showing a format of an identification address and operation data in the embodiment.

【図4】従来のCPU制御プログラムの構成を示すフロ
ーチャート。
FIG. 4 is a flowchart showing the configuration of a conventional CPU control program.

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

1…メモリ、2…CPU、3…定型演算回路、4…アド
レスバス、5…データバス、6…コントロールバス。
1 ... Memory, 2 ... CPU, 3 ... Fixed arithmetic circuit, 4 ... Address bus, 5 ... Data bus, 6 ... Control bus.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 制御プログラムに従って識別アドレス及
び演算データを一つのアドレスデータとしてアドレスバ
ス上に送出し、また、データバス上に出力された演算結
果を取込んで所定の処理を実行するCPUと、 前記アドレスバス上に送出されたアドレスデータから自
己を指定する識別アドレスを検出し、この識別アドレス
の所属するアドレスデータの一部を前記演算データとし
て取込み、定型演算を実行し、この演算結果を前記デー
タバス上に出力する定型演算回路とを備えたことを特徴
とする演算処理装置。
1. A CPU that sends an identification address and operation data as one address data on an address bus according to a control program, and that takes in an operation result output on the data bus and executes a predetermined process. An identification address designating itself is detected from the address data sent on the address bus, a part of the address data to which the identification address belongs is fetched as the operation data, a routine operation is executed, and the operation result is An arithmetic processing device comprising: a fixed-form arithmetic circuit for outputting on a data bus.
JP989893A 1993-01-25 1993-01-25 Arithmetic processor Pending JPH06223035A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP989893A JPH06223035A (en) 1993-01-25 1993-01-25 Arithmetic processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP989893A JPH06223035A (en) 1993-01-25 1993-01-25 Arithmetic processor

Publications (1)

Publication Number Publication Date
JPH06223035A true JPH06223035A (en) 1994-08-12

Family

ID=11732945

Family Applications (1)

Application Number Title Priority Date Filing Date
JP989893A Pending JPH06223035A (en) 1993-01-25 1993-01-25 Arithmetic processor

Country Status (1)

Country Link
JP (1) JPH06223035A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8948571B2 (en) 2011-03-31 2015-02-03 Lapis Semiconductor Co., Ltd. Receiver, shutter glasses, and communication system
US9350531B2 (en) 2011-03-31 2016-05-24 Lapis Semiconductor Co., Ltd. Communication device, control signal generation method, shutter glasses, and communication system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8948571B2 (en) 2011-03-31 2015-02-03 Lapis Semiconductor Co., Ltd. Receiver, shutter glasses, and communication system
US9350531B2 (en) 2011-03-31 2016-05-24 Lapis Semiconductor Co., Ltd. Communication device, control signal generation method, shutter glasses, and communication system

Similar Documents

Publication Publication Date Title
RU2005137695A (en) Predictive command in the data processing system
JP3497516B2 (en) Data processor
KR0163179B1 (en) Data processor
US5253349A (en) Decreasing processing time for type 1 dyadic instructions
JPH06223035A (en) Arithmetic processor
EP1177499B1 (en) Processor and method of executing instructions from several instruction sources
JP2525492B2 (en) Programmable controller
JP3414579B2 (en) Programmable controller
JP2522561B2 (en) Programmable controller
JP3074809B2 (en) Programmable controller
JP2544533B2 (en) Programmable controller sequence instruction processor
JP3331599B2 (en) Micro program controller
KR940011045B1 (en) Interrupt vector addressing method in micro controller unit
JP2522562B2 (en) Programmable controller
JP3729250B2 (en) Information processing apparatus and electronic apparatus
JPH02206836A (en) Data processor
JPH07334365A (en) Instruction executing system
JPH0683986A (en) Single chip microcomputer
JPS63197234A (en) Information processor
JPS60235249A (en) Processor circuit
JPH03223931A (en) Data processor
JPH05143362A (en) Interruption processing system
JPH08297597A (en) Emulator
JPH04290130A (en) Error control system of processor
JPS58215779A (en) Data processor