JPS60183661A - Information processing unit - Google Patents

Information processing unit

Info

Publication number
JPS60183661A
JPS60183661A JP59040004A JP4000484A JPS60183661A JP S60183661 A JPS60183661 A JP S60183661A JP 59040004 A JP59040004 A JP 59040004A JP 4000484 A JP4000484 A JP 4000484A JP S60183661 A JPS60183661 A JP S60183661A
Authority
JP
Japan
Prior art keywords
processing
request
execution
program
data transfer
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.)
Granted
Application number
JP59040004A
Other languages
Japanese (ja)
Other versions
JPH0414376B2 (en
Inventor
Osamu Matsushima
修 松嶋
Yukio Maehashi
幸男 前橋
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
Nippon Electric Co Ltd
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, Nippon Electric Co Ltd filed Critical NEC Corp
Priority to JP59040004A priority Critical patent/JPS60183661A/en
Priority to EP85102394A priority patent/EP0153764B1/en
Priority to DE85102394T priority patent/DE3587643T2/en
Publication of JPS60183661A publication Critical patent/JPS60183661A/en
Priority to US07/287,622 priority patent/US5036458A/en
Priority to US07/691,297 priority patent/US5163150A/en
Priority to US07/691,284 priority patent/US5159688A/en
Publication of JPH0414376B2 publication Critical patent/JPH0414376B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/32Handling requests for interconnection or transfer for access to input/output bus using combination of interrupt and burst mode transfer

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Bus Control (AREA)

Abstract

PURPOSE:To execute the processing request from a peripheral unit or the like without deteriorating the execution efficiency of a CPU program by processing automatic data transfer between a special register in the peripheral unit side and an RAM in the CPU. CONSTITUTION:When an input/output request from a peripheral unit or the like is generated and an input/output processing execution request line 4 goes to an active level, an execution section 2 intermits a program under execution and receives the input/output request. When the level of an input/output processing execution mode designation line 5 is at a high level in this case, the execution section 2 processes the request as an automatic data transfer request between the special register provided to the peripheral unit side and the RAM by using the memory section 3. The automatic data transfer is conducted via a data transfer line 6 under the control of the execution section 2, and since a status and a data in the execution section 2 are stored in the location as it is, no overhead processing is required. Thus, the processing request from the peripheral unit or the like is executed without deteriorating the program excution efficiency of the CPU.

Description

【発明の詳細な説明】 本発明は処理要求を発生する回路を外部もしくは内部に
有し、それらの要求に基づき処理を行なうことのできる
機能を備えた情報処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an information processing apparatus that has an external or internal circuit that generates processing requests and has a function that can perform processing based on those requests.

一般に周辺装置等からの処理要求に応答するには大きく
分けて2つの方式が考えられる。1つは中央処理装置(
以下、cpuという)が常に周辺装置等からの処理要求
の有無をプログラムで監視する方式で、いわゆるポーリ
ングと呼ばれる方式である。この方式では周辺装置等か
ら処理要求が発生するまで、CPUは処理要求の有無を
監視するのみで自らが主体となって実質的なデータ処理
を行なうことはできないため、プログラム実行効率は非
常に悪い。このため第2の方法として第2は割込み方式
である。これはCPUが周辺装置等を直接監視するので
はなく、逆に周辺装置等からCPUに対して割込みとい
う形態で処理要求が発生した時のみ1割込み処理プログ
ラムで所望のデータ処理を行うものである。これは第1
の方式に比べてグログラム実行効率金玉げることができ
る。しかしながら、割込み処理モードでは。
Generally speaking, there are two main ways to respond to processing requests from peripheral devices and the like. One is the central processing unit (
This is a method called polling in which the CPU (hereinafter referred to as CPU) constantly monitors the presence or absence of processing requests from peripheral devices etc. using a program. In this method, until a processing request is generated from a peripheral device, the CPU only monitors the presence or absence of a processing request and cannot take the initiative to perform actual data processing, resulting in extremely poor program execution efficiency. . Therefore, the second method is an interrupt method. In this system, the CPU does not directly monitor peripheral devices, etc., but on the contrary, only when a processing request in the form of an interrupt occurs from a peripheral device, etc. to the CPU, desired data processing is performed using a single interrupt processing program. . This is the first
Compared to the above method, the program execution efficiency can be greatly improved. However, in interrupt handling mode.

正常なプログラムの実行を再開するためVC,プログラ
ムカウンタの内容、プログラム・ステータス番ワードあ
るいはレジスタ内容の退避及び復帰や。
To resume normal program execution, the contents of the VC, program counter, program status number word, or register contents are saved and restored.

割込みベクターへの分岐、復帰処理といった一連の処理
(オーバーヘッド処理)を本来必要とされるデータ処理
以外に必ず必要である。したがって。
A series of processing (overhead processing) such as branching to an interrupt vector and return processing is always required in addition to the originally required data processing. therefore.

要求された割込が短時間で終了する処理、たとえばたた
車に周辺装置からデータをメモリ内のバッファへ転送す
るというような処理に対しても、必ず前記オーバーヘッ
ド処理を実行しなければならないので、その処理時間の
無駄は無視できない。
The overhead processing described above must be performed even for processes where the requested interrupt is completed in a short time, such as transferring data from a peripheral device to a buffer in memory. , the waste of processing time cannot be ignored.

とぐに、このような割込みが頻発するような応用システ
ムでは、かえってCPUのプログラム実行効率が低下し
てしまう欠点があった。
However, in application systems where such interrupts occur frequently, the program execution efficiency of the CPU actually decreases.

したがって5本発明はCPUのプログラム実行効率を低
下することなく周辺装置等からの処理要求を実行できる
情報処理装置を提供することを目的とする。
Therefore, it is an object of the present invention to provide an information processing apparatus that can execute processing requests from peripheral devices and the like without reducing the program execution efficiency of the CPU.

本発明ではCPUにて実行させるべき処理1に要求する
処理要求発生部と、処理要求に基づき処理を行う実行部
と、処理データ及びプログラム等を記憶するメモリ部と
を備えた情報処理装置において、前記処理要求を前記メ
モリ部に記憶されている処理要求に対応したプログラム
の実行により処理する第1の処理形態、及びプログラム
実行中の前記実行部の状態を保持したtま前記処理要求
に対応した処理を行う第2の処理形態で実行する実行制
御手段と、前記実行制御手段の処理形態′f:選択的に
指定する処理形態指定手段とを備えた情報処理装置が得
られる。
In the present invention, an information processing apparatus includes a processing request generation unit that requests processing 1 to be executed by a CPU, an execution unit that performs processing based on the processing request, and a memory unit that stores processing data, programs, etc. a first processing mode in which the processing request is processed by executing a program corresponding to the processing request stored in the memory unit, and a state of the execution unit during program execution is maintained; An information processing apparatus is obtained that includes an execution control means for executing processing in a second processing form, and a processing form specifying means for selectively specifying the processing form 'f' of the execution control means.

本発明ではCPUチップ外(例えばキーボードやディス
プレイ、プリンタ吟の周辺装置〕からの割込み処理要求
とチップ内で発生される処理要求とを区別することなく
同一レベルの処理要求(以下、これt−l10要求とい
う)としてとらえる。
In the present invention, interrupt processing requests from outside the CPU chip (e.g., keyboards, displays, printer peripherals) and processing requests generated within the chip are not distinguished, but are processed at the same level (hereinafter referred to as t-l10). (called a request).

前記l10要求は後述する指示信号に応答して2種類の
処理モードのうちのいづれかで処理される。
The I10 request is processed in one of two processing modes in response to an instruction signal to be described later.

第1の処理形態は従来からの割り込み処理モードであり
、プログラム処理によりl10要求を処理する。ここで
はプログラムカウンタやレジスタ、フラグ等の内容を退
避してこれらを割込み処理のために解放される。すなわ
ち、オーバーヘッド処理が実行さね、、”J 2.ρ処
理形態は周辺装置等の制御やデータ授受を行なりために
周辺装置側に設けられている特殊レジスタ(以下、SF
Rという)とCPU内に設けられており、データのリー
ド、ライトを行うことのできるメモリ(以下、RAMと
いう。)間のデータ転送をオーバーヘッド処理を行なう
ことなく実行するものである。このデータ転送(以下、
自動データ転送という。)モードではCPUは請求が発
生すると実行中のプログラムを中断し、その時のCPU
の種々の状態(以下、ステータスという。)及びデータ
をそれらが現在ある場所に残し几ままの状態でCPU自
身が1自動データ転送処理を行うものである。自動デー
タ転送処理のための特別なハードウェアは不要である。
The first processing mode is a conventional interrupt processing mode, in which the l10 request is processed by program processing. Here, the contents of the program counter, registers, flags, etc. are saved and released for interrupt processing. In other words, overhead processing is not executed.
This system transfers data between RAM (hereinafter referred to as RAM) and a memory (hereinafter referred to as RAM) provided in the CPU and capable of reading and writing data without performing overhead processing. This data transfer (hereinafter referred to as
This is called automatic data transfer. ) mode, the CPU interrupts the running program when a request occurs, and
The CPU itself performs one automatic data transfer process while leaving the various states (hereinafter referred to as status) and data in their current locations as they are. No special hardware is required for automatic data transfer processing.

CPUは自動データ転送処理を終了すると。When the CPU finishes automatic data transfer processing.

中断したプログラムの実行を再開する。この時オーバー
ヘッド処理の必要がないので、即刻中断したプログラム
の処理を再開することができる。したがって、ソフトウ
ェアからはプログラムの中断が見えず、あたかも転送命
令がプログラム処理の中に自動的に挿入されて処理され
たかのように映る。
Resume execution of an interrupted program. Since there is no need for overhead processing at this time, the interrupted program processing can be resumed immediately. Therefore, the interruption of the program is not visible to the software, and it appears as if the transfer command was automatically inserted into the program processing and processed.

自動データ転送処理はソフトウェア処理が主体となる割
込みの発生頻度を極力少なくシ、ソフトウェア処理の負
担を軽減する効果がある。したがってこの処理はたとえ
ばシリアルインターフェース装置とのデータの送受信%
A/Dコンバータ装置における変換データの読み出し勢
、従来割込み処理で対応していた周辺装置とメモリのバ
ッファ領域間の簡単なデータ転送に用いられる。一方。
Automatic data transfer processing has the effect of minimizing the frequency of occurrence of interrupts, which are mainly caused by software processing, and reducing the burden on software processing. Therefore, this process is, for example, a percentage of data transmission and reception with a serial interface device.
It is used for reading converted data in an A/D converter device, and for simple data transfer between a peripheral device and a buffer area of a memory, which was conventionally handled by interrupt processing. on the other hand.

l101t=求に基づく自転データ転送処理により転送
された一連のデータの編集、平均化処理等を行うときに
は従来通りの第1のモードによる割込み処理によって対
応する。言い換えれば、第1のモードはレジスタやフラ
グ等を使わなければならないような割込み処理に適用で
き、第2のモードはCPU内のメモリと周辺装置との間
でのデータ転送あるいはCPU内部回路間でのデータ転
送のような単純なデータ転送処理に適用できる。従って
第2のモードではオーバーヘッド処理時間が不要なため
、その分CPUの実効的な処理効率を大幅に向上させる
ことができる。
When performing editing, averaging processing, etc. of a series of data transferred by the rotation data transfer processing based on the l101t=request, the conventional interrupt processing in the first mode is used. In other words, the first mode can be applied to interrupt processing that requires the use of registers, flags, etc., and the second mode can be applied to data transfer between memory within the CPU and peripheral devices, or between internal circuits of the CPU. It can be applied to simple data transfer processing such as data transfer. Therefore, since the second mode does not require overhead processing time, the effective processing efficiency of the CPU can be significantly improved.

次に本発明の一実施例を図面を参照して説明する。Next, one embodiment of the present invention will be described with reference to the drawings.

第1図はその要部ブロック図を示す。本実施例は周辺装
置等からの処理要求を制御するI10要求制御部1.前
記I10要求制御部1から出力される処理要求に応じた
処理を行う実行部2.RAMとS FRt″含んだメモ
リ部3.I10要求信号が転送されるI10処理処理費
求線4.処理の形態を指定するI10処理処理形態指定
線5、実行部2とメモリ部3とのデータ授受を行うデー
タ転送線6とを有している。周辺装置等からのI10要
求が発生し、I10処理実行要求線4がアクティブ・レ
ベルなると、実行部2は実行中のプログラムを中断し、
そのI10要求を受付ける。実行部2はこの時のI10
処理処理形態指定線50レベルにより、2種類の処理形
態のうち一方を選択して処理を行う。この例では、I1
0処理処理形態指定線5がロウレベルであればI10処
理要求を割込み要求として処理し、一方ノ・イレベルで
あればメモリ部3中のSFRからRAM、又はRAMか
らSFRへの自動データ転送要求として処理する。自動
データ転送はデータ転送線6f:経由し実行部の制御の
基に行なわれるが、実行部2内のステータス及びデータ
は全てそのままその場所に保持されるために1割込み処
理で必要とされたプログ2ム・カウンタの内容、プログ
ラム・ステータス・ワードや各種レジスタの内容の退避
、復帰操作、いわゆるオーバーヘッド処理は不要である
FIG. 1 shows a block diagram of its main parts. In this embodiment, the I10 request control unit 1.1 controls processing requests from peripheral devices, etc. an execution unit 2 that performs processing in response to a processing request output from the I10 request control unit 1; 3. I10 processing cost request line to which the I10 request signal is transferred; 4. I10 processing mode designation line 5 that specifies the processing form; data between the execution unit 2 and the memory unit 3; It has a data transfer line 6 for sending and receiving data.When an I10 request is generated from a peripheral device etc. and the I10 processing execution request line 4 becomes active level, the execution unit 2 interrupts the program being executed.
The I10 request is accepted. The execution unit 2 is I10 at this time.
Depending on the level of the processing mode designation line 50, one of two types of processing modes is selected and the processing is performed. In this example, I1
If the 0 processing processing mode designation line 5 is at a low level, the I10 processing request is processed as an interrupt request, while if it is at a low level, it is processed as an automatic data transfer request from the SFR in the memory unit 3 to the RAM or from the RAM to the SFR. do. Automatic data transfer is performed via the data transfer line 6f under the control of the execution unit, but in order to maintain all the status and data in the execution unit 2 as they are, the program required for one interrupt processing is There is no need for saving or restoring the contents of the 2M counter, program status word, or various registers, or so-called overhead processing.

次に第2図に第1図におけるI10要求制御部1のブロ
ック図を示し、それを用いて動作を説明する。ここでは
I10要求発生源はA、B、Cの3種を例にあげて説明
する。I10要求制御部1はI10要求発生源A、B、
Cにそれぞれ対応したI10要求を発生するI10要求
発生部7,8゜9、I10要求を行うためのI10要求
線11A。
Next, FIG. 2 shows a block diagram of the I10 request control section 1 in FIG. 1, and the operation will be explained using it. Here, three types of I10 request generation sources, A, B, and C, will be explained as examples. The I10 request control unit 1 controls the I10 request generation sources A, B,
I10 request generation units 7, 8.9 generate I10 requests corresponding to C, respectively, and I10 request line 11A for issuing I10 requests.

11BおよびIIC,I10処理形at−指定するI1
0処理形態指定線12A、12Bおよび12C1優先順
位判別処理及びI10処理形態を実行部へ伝達する処理
の制御を行う優先順位判別及びI10処理指定部10と
、第1図の実行部2へ接続されるI10処理実行要求#
4、及びI10処理処理形態指定線5とを含んでいる。
11B and IIC, I10 processing form at-specifying I1
0 processing type designation lines 12A, 12B and 12C1 are connected to the priority determination and I10 processing designation unit 10 that controls the priority determination process and the process of transmitting the I10 processing type to the execution unit, and to the execution unit 2 in FIG. I10 process execution request #
4, and an I10 processing type designation line 5.

I 請求発生源よりI10要求が発生すると、対応する
I10要求発生部からのI10要求線がアクティブ・レ
ベルとなる。同時にそのI10要求発生部は出方したI
10要求を割込み処理(第1モード)で処理させたいと
きにはI10処理形態指定M12全ロウレベルにする。
When an I10 request is generated from an I request generation source, the I10 request line from the corresponding I10 request generator becomes active level. At the same time, the I10 request generation unit appeared
When 10 requests are to be processed by interrupt processing (first mode), I10 processing mode designation M12 is set to all low level.

一方、自動データ転送処理(第2モード)で処理させた
いときには指定線12をハイ−レベルにする。各I10
要求線11A、IIBおよび1icu優先順位判別及び
工10処理指定部10″’I’、11A>11B>I 
ICの順に優先順位づけられているものとする。優先順
位判別部は入力されているI10要求のうち最も優先順
位の高い要求を選択する。さらに最も優先順位の高いI
10要求を発生しているI10要求発生部からのI10
処理形態指定線のレベルを判断し、それ’t−l10処
理実行形態指定線5へ出力する。
On the other hand, when automatic data transfer processing (second mode) is desired, the designation line 12 is set to a high level. each I10
Request lines 11A, IIB and 1ICU priority determination and processing 10 processing specification section 10'''I', 11A>11B>I
It is assumed that priority is given in the order of IC. The priority determination unit selects the request with the highest priority among the input I10 requests. Furthermore, the highest priority I
I10 from the I10 request generator generating the 10 request
The level of the processing mode designation line is determined and outputted to the 't-l10 processing execution mode designation line 5.

次に第3図に、第1図における実行部2の詳細なブロッ
ク図及びメモリ部3を示し、動作を説明する。第1因に
おける請求制御部1のVO処理実行要求線4及びI10
処理処理形態指定線5は実行部2の動作を制御するI1
0要求受付は部15に接続されている。割込み処理プロ
グラム等はグログラムを記憶するプログラム記憶部13
に格納されており、そのアクセスはプログラム・カウン
タ14で行なわれる。実行部全体の動作状態はプログラ
ム−ステータス・ワードレジスタ16に格納されている
。さらに実行部は算術論理演算機能を持つ算術論理演算
二〇ニット(以下、ALUという。)17.実行すべき
命令群を保持している命令レジスタ1′8.命令レジス
タの内容にもとづいて各種制御信号を発生する命令デコ
ーダ19、命冷デコーダ19の出力により実行部全体の
動作を制御する実行制御部20t−含んでいる。
Next, FIG. 3 shows a detailed block diagram of the execution section 2 and the memory section 3 in FIG. 1, and the operation will be explained. VO processing execution request line 4 and I10 of billing control unit 1 in the first cause
The processing mode designation line 5 is an I1 that controls the operation of the execution unit 2.
0 request reception is connected to section 15. A program storage unit 13 stores a program for interrupt processing programs, etc.
The program counter 14 accesses the program counter 14. The operating status of the entire execution section is stored in the program-status word register 16. Furthermore, the execution unit has an arithmetic and logic operation function of 20 nits (hereinafter referred to as ALU)17. An instruction register 1'8 that holds a group of instructions to be executed. It includes an instruction decoder 19 that generates various control signals based on the contents of the instruction register, and an execution control section 20t that controls the operation of the entire execution section based on the output of the critical decoder 19.

また実行部は各々がメモリ部3のRAMの番地を指すこ
とのできるメモリポインタ(以下、MPという。)1周
辺装置側にあるSFHの番地を指すことのできるSFR
ポインタ(以下、5FRPという。)及び自動データ転
送の回数を記憶するターミナルカウンタ(以下、TCと
いう。)、ノアトウエアにより任意の値t−V込むこと
ができる自動データ転送処理用の3つのレジスタ群21
,22および23を含む。
In addition, each execution unit has a memory pointer (hereinafter referred to as MP) that can point to an address in the RAM of the memory unit 3, and an SFR that can point to an address in SFH on the peripheral device side.
A pointer (hereinafter referred to as 5FRP), a terminal counter (hereinafter referred to as TC) that stores the number of automatic data transfers, and a group of three registers 21 for automatic data transfer processing into which any value t-V can be stored using no-toware.
, 22 and 23.

実行部では1通常、プログラムカウンタ14の内容に対
応するプログラム記憶部13のアドレスに記憶されてい
る命令を命令レジスタ18へ転送し、命令レジスタ18
へ転送された命令を命令デコーダ19ヘデコードして、
その結果に基いて実行制御部20が各種制御を行ないプ
ログラムの実行を実現している。そして1命令実行する
毎に。
The execution unit normally transfers the instruction stored at the address of the program storage unit 13 corresponding to the contents of the program counter 14 to the instruction register 18.
The instruction transferred to the instruction decoder 19 is decoded,
Based on the results, the execution control unit 20 performs various controls to execute the program. And every time you execute one instruction.

次に実行する命令が格納されている番地ヘプログ2ムー
カクンタ14の値を更新している。
The value of the program 2 Mukakunta 14 is updated to the address where the next instruction to be executed is stored.

ここで、I10要求受付は部15がI10処理処理費求
線4がアクティブ・レベルとなったことを検出するとプ
ログラムの実行を中断し、その時のI10処理処理形態
指定線5のレベルをサンプリングする。I10処理処理
形態指定線50レベルがロウレベルであれば、工10要
求受付は部15は要求が割込み処理要求であることを認
識する。
Here, when the I10 request reception section 15 detects that the I10 processing cost request line 4 has reached the active level, it interrupts the execution of the program and samples the level of the I10 processing type designation line 5 at that time. If the I10 processing type designation line 50 level is low level, the I10 request reception section 15 recognizes that the request is an interrupt processing request.

この状態では実行制御部20からの制御信号にもとづい
て、プログラムカウンタ14の内容及びプログラムステ
ータスワードレジスタ16の内容をメモリ部3へ退避さ
せた後、プルグラムカウンタ14へ割込み処理プログラ
ムで必要な先頭番地をセットする。これにより割込み処
理プログラムが開始される。一連のプログラム処理によ
り割込み処理プログラムを終了すると、メモリ部3の退
避させていた内容管プログラムカウンタ14及びプログ
ラム・ステータス・ワードレジスタ16へ戻して中断さ
れた時の状態へ復帰させる。いわゆるオーバーヘッド処
理が実行される。
In this state, based on the control signal from the execution control unit 20, the contents of the program counter 14 and the contents of the program status word register 16 are saved to the memory unit 3, and then the program counter 14 is stored at the starting address required by the interrupt processing program. Set. This starts the interrupt processing program. When the interrupt processing program is completed through a series of program processing, the program counter 14 and the program status word register 16 that were saved in the memory section 3 are returned to the state at the time of interruption. So-called overhead processing is executed.

一方、I10処理処理形態指定線5がハイレベルである
と、工10要求受付は部15は要求が自動データ転送寮
求であることを認識し、プログラムカウンタ14及びプ
ログラム・ステータス・ワードレジスタ16等の内容を
夫々の場所に保持したまま、■10要求発生源に対応し
たレジスタ群の参照を行う。ここでレジスタ群21はI
10要求発生源Aルジスタ群22はI10要求発生源B
、レジスタ群23はI10要求発生源Cにそれぞれ対応
している。優先順位判別及びI10処理指定部10によ
り最も優先順位が高いと判断され、I10処理処理形態
指定線5がハイレベルであるI10要求発生源が1例え
ばI10要求発生源Aであるとすると、レジスタ群21
が参照される。さらにI10要求受付は部15は実行制
御部20を制御して、MPの指す番地の内容を5FRP
の指丁番地へ転送したり、又は5FRPの指す番地の内
容をMPの指す番地へ転送する。こ、れは通常の転送命
令実行と同様の制御により行うことができる。したがっ
て自動データ転送処理中に実行部の動作を停止させるこ
とはない。その後、VO要求受付は部15はALU17
及び実行制御部20を制御して、MPの値を1加算して
その答を再びMPへ格納し、又TCの値t−1減算して
その答を再びTCへ格納する処理を行って一連の自動デ
ータ転送処理を終了する。ただし、TCの値を減算して
0となった場合には自動データ転送要求を発生させたI
10要求発生源に対応した割込み要求を発生させる制御
を行ない、一連の自動データ転送処理を終了する。した
がって自動データ転送処理を終了すると割込み要求が発
生しているため、引きつづいて割込み処理を起動し自動
データ転送処理により転送されたデータを割込み処理プ
ログラムで処理することもできる。
On the other hand, when the I10 processing mode designation line 5 is at a high level, the request receiving unit 15 recognizes that the request is an automatic data transfer request, and registers the program counter 14, program status word register 16, etc. (10) The register group corresponding to the request source is referenced while the contents of the registers are held in their respective locations. Here, the register group 21 is I
10 request source A register group 22 is I10 request source B
, the register group 23 corresponds to the I10 request source C, respectively. Assuming that the I10 request generation source that is determined to have the highest priority by the priority determination and I10 processing specification unit 10 and whose I10 processing type specification line 5 is at a high level is 1, for example, I10 request generation source A, the register group 21
is referenced. Furthermore, the I10 request reception unit 15 controls the execution control unit 20 to send the contents of the address pointed to by the MP to the 5FRP.
or transfer the contents of the address pointed to by 5FRP to the address pointed to by MP. This can be performed using the same control as normal transfer command execution. Therefore, the operation of the execution unit is not stopped during automatic data transfer processing. After that, the VO request is accepted by the ALU 17 in the section 15.
and controls the execution control unit 20 to add 1 to the value of MP and store the answer in MP again, and subtract t-1 from the value of TC and store the answer in TC again. Terminates the automatic data transfer process. However, if the value of TC is subtracted and becomes 0, the I
10. Control is performed to generate an interrupt request corresponding to the request generation source, and a series of automatic data transfer processing is completed. Therefore, since an interrupt request has been generated when the automatic data transfer process is finished, the interrupt process can be subsequently started and the data transferred by the automatic data transfer process can be processed by the interrupt process program.

次に第4図に第1図におけるI10要求発生部7.8.
9及び優先順位判別及びI10処理指定部10の詳細な
論理回路を示し、実行部2とあわせてその詳細な動作を
説明する。I/D要求発生部及び優先順位判別及びI1
0処理指定部は第2図におけるI10要求発生部7及び
優先順位判別及びI10処理指定部lOを含んだ制御回
路100及び制御回路100と全く等価な回路構成を持
つ制御回路200及び300を含む。制御部13200
にはI10要求発生部8が、制御回路300にはI10
要求発生部9がそれぞれ含まれている。勤作も全く等し
いため、ここでは制御回路100t−例にとって説明す
る。制御回路100はI10要求が発生したことを記憶
するセット・リセット・クリップ・フロップ(以下、R
8F/Fと略す。)であるI10要求7リツプ・70ツ
ブ(以下、l10RQF/Fという。)104.割込み
処理要求を禁止するための割込みマスクピッ)105.
自動データ転送処理を許可するR S F/Fである自
動データ転送処理許可F/F 113.実行部が割込み
要求を受付けたときにどの番地のプログラムへ分岐すれ
ばよいかを知るためのペクタ保持部120と。
Next, FIG. 4 shows the I10 request generation section 7.8 in FIG.
9 and the priority order determination and I10 processing designation unit 10 will be shown in detail, and their detailed operations will be explained together with the execution unit 2. I/D request generation unit and priority determination and I1
The 0 processing designation section includes a control circuit 100 including an I10 request generation section 7 and a priority determination and I10 processing designation section 10 shown in FIG. 2, and control circuits 200 and 300 having completely equivalent circuit configurations to the control circuit 100. Control unit 13200
The I10 request generation unit 8 is connected to the control circuit 300, and the I10 request generation unit 8 is connected to the control circuit 300.
Each of them includes a request generating section 9. Since the operations are exactly the same, an example of the control circuit 100t will be explained here. The control circuit 100 has a set/reset clip-flop (hereinafter referred to as R) that stores the occurrence of the I10 request.
It is abbreviated as 8F/F. ) is I10 request 7 lip/70 tub (hereinafter referred to as l10RQF/F) 104. Interrupt mask pin for inhibiting interrupt processing requests) 105.
Automatic data transfer processing permission F/F that is an R S F/F that permits automatic data transfer processing 113. and a vector holding unit 120 for knowing which address the program should branch to when the execution unit accepts an interrupt request.

第1図における実行部2へ接続されているI10処理実
行要求線30及びI10処理処理形態指定線34を含む
。l10RQF/F104のセット入力にはI10要求
発生源からの要求線101が接続されて、要求線101
がハイレベルとなるとオア・ゲート103を通じてl1
0R,QF/F104がセットされる。割込みマスクビ
ット105及び自動データ転送処理許可F/F 113
はプログラムにより自由にセット、リセット可能で1割
込みマスクビット105は割込み要求’x%止するとき
にセットされ、自動データ転送処理許可VFF113は
自動データ転送処理全行ないたいときにセットされる。
It includes an I10 process execution request line 30 and an I10 process type designation line 34 connected to the execution unit 2 in FIG. The request line 101 from the I10 request source is connected to the set input of the I10RQF/F104, and the request line 101 is connected to the set input of the I10RQF/F104.
When becomes high level, l1 through or gate 103
0R, QF/F104 are set. Interrupt mask bit 105 and automatic data transfer processing enable F/F 113
can be freely set and reset by a program; 1 interrupt mask bit 105 is set when interrupt request 'x%' is stopped, and automatic data transfer processing enable VFF 113 is set when all automatic data transfer processing is desired to be performed.

ここで割込みマスクビット105がリセットされ、自動
データ転送許可F/F 113がリセットされていると
きに、I10要求発生源からの要求線101がハイレベ
ルとなp、l10RQF/F104がセットされたとき
の動作上!5?、明する。
When the interrupt mask bit 105 is reset and the automatic data transfer enable F/F 113 is reset, the request line 101 from the I10 request generation source goes high, and the I10RQF/F 104 is set. On operation! 5? , reveal.

自動データ転送許可F/F 113の出力がロウレベル
でかつ、優先順位を制御するための制御人力111がロ
ウレベル、l10RQF/F104の出力及び割り込み
マスクピッ)105の出力がロウレベルのためにアント
ゲ−)107の出力はハイレベルとなって、オアゲート
108及び110の出力はハイレベルとなる。オアゲー
1−110の出力はオアゲート210に接続され、又オ
ア會グー)210の出力はオア・ゲート310へ接続さ
れているため、I10処理実行要求!3 (1:オア・
ゲート108の出力の状態にょクハイレベルとなる。実
行部2のI10要求受付は部15は、 I10処理実行
要求線30がハイレベルとなったことを検出すると、実
行中のプログラムを中断させ。
The output of the automatic data transfer permission F/F 113 is low level, the control manual 111 for controlling the priority is low level, and the output of the RQF/F 104 and the output of the interrupt mask pin 105 are low level, so the ant game) 107 is The output becomes high level, and the outputs of OR gates 108 and 110 become high level. Since the output of the OR game 1-110 is connected to the OR gate 210, and the output of the OR game 210 is connected to the OR gate 310, the I10 process execution request! 3 (1: or
The state of the output of the gate 108 becomes high level. When the I10 request reception unit 15 of the execution unit 2 detects that the I10 process execution request line 30 has become high level, it interrupts the program being executed.

I10要求を受付けたことを示す。I10要求受付は信
号(以下、l10ACK信号という。)32を出力し、
アンドゲート109を通じて、I10喪求が受付けられ
たことを示すRS F/Fである。工10要求受付けF
/F(以下、ISF/Fという。)112t−セットす
る。このとき制御部200及び300内でI10要求が
発生していても、オアゲート110及び210の出力が
ハイレベルであるため制御回路100内のオアゲート1
08に対応する制御回路200及び300内のオアゲー
トの出力はハイレベルとなることはなく制御回路200
及び300内のISF/Fがセットされることはない。
Indicates that an I10 request has been accepted. I10 request reception outputs a signal (hereinafter referred to as I10ACK signal) 32,
This is an RS F/F indicating that the I10 request has been accepted through the AND gate 109. Engineering 10 request reception F
/F (hereinafter referred to as ISF/F) 112t-Set. At this time, even if the I10 request is generated in the control units 200 and 300, the outputs of the OR gates 110 and 210 are at a high level, so the OR gate 1 in the control circuit 100
The outputs of the OR gates in the control circuits 200 and 300 corresponding to 08 do not become high level, and the control circuit 200
and ISF/F in 300 are never set.

すなわちISF/Fは自分自身の制御回路のI10要求
の優先j@位より高い優先順位のI10要求発生源がI
10要求を発生していないときにI10要求が受付けら
れる7リツプフロツプである。ISF/F112がセッ
トされるとISF/F112の出力が接続されている立
上りエツジ検出回路119により立上りエツジが検出さ
れて、l10RQF/F104がリセットされ1次のI
10要求受付けに備える。又トライステートバッファで
ある115をアクティブとし。
In other words, the ISF/F has an I10 request source with a higher priority than the I10 request of its own control circuit.
This is a 7 lip-flop that accepts I10 requests when no I10 requests are generated. When ISF/F112 is set, a rising edge is detected by the rising edge detection circuit 119 to which the output of ISF/F112 is connected, and l10RQF/F104 is reset and the primary I
10 Prepare for request reception. Also, 115, which is a tri-state buffer, is made active.

自動データ転送許可F/F 113の内容’tI10処
理実行形態指定線34へ出力する。実行部の請求受付は
部はI10処理処理形態指定線34へ出力されている自
動データ転送許可F/F113のロウ・レベルをサンプ
ルするため1割込み処理を行なえば良いことを認識して
、プログラム・カウンタやプログラム・ステータスワー
ドの退避等の割込み処理を開始する。割込み処理開始後
、実行部のI10要求受付は部は割込み処理プログラム
の先頭が何番地であるかを知るためのベクタ・リード信
号36をハイレベルとする。この結果、−ISF/F1
12がハイレベルで、自動データ転送許可F/F 11
3がロウレベルであるためにインバータゲート122の
出力はハイレベルとなるため、アンドゲート121の出
力がハイレベルとなりトライステートバッファ119が
アクティブとなる。従って、ベクタ保持部120のベク
タ情報が実行部のバス31へ出力される。このときアン
ドゲート118の出力は自動データ転送許可F/F11
3がロウレベルであるのでハイレベルにはならずトライ
ステートバッファ116はアクティブにならない。実行
部のI10要求受付は部はバス31上のデータを取込み
、第3図の実行制御部20を制御して取込んだデータに
対応した番地に分岐して割込み処理プログラムの実行を
開始するとともにI10要求処理を終了したことを示す
信号(以下、EOP信号という。)33をハイレベルと
してISF/F112tリセットする。一連の割込み処
理プログラムを終了すると、退避していたプログラム・
カウンタ及びプログラム・ステータス・ワードレジスタ
等へ退避しておいた内容を復帰させて中断したプログラ
ム実行を再開する。
Contents of automatic data transfer permission F/F 113 'tI10 Output to process execution mode designation line 34. In order to receive a request from the execution unit, the execution unit recognizes that it only needs to perform one interrupt process to sample the low level of the automatic data transfer permission F/F 113 output to the I10 process type specification line 34, and executes the program. Starts interrupt processing such as saving counters and program status words. After the interrupt processing is started, when the execution section receives the I10 request, the execution section sets the vector read signal 36 to a high level to determine the address of the beginning of the interrupt processing program. As a result, -ISF/F1
12 is high level, automatic data transfer permission F/F 11
3 is at a low level, the output of the inverter gate 122 becomes a high level, so the output of the AND gate 121 becomes a high level and the tristate buffer 119 becomes active. Therefore, vector information in the vector holding section 120 is output to the bus 31 of the execution section. At this time, the output of the AND gate 118 is the automatic data transfer permission F/F 11.
3 is at low level, it does not go to high level and tristate buffer 116 does not become active. When the execution unit receives the I10 request, the unit takes in the data on the bus 31, controls the execution control unit 20 in FIG. 3, branches to the address corresponding to the taken data, and starts executing the interrupt processing program. The ISF/F 112t is reset by setting a signal 33 indicating that the I10 request processing has been completed (hereinafter referred to as an EOP signal) to a high level. When you finish a series of interrupt processing programs, the saved programs
The contents saved in the counter, program status, word register, etc. are restored and the interrupted program execution is resumed.

次に自動データ転送許可F/F 113がセットされて
いるときに、I10要求が発生し、 l10RQF/F
104がセットされたときの動作を説明する。このとき
l10RQF/F104の出力及び自動データ転送許可
F/F113の出力がハイレベルでかつ、優先順位制御
のための制御入力111がロウレベルであるためにアン
ドゲート106の出力はハイレベルとなり、オアゲート
108及び110の出力がハイレベルとなる。オアゲー
ト110の出力はオアゲート2100入力に接続され、
又オアゲート210の出力はオアグー)3100入力に
接続されているためI10処理実行要求1tj30が無
条件にハイレベルとなる。実行部のI10要求受付は部
ではI10処理処理費求線30がハイレベルとなったこ
とを検出すると。
Next, when automatic data transfer permission F/F 113 is set, an I10 request occurs and l10RQF/F
The operation when 104 is set will be explained. At this time, the output of the l10RQF/F 104 and the output of the automatic data transfer permission F/F 113 are at a high level, and the control input 111 for priority control is at a low level, so the output of the AND gate 106 becomes a high level, and the OR gate 108 The outputs of 110 and 110 become high level. The output of OR gate 110 is connected to the input of OR gate 2100,
Also, since the output of the OR gate 210 is connected to the OR gate 3100 input, the I10 process execution request 1tj30 becomes high level unconditionally. The execution unit accepts the I10 request when it detects that the I10 processing cost request line 30 has become high level.

I10要求を受付けて、実行中のブa/−)ムを中断し
5I10ACK信号32を出力し、アンドゲート108
を通してISF/F112をセットし。
It accepts the I10 request, interrupts the running program a/-), outputs the 5I10ACK signal 32, and outputs the AND gate 108.
Set ISF/F112 through.

ISF/F112の出力が接続されている立上クエッジ
検出器119の出力でl10RQF/F104をリセッ
トする。又ISF/F112の出力はトライステートバ
ッフ7115はアクティブとし自動データ転送許可F/
F 113の内容をI10処理処理形態指定線34へ出
力する。実行部のI10要求受付は部はこの時、I10
処理実行指定線34のハイレベルをサンプルするため、
自動データ転送処理を行なえは良いこと全認識する。す
ると自動データ転送処理に必要な情報を得るためにI1
0要求受付は部ではベクタリード信号36をハイレベル
とし、アンドグー)118’にハイレベルとしてトライ
ステートバッファ116’tアクテイブとし自動データ
転送処理に必要な情報を保持している処理情報保持部1
17の情@iを実行部のバス31へ出力する。このとき
処理情報保持部117から出力される情報は、どのレジ
スタ群を選択すれば良いかを示すレジスタ群選択情報及
び自動データ転送の方向、すなわちSFRからRAMか
、RAMからSFRへの転送かを指定する情報から構成
される。I10要求受付は部ではバス31から得た情報
を基にレジスタ群を参照して。
The l10RQF/F104 is reset by the output of the rising edge detector 119 to which the output of the ISF/F112 is connected. In addition, the output of ISF/F112 is set to active with tri-state buffer 7115 and automatic data transfer permission F/F112.
The contents of F113 are output to the I10 processing type designation line 34. At this time, the execution unit receives the I10 request.
In order to sample the high level of the processing execution designation line 34,
We fully recognize that automatic data transfer processing is a good thing. Then, in order to obtain the information necessary for automatic data transfer processing, I1
0 request reception, the vector read signal 36 is set to high level in the section, and the processing information holding section 1 which sets the tri-state buffer 116't active and holds the information necessary for automatic data transfer processing.
17 information @i is output to the bus 31 of the execution unit. At this time, the information output from the processing information holding unit 117 includes register group selection information indicating which register group should be selected and the direction of automatic data transfer, that is, from SFR to RAM or from RAM to SFR. Consists of specified information. The I10 request reception section refers to the register group based on the information obtained from the bus 31.

参照されたレジスタ群のポインタと転送方向指定情報に
より実行部の実行1tlliil1部を制御して通常の
データ転送命令実行と同様の制御を行って転送処理を終
了する。その後%MPの1加算及びTCの1減算処理を
行ない、減算の結果TC=0となると、I10要求受付
は部では自動データ転送を禁止して1割込み処理を行な
わせるための自動データ転送禁止信号35tl−ノ・イ
レベルとして、自動データ転送許可F/F113eノ・
−ドクエアで強制的にリセットする。又ISF/F11
2の出力がハイレベルであるために自動データ転送禁止
信号35をハイレベルとすることにより、アンドゲート
102及びオアゲート103を通じてl10RQF/F
104がセットされる。その後、I10要求受付は部で
はEOP信号33をノ・イレベルとして、ISF/F1
12をリセットし、一連の自動データ転送を終了する。
The execution unit 1tlliil1 of the execution unit is controlled by the referenced register group pointer and transfer direction designation information, and the transfer process is completed by performing the same control as when executing a normal data transfer instruction. After that, %MP is added by 1 and TC is subtracted by 1, and when the result of the subtraction becomes TC = 0, the I10 request reception is an automatic data transfer prohibition signal to prohibit automatic data transfer and perform 1 interrupt processing. As a 35tl-no level, automatic data transfer permission F/F113e no.
-Forcibly reset on Doquaa. Also ISF/F11
Since the output of 2 is at a high level, the automatic data transfer inhibit signal 35 is set to a high level, so that the I10RQF/F is
104 is set. After that, the I10 request reception section sets the EOP signal 33 to the no-y level, and the ISF/F1
12 and completes a series of automatic data transfers.

ところが、ここで自d+I、+データ転送許可F/F 
113がリセットされ、工10RQF/F104がセッ
トされているので、通常の割込み要求が発生し1割込み
処理が起動され1割込み処理プログラムへ分岐する。割
込み処理プログラムでは自動データ転送処理により転送
されたデータを基に種々のプログラム処理を実行する。
However, here self d + I, + data transfer permission F/F
Since 113 is reset and 10RQF/F 104 is set, a normal interrupt request is generated, 1 interrupt processing is activated, and the program branches to 1 interrupt processing program. The interrupt processing program executes various program processes based on data transferred by automatic data transfer processing.

次に実際の応用を例に取V、前記実施例の説明を行う。Next, the above embodiment will be explained using an actual application as an example.

I10要求発生源としてA/D変換器を考えると、I1
0要求はA/D変換動作の終了時に発生する。通常A/
D変換値というのは数回のサンプリング値を演算により
平均化して用いる。
Considering the A/D converter as the I10 request source, I1
A 0 request occurs at the end of an A/D conversion operation. Normal A/
The D-converted value is used by averaging several sampled values through calculation.

したがってTCに平均化したいデータ数を設定し。Therefore, set the number of data you want to average in TC.

又5FRPにはA/D変換値の結果が格納される番地を
メモリポインタには適当なバッファエリアの番地を設定
し、自動データ転送許可F/F 113をセットし1割
込みマスクビット105全リセツトシ、処理情報保持部
117には自動データ転送の方向fil−8FRからR
AMという形で指定し、A/D変換を開始させる。する
とA/D変換終了毎にA/D変換値がバッファエリアに
自動的に格納されてMPが1加算、TOが1減算される
操作がTCに指定した回数だけ行なわれた時に割込みが
発生する。したがって割込み処理プログラムではバッフ
ァエリアに格納されたデータの平均化処理と、MP及び
TCの再設定をするだけで1割込みの発生回数を大きく
低減し、プログラムの実行効率を向上させることができ
る。
Also, set the address where the result of the A/D conversion value is stored in the 5FRP, set the address of an appropriate buffer area in the memory pointer, set the automatic data transfer permission F/F 113, and reset all 1 interrupt mask bits 105. The processing information holding unit 117 has the direction of automatic data transfer from fil-8FR to R.
Specify it in the form of AM to start A/D conversion. Then, each time A/D conversion is completed, the A/D converted value is automatically stored in the buffer area, and an interrupt occurs when the operation of adding 1 to MP and subtracting 1 from TO is performed the number of times specified in TC. . Therefore, in the interrupt processing program, by simply averaging the data stored in the buffer area and resetting the MP and TC, the number of occurrences of one interrupt can be greatly reduced and the execution efficiency of the program can be improved.

又本実施例は自動データ転送処理は実行部の動作を完全
に止めて制御するのではなく、実行部臼らが転送処理を
行うために通常のプログラム実行時の命令実行制御のた
めのハードウェアを有効に活用して、自動データ転送処
理用の特別の/1−ドウエアを付加しないで実現するこ
とができる。さらに本実施例では優先順位が固定な例を
示したが優先順位の可変な処理要求制御にも容易に対応
させることが可能である。又自動データ転送処理はデー
タの転送のみを考えたが、さらにこれに通常の命令の比
較命令等の制御を組合わせることにより、さらに高度な
応用にも特殊なハードウェアを付加することなく非常に
柔軟性に富んだ情報処理装#を得ることができる。
Furthermore, in this embodiment, the automatic data transfer process does not completely stop and control the operation of the execution unit, but rather uses hardware for controlling instruction execution during normal program execution in order for the execution unit to perform the transfer process. can be realized without adding special /1-ware for automatic data transfer processing. Further, although the present embodiment shows an example in which the priority order is fixed, it is possible to easily handle processing request control in which the priority order is variable. In addition, automatic data transfer processing was considered only for data transfer, but by combining this with control such as normal instruction comparison instructions, it can be used for even more advanced applications without adding special hardware. A highly flexible information processing device can be obtained.

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

第1図は本発明の一実施例を示すブロック図である。 1・・・・・・I10要求制御部、2・・・・・・実行
部、3・・・・・・メモリ部、4・・・・・・I10処
理実行要求線、5・・・・・・I10処理処理形態指定
線、6・・・・・・データ転送線。 第2図はI10要求制御部1を示すブロック図である。 7.8.9・・・・・・I10要求発生部、10・・・
・・・優先順位判別及びI10処理指定部、IIA、1
1B、IIC・・・・・・I10要求線、12A、12
B。 12C・・・・・・I10処理形態指定線。 第3因は実行部2の詳細ブロック図及びメモリ部を示す
ブロック図である。 14・・・・・・プログラムφカウンタ、15・・・・
・・I10要求受付は部、16・・・・・・プログラム
・ステータス・ワード、21,22,23・・・・・・
レジスタ群。 第4図はI10要求発生部7,8.9及び優先順位判別
及びI10処理指定部lOの論理図である。 100.200,300・・・・・・制御部、101・
・・・・・要求線、104・・−・・・l10RQF/
F、105・・・・・・割込みマスクビット、112・
・・・・・ISF/F。 113・・・・・・自動データ転送許可F’/F、11
7・・・・・・処理情報保持部、120・−・・・・ベ
クタ保持部、30・・・・・・I10処理実行要求線%
34・・・・・・I10処理処理形態指定線。
FIG. 1 is a block diagram showing one embodiment of the present invention. 1...I10 request control unit, 2...Execution unit, 3...Memory unit, 4...I10 process execution request line, 5... ...I10 Processing mode designation line, 6...Data transfer line. FIG. 2 is a block diagram showing the I10 request control section 1. As shown in FIG. 7.8.9...I10 request generation section, 10...
...Priority determination and I10 processing specification section, IIA, 1
1B, IIC...I10 request line, 12A, 12
B. 12C...I10 processing mode designation line. The third factor is a detailed block diagram of the execution unit 2 and a block diagram showing the memory unit. 14...Program φ counter, 15...
...I10 request reception is in section 16...Program status word, 21, 22, 23...
register group. FIG. 4 is a logic diagram of the I10 request generation units 7, 8.9 and the priority determination and I10 processing designation unit IO. 100.200,300...control unit, 101.
...Request line, 104...l10RQF/
F, 105... Interrupt mask bit, 112...
...ISF/F. 113... Automatic data transfer permission F'/F, 11
7...Processing information holding unit, 120...Vector holding unit, 30...I10 Processing execution request line%
34...I10 processing processing mode designation line.

Claims (1)

【特許請求の範囲】[Claims] 処理要求を発生する処理要求発生部と、プロログ2ム処
理と処理要求に基づく処理とを選択的に実行する実行部
と、メモリ部とを備え、前記処理要求に応じて実行中の
前記プログラム処理を中断し、その時の状態を示すデ・
−夕を退避した後前記処理要求を受けつける第1の処理
形態と、前記状態を示すデータを退避することなく前記
処理要求を受けつける第2の処理形態とを選択的に実行
することを特徴とする情報処理装置。
The program processing unit includes a processing request generation unit that generates a processing request, an execution unit that selectively executes a program process and a process based on the processing request, and a memory unit, and that is executed in response to the processing request. is interrupted and displays the current status.
- selectively executing a first processing mode in which the processing request is received after saving data, and a second processing mode in which the processing request is received without saving data indicating the state. Information processing device.
JP59040004A 1984-03-02 1984-03-02 Information processing unit Granted JPS60183661A (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
JP59040004A JPS60183661A (en) 1984-03-02 1984-03-02 Information processing unit
EP85102394A EP0153764B1 (en) 1984-03-02 1985-03-04 Information processor having an interruption operating function
DE85102394T DE3587643T2 (en) 1984-03-02 1985-03-04 Information processing unit with interrupt function.
US07/287,622 US5036458A (en) 1984-03-02 1988-12-20 Information processor executing interruption program without saving contents of program counter
US07/691,297 US5163150A (en) 1984-03-02 1991-04-25 Information processor performing interrupt operation without saving contents of program counter
US07/691,284 US5159688A (en) 1984-03-02 1991-04-25 Information processor performing interrupt operation in two modes

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59040004A JPS60183661A (en) 1984-03-02 1984-03-02 Information processing unit

Publications (2)

Publication Number Publication Date
JPS60183661A true JPS60183661A (en) 1985-09-19
JPH0414376B2 JPH0414376B2 (en) 1992-03-12

Family

ID=12568764

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59040004A Granted JPS60183661A (en) 1984-03-02 1984-03-02 Information processing unit

Country Status (1)

Country Link
JP (1) JPS60183661A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63118950A (en) * 1986-11-07 1988-05-23 Nec Corp Information processor
JPS63118947A (en) * 1986-11-07 1988-05-23 Nec Corp Single chip microcomputer
JPS63118949A (en) * 1986-11-07 1988-05-23 Nec Corp Information processor
JPH01152540A (en) * 1987-09-10 1989-06-15 Nec Corp Data processor
JPH0895797A (en) * 1994-09-29 1996-04-12 Nec Corp Data processor
JP2008296788A (en) * 2007-05-31 2008-12-11 Hitachi Ltd Pneumatic booster and check valve with throttling for pneumatic booster

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5810226A (en) * 1981-07-13 1983-01-20 Toshiba Corp Data processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5810226A (en) * 1981-07-13 1983-01-20 Toshiba Corp Data processor

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63118950A (en) * 1986-11-07 1988-05-23 Nec Corp Information processor
JPS63118947A (en) * 1986-11-07 1988-05-23 Nec Corp Single chip microcomputer
JPS63118949A (en) * 1986-11-07 1988-05-23 Nec Corp Information processor
JPH01152540A (en) * 1987-09-10 1989-06-15 Nec Corp Data processor
JPH0895797A (en) * 1994-09-29 1996-04-12 Nec Corp Data processor
JP2008296788A (en) * 2007-05-31 2008-12-11 Hitachi Ltd Pneumatic booster and check valve with throttling for pneumatic booster

Also Published As

Publication number Publication date
JPH0414376B2 (en) 1992-03-12

Similar Documents

Publication Publication Date Title
US4930068A (en) Data processor having different interrupt processing modes
US5812868A (en) Method and apparatus for selecting a register file in a data processing system
US4737932A (en) Processor
US5361375A (en) Virtual computer system having input/output interrupt control of virtual machines
EP0464615B1 (en) Microcomputer equipped with DMA controller
JPH0430053B2 (en)
JP3797570B2 (en) Apparatus and method using semaphore buffer for semaphore instructions
US20080034193A1 (en) System and Method for Providing a Mediated External Exception Extension for a Microprocessor
JPH05324348A (en) Single chip microcomputer
US4758950A (en) Method and apparatus for selectively delaying an interrupt of a coprocessor
US6738837B1 (en) Digital system with split transaction memory access
JPS60183661A (en) Information processing unit
US6874049B1 (en) Semaphores with interrupt mechanism
US5481756A (en) DMA controller mailing auto-initialize halting unit
US5129065A (en) Apparatus and methods for interface register handshake for controlling devices
EP0385136B1 (en) Microprocessor cooperating with a coprocessor
JP2643931B2 (en) Information processing device
US5561818A (en) Microprocessor and data processing system for data transfer using a register file
US20010007114A1 (en) Control apparatus and control method
JPS63118949A (en) Information processor
JP3313969B2 (en) Information processing device
JP2965045B2 (en) Semiconductor integrated circuit device
EP0503390A1 (en) Microcomputer having direct memory access mode
JPH04162135A (en) Data processor
JPS63155330A (en) Microprogram controller

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term