JPH01274246A - Interruption processing system for microprocessor - Google Patents

Interruption processing system for microprocessor

Info

Publication number
JPH01274246A
JPH01274246A JP10300888A JP10300888A JPH01274246A JP H01274246 A JPH01274246 A JP H01274246A JP 10300888 A JP10300888 A JP 10300888A JP 10300888 A JP10300888 A JP 10300888A JP H01274246 A JPH01274246 A JP H01274246A
Authority
JP
Japan
Prior art keywords
interrupt
instruction
program
interrupt processing
selection means
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
JP10300888A
Other languages
Japanese (ja)
Inventor
Hiroshi Mizuguchi
博 水口
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP10300888A priority Critical patent/JPH01274246A/en
Publication of JPH01274246A publication Critical patent/JPH01274246A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To execute first and second interruption programs in parallel by selecting and executing first and second interruption processing programs in time division. CONSTITUTION:A CPU circuit 14 controls the operation of a processor based on the output of a timing generator 11 and an instruction sent from a program ROM 1. An interruption control circuit 15 accepts interruption request signal from terminals 20 and 21, and makes first and second programmable counters 12 and 13 select and execute the first interruption processing program and the second interruption processing program stored in the ROM 1 time divisionally. Control signals from the CPU circuit 14 and the interruption control circuit 15 are supplied to each block via a control bus 9.

Description

【発明の詳細な説明】 産業上の利用分野 本発明はマイクロプロセッサの割り込み処理方式に関す
るものである。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to an interrupt processing method for a microprocessor.

従来の技術 近年、ノイマン方式のマイクロプロセッサはあらゆる方
面で多用されており、その構成としては、順次実行され
る命令群からなるプログラムを格納するプログラム6泊
手段と、ディジタルデータの読み書きが可能なデータ格
、1杓手段と、ディジタルデータの演区を実行する演算
手段と、前記データ格納手段の入出力端子と前記演算手
段の入出力端子を接続するデータパスと、前記プログラ
ム格納手段から送出される命令に基づいて前記データ格
納手段と前記演算手段の動作をコントロールするコント
ロール手段と、命令の実行タイミング信号を発生するタ
イミングジェネレータと、前記タイミングジェネレータ
の出力に基づいて前記プログラム格納手段に格納された
特定の命令を選択する命令選択手段を備えていることば
特徴づけられる。
BACKGROUND OF THE INVENTION In recent years, Neumann type microprocessors have been widely used in various fields, and their configurations include a program storage unit that stores a program consisting of a group of instructions to be executed sequentially, and a data storage unit that can read and write digital data. a data path connecting the input/output terminals of the data storage means and the input/output terminals of the calculation means; control means for controlling the operations of the data storage means and the arithmetic means based on instructions; a timing generator for generating an instruction execution timing signal; A word is characterized in that it is provided with an instruction selection means for selecting an instruction.

また、その代表的な構成が特公昭58−33584号公
報(以下、文献1と略記する)に示されている。
Further, a typical configuration thereof is shown in Japanese Patent Publication No. 58-33584 (hereinafter abbreviated as Document 1).

ところで、前記文献1に示されるようなノイマン方式の
マイクロプロセッサはあらかじめ定められた順序にした
がってデータの処理を実行していくためて、プログラム
が膨大になるにつれて非同期で入力される外部データの
取り込みやそれに基づくデータの処理のサイクルが長く
なるという間1@を有している。このような問題知対し
ては、割り込みという手段が多用される。
By the way, the Neumann type microprocessor as shown in the above-mentioned document 1 executes data processing according to a predetermined order, so as the program becomes huge, it becomes difficult to import external data that is input asynchronously. It has 1@ while the cycle of data processing based on it becomes longer. Interruption is often used to detect such problems.

発明が解決しようとする課題 しかしながら、従来の割り込み処理方式においては、す
でに割り込み処理を実行して^るときに新たに別系統の
割り込み要求が出されると、それを全く無視するか、あ
るいはそれまでの割り込み処理を中断して新たな割り込
み処理を開始するように構成されている。このために、
一方の創り込み処理プログラムが中断されるか実行され
ないという問題があった。
Problems to be Solved by the Invention However, in conventional interrupt processing methods, if a new interrupt request for a different system is issued while interrupt processing is already being executed, the request is completely ignored, or the request is ignored until then. The current interrupt processing is interrupted and a new interrupt processing is started. For this,
There was a problem that one of the built-in processing programs was interrupted or not executed.

例えば、マスタープロセッサから多数のスレイブプロセ
ッサに対して各プロセッサ固有の識別信号(背番号)を
付加したシリアルデータを共通の通は烙を介して送信し
た場合には、各スレイブプロセッサはデータが自らが受
け取るべき内容か否かを判断するために、マスタープロ
セッサからシリアルデータが送出されている期間ずつと
割り込み処理、による受信ルーチンを実行しなければな
らず、その期間は別の処理が行なえな贋ことになり、こ
のような環境化におかれた各スレイブプロセッサは実質
的にシリアルデータの受信しか実行できないことになっ
てしまうという問題を有していた。
For example, if a master processor sends serial data with an identification signal (uniform number) unique to each processor to a large number of slave processors via a common processor, each slave processor will In order to determine whether the content should be received or not, a receiving routine must be executed during each period in which serial data is being sent from the master processor and interrupt processing, and other processing cannot be performed during that period. Therefore, each slave processor placed in such an environment has a problem in that it is essentially only capable of receiving serial data.

本発明はかかる点に鑑み、複数系統の割り込みが同時期
に発生してもそれらの処理プログラムが遅滞なく実行で
きるマイクロプロセッサの割り込み処理方式を実現する
ことにある。
SUMMARY OF THE INVENTION In view of this, an object of the present invention is to realize an interrupt processing system for a microprocessor that allows processing programs for multiple systems to be executed without delay even if multiple systems of interrupts occur at the same time.

課題を解決するだめの手段 前記した課題を解決するために本発明のマイクロプロセ
ッサの刷り込み処理方式では、割り込み処理プログラム
の実行中て別系統の割り込みが発生したときに、それま
で゛の割り込み処理プログラムと新たな割り込み処理プ
ログラムをそれぞれ第1の命令選択手段と第2の命令選
択手段に時分別で選択せしめて実行させる割り込み制御
手段を備えている。
Means for Solving the Problems In order to solve the above-mentioned problems, in the microprocessor imprint processing method of the present invention, when an interrupt of another system occurs while an interrupt processing program is being executed, the interrupt processing The interrupt control means is provided for causing the first instruction selection means and the second instruction selection means to time-wise select and execute the program and the new interrupt processing program, respectively.

作用 本発明では前記した構成によって、第1の割り込み処理
プログラムと第2のJFtlD込み処理プログラムを並
列に実行できるマイクロプロセッサが得られる。
According to the present invention, the above-described configuration provides a microprocessor that can execute the first interrupt processing program and the second JFtlD interrupt processing program in parallel.

実施例 以下、本発明の実施例てついて図面を参照しながら説明
する。
Embodiments Hereinafter, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例におけるマイクロプロセッサ
の構成を示しだものであり、順次実行される命令群から
なるプログラムが格納されるプログラムROM1と、デ
ィジタルデータの読み書きを行うRAM(IOポートも
含まれる)2および第1のアドレスレジスタ3、第2の
アドレスレジスタ4と、ディジタルデータのぽ術および
論理演算を実行するムLU(算術論理演施ユニット)5
と、ムLσ6での演算結果を格納する第1のレジスタ6
、第2のレジスタ7と、RAM2の共通の入出力端子と
ムLU5の入出力端子を接続するデータパス8と、外部
クロック入力端子10に供給されるクロック信号をもと
に命令の実行タイミング信号を発生するタイミングジェ
ネレータ11とタイミングジェネレータ11の出力に基
づいてプログラムROM1に格納された特定の命令を選
択する第1のプログラマブルカウンタ12と、第2のプ
ログラマブルカウンタ13と、タイミングジェネレータ
11の出力とプログラムROM1から送出される命令に
基づいてプロセッサの動作を制御するCtPU制御回路
14と、第1の割り込み信号入力端子20、第2の割り
込み信号入力端子21に印加される割り込み要求信号を
受け付けて、プログラムROM1に格納された第1の割
り込み処理プログラムと第2の割り込み処理プログラム
をそれぞれ第1のプログラマブルカウンタ12と第2の
プログラマブルカウンタ13に時分割で選択せしめて実
行させる割り込み制御回路16と。
FIG. 1 shows the configuration of a microprocessor in an embodiment of the present invention, and includes a program ROM 1 in which a program consisting of a group of instructions to be executed sequentially is stored, and a RAM (also an IO port) for reading and writing digital data. ) 2, a first address register 3, a second address register 4, and an arithmetic logic unit (LU) 5 that executes digital data arithmetic and logical operations.
and a first register 6 that stores the calculation result at MU Lσ6.
, the second register 7, a data path 8 connecting the common input/output terminal of the RAM 2 and the input/output terminal of the mu LU 5, and an instruction execution timing signal based on the clock signal supplied to the external clock input terminal 10. a first programmable counter 12 that selects a specific instruction stored in the program ROM 1 based on the output of the timing generator 11, a second programmable counter 13, and the output of the timing generator 11 and the program. The CtPU control circuit 14, which controls the operation of the processor based on instructions sent from the ROM 1, accepts the interrupt request signal applied to the first interrupt signal input terminal 20 and the second interrupt signal input terminal 21, and executes the program. an interrupt control circuit 16 that causes a first programmable counter 12 and a second programmable counter 13 to select and execute a first interrupt processing program and a second interrupt processing program stored in a ROM 1 in a time-sharing manner;

CPU制御回路14と割り込み制御回路16からの制御
信号を各ブロックに供給するコントロールバス9を備え
ている。
A control bus 9 is provided for supplying control signals from a CPU control circuit 14 and an interrupt control circuit 16 to each block.

以上のように構成されたマイクロプロセッサにつAて、
第1図に示しだブロック図と、第2図に示した主要部の
タイミングチャートによりその動作を説明する。
Regarding the microprocessor configured as above,
The operation will be explained with reference to the block diagram shown in FIG. 1 and the timing chart of the main parts shown in FIG.

まず、第2図ムおよびBは第1図の外部クロック入力端
子10に供、給されるクロック信号波形をもとてタイミ
ングジェネレータ(TG)11から出力されるタイミン
グ信号波形を示したものであり、第2図Cは第2の割り
込み信号入力端子21に印加される割り込み要求信号波
形を示したものであり、第2図りは割り込み制御回路1
5の内部で生成される多重荊シ込みモード生起信号波形
であり、第2.図Eおよび第2図Fは割り込み制御回路
15からコントロールバス9に送出されるコントロール
信号波形である。また、第2図GはCPU制御回路14
てよって実行される命令の実行サイクルを表したもので
あり、波形図内にNの記号で記されたサイクルが通常の
割り込み処理サイクルであシ、工の記号で記されたサイ
クルが第2の割り込み処理サイクルである。
First, FIGS. 2A and 2B show timing signal waveforms output from the timing generator (TG) 11 based on the clock signal waveforms supplied to the external clock input terminal 10 of FIG. , FIG. 2C shows the interrupt request signal waveform applied to the second interrupt signal input terminal 21, and the second diagram shows the interrupt request signal waveform applied to the second interrupt signal input terminal 21.
This is the waveform of the multiple cutting mode generation signal generated inside the second. FIG. E and FIG. 2F show control signal waveforms sent from the interrupt control circuit 15 to the control bus 9. In addition, FIG. 2G shows the CPU control circuit 14.
This shows the execution cycle of the instructions executed by the command, and the cycle marked with the N symbol in the waveform diagram is the normal interrupt processing cycle, and the cycle marked with the ENG symbol is the second interrupt processing cycle. This is an interrupt processing cycle.

さて、第2図のタイミングチャートにおいて、時刻t1
以前は第1のプログラマブルカウンタ12とCPU制卸
回路14がプログラムROM1に格納された命令を8択
して逐次実行していくが、時刻t、において第2の割り
込み信号入力端子21に#!ID込み要求信号が印加さ
れると1割り込み制御回路15は多重割り込み処理モー
ドを生起し。
Now, in the timing chart of FIG. 2, time t1
Previously, the first programmable counter 12 and the CPU control circuit 14 selected eight instructions stored in the program ROM 1 and executed them sequentially, but at time t, the second interrupt signal input terminal 21 received #! When the ID interrupt request signal is applied, the 1 interrupt control circuit 15 initiates the multiple interrupt processing mode.

時刻t2において復層命令を実行するまでの期間この状
態を持続する。第2図GからもわかるようK、時刻t、
から時刻t2までの多重割り込み処理モードにおいては
、第2図Eの信号波形がアクティブレベルすなわち′1
ルベルにあるときに第1のプログラマブルカウンタ12
、第1のアドレスレジスタ3.第1のレジスタ6の動作
が有効となって、それまでに実行されていた第1の割り
込み処理が間欠的に実行され、第2図Fの信号波形がア
クティブレベルにあるときに第2のプログラマブルカウ
ンタ13、第2のアドレスレジスタ4、第2のレジスタ
7の動作が有効となって第2の割り込み処理プログラム
が実行される。
This state is maintained until the delayering command is executed at time t2. As can be seen from Fig. 2G, K, time t,
In the multiple interrupt processing mode from t2 to time t2, the signal waveform of FIG.
The first programmable counter 12
, first address register 3. When the operation of the first register 6 is enabled and the first interrupt processing that has been executed up to that point is intermittently executed, and the signal waveform of FIG. The operations of the counter 13, second address register 4, and second register 7 are enabled, and the second interrupt processing program is executed.

このようにして、第1図て示したマイクロプロセッサで
は多重割り込み要求信号が発生したとき、それまでに実
行して論だ第1の割り込み処理プログラムと、第2の割
り込み処理プログラムが時分割で交互だ実行されるので
、割υ込み処理の期間中もそれまでの割り込み処理プロ
グラムが完全て停止することはなく、よシリアルタイム
性の高いシステムを構築することができる。
In this way, when multiple interrupt request signals are generated in the microprocessor shown in FIG. Therefore, even during the interrupt processing period, the interrupt processing program does not completely stop, making it possible to construct a system with high real-time performance.

なお、第3図は割り込み制御回路15の内部で第211
D、 IC,Fの信号波形を発生するための具体例な構
成例を示した凹;各図であり、入方端子21.30にそ
れぞれ第2図C,Bに示した信号波形が印加され、入力
端子41に第2・図寺刻t1から実行される復府命令に
よって生起される信号波形が印加されたとき、出力端子
50,60.70からはそれぞれ第21図り、E、Fの
信号波形が得られる。
Note that FIG. 3 shows that the 211th
Each figure shows a specific example of the configuration for generating the signal waveforms D, IC, and F, and the signal waveforms shown in FIGS. 2C and B are applied to the input terminals 21 and 30, respectively. , when the signal waveform generated by the return command executed from the second Zuji clock t1 is applied to the input terminal 41, the signals of the 21st diagram, E, and F are output from the output terminals 50, 60, and 70, respectively. A waveform is obtained.

ところで、第1図に示した実施例においてはプログラム
ROM1とRAM2が別個だ設けられているが、これら
を同じメモリ空間に割り付けることもでき、従来の削シ
込み処理機構を有するマイクロプロセッサと同じように
、第1のプログラマブルカウンタ12あるrd第2のプ
ログラマブルカウンタ13をレジスタ形式としてRAM
内のスタックエリアに待避させたり、第1のレジスタ6
あるいは第2のレジスタ7のいずれかを同様にスタック
エリアに待避させたりすることもできる。
By the way, in the embodiment shown in FIG. 1, the program ROM1 and RAM2 are provided separately, but they can also be allocated to the same memory space, similar to a microprocessor with a conventional deletion processing mechanism. The first programmable counter 12 and the second programmable counter 13 are stored in RAM as registers.
or save it to the stack area in the first register 6.
Alternatively, any of the second registers 7 can be similarly saved in the stack area.

また、本実施例だおいては、割り込み処理モードに移行
したときに、1マシンサイクルごとに第1の割り込み処
理と第2の@シ込み処理を時分割で切り換えることKよ
り並列割り込み処理を可能にしているが、マイクロRO
Mを有しているプロセッサやパイプライン処理を行って
いるプロセッサナトでは1マシンサイクルごとに切り換
えるよりもマクロ命令の区切シ点で切シ換えたシ1条件
分岐命令の直前で切り摸えたほうが都合が良い場合もあ
る。
In addition, in this embodiment, when transitioning to interrupt processing mode, parallel interrupt processing is possible by time-sharing switching between the first interrupt processing and the second interrupt processing every machine cycle. However, Micro RO
In a processor with M or a processor that performs pipeline processing, it is more convenient to switch at the break point of a macro instruction and to switch immediately before the conditional branch instruction, rather than switching every machine cycle. Sometimes it's good.

発明の効果 本発明のマイクロプロセッサ割り込み処理方式は以上の
説明からも明らかなように、順次実行される命令群から
なるプログラムを格納するプログラム格納手段と、プロ
グラム格納手段に格納された特定の命令を選択する第1
および第2の命令選択手段と、命令の実行タイミング信
号を発生するタイミングジェネレータと、タイミングジ
ェネレータの出力に基づいてプロセッサの動作を制御す
るCPU制御手段と、割り込み要求信号を受け付けて、
プログラム格納手段に格納された割り込み処理プログラ
ムを実行させるとともに、割り込み処理プログラムの実
行中に別系統の割り込みが発・生したときに、それまで
の割り込み処理プログラムと新たなIN)込み処理プロ
グラムをそれぞれ第1の命令選択手段と第2の命令選択
手段に時分割で選択せしめて実行させる割り込み制御手
段とを備え、または、順次実行される命令群からなるプ
ログラムを格納するプログラム格納手段と、プログラム
格納手段に格納された特定の命令を選択する第1および
第2の命令選択手段と、ディジタルデータの読み書きが
可能なデータ格納手段と、データ格納手段の特定のアド
レスを1択する第1および第2のアドレス選択半没と、
ディジタルデータの演算を実行する演算手段と、演算結
果を格納する第1および第2のレジスタと、データ格納
手段の入出力端子と演算手段の入出力端子を接続するデ
ータパスと、命令の実行タイミング信号を発生するタイ
ミングジェネレータと、タイミングジェネレータの出力
に基づいてプロセッサの動作を制御するCPU制御手段
と、少なくとも2系統の割り込み要求信号を受け付けて
、プログラム格納手段知格納され第1の割り込み処理プ
ログラムと第2の割り込み処理プログラムをそれぞれ第
1の命令選択手段と第2の命令選択手段に時分割で選択
せしめて実行させるとともに、第1および第2のアドン
ス選択手役ならびに第1および第2のレジスタをそれぞ
れ切シ換える割り込み制御手段を備えたことにより、第
1の割り込み処理と第2の割り込み処理の並列処理を可
能にするマイクロプロセッサを得ることができ、その効
果て犬なるものがある。
Effects of the Invention As is clear from the above description, the microprocessor interrupt processing method of the present invention includes a program storage means for storing a program consisting of a group of instructions to be executed sequentially, and a specific instruction stored in the program storage means. 1st to choose
and a second instruction selection means, a timing generator that generates an instruction execution timing signal, a CPU control means that controls the operation of the processor based on the output of the timing generator, and a second instruction selection means that receives an interrupt request signal.
In addition to executing the interrupt processing program stored in the program storage means, when an interrupt of a different system occurs while the interrupt processing program is being executed, the previous interrupt processing program and the new IN) interrupt processing program are respectively executed. A program storage means comprising: an interrupt control means for causing the first instruction selection means and the second instruction selection means to select and execute the instruction in a time-sharing manner; first and second instruction selection means for selecting a specific instruction stored in the means; data storage means capable of reading and writing digital data; and first and second instruction selection means for selecting one specific address of the data storage means. Address selection is half-immersed,
A calculation means for performing calculations on digital data, first and second registers for storing the calculation results, a data path connecting the input/output terminals of the data storage means and the input/output terminals of the calculation means, and instruction execution timing. a timing generator for generating signals; a CPU control means for controlling the operation of the processor based on the output of the timing generator; The second interrupt processing program is selected and executed by the first instruction selection means and the second instruction selection means in a time-sharing manner, respectively, and the first and second add selection hands and the first and second registers are selected and executed. By providing interrupt control means for switching between the two interrupts, it is possible to obtain a microprocessor that enables parallel processing of the first interrupt processing and the second interrupt processing, which has a considerable effect.

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

第1図は本発明の一実施例におけるマイクロプロセッサ
の構成を示すブロック図、第2図・げ第1図の主要部の
タイミングチャート、第3図は割り込み制御回路の具体
例を示した回路図である。 1・・・・・・プログラムROM、2・・・・・・RA
M、3・・・・・・第1のアドレスレジスタ、4・・・
・・・第2のアドレスレジスタ、5・・・・・・ムLU
、6・・・・・・第1のレジスタ、7・・・・・・第2
のレジスタ、8・・・・・・データパス、11・・・・
・−タイミングジェネレータ、12・・・・・・第1の
プログラマブルカウンタ、13・・・・・第2のプログ
ラマブルカウンタ、14・・・・・CPU制御回路、1
5・・・・・割り込み制8回路。 代理人の氏名 弁理士 中 尾 敏 男 ほか1名第2
図 第3図
FIG. 1 is a block diagram showing the configuration of a microprocessor in an embodiment of the present invention, FIG. 2 is a timing chart of the main parts of FIG. 1, and FIG. 3 is a circuit diagram showing a specific example of an interrupt control circuit. It is. 1...Program ROM, 2...RA
M, 3...first address register, 4...
...Second address register, 5...MLU
, 6...first register, 7...second register
Register, 8... Data path, 11...
-Timing generator, 12...First programmable counter, 13...Second programmable counter, 14...CPU control circuit, 1
5...8 interrupt-based circuits. Name of agent: Patent attorney Toshio Nakao and 1 other person 2nd
Figure 3

Claims (2)

【特許請求の範囲】[Claims] (1)順次実行される命令群からなるプログラムを格納
するプログラム格納手段と、前記プログラム格納手段に
格納された特定の命令を選択する第1および第2の命令
選択手段と、命令の実行タイミング信号を発生するタイ
ミングジェネレータと、前記タイミングジェネレータの
出力に基づいてプロセッサの動作を制御するCPU制御
手段と、割り込み要求信号を受け付けて、前記プログラ
ム格納手段に格納された割り込み処理プログラムを実行
させるとともに、割り込み処理プログラムの実行中に別
系統の割り込みが発生したときに、それまでの割り込み
処理プログラムと新たな割り込み処理プログラムをそれ
ぞれ前記第1の命令選択手段と前記第2の命令選択手段
に時分割で選択せしめて実行させる割り込み制御手段と
を備えてなるマイクロプロセッサの割り込み処理方式。
(1) A program storage means for storing a program consisting of a group of instructions to be executed sequentially, first and second instruction selection means for selecting a specific instruction stored in the program storage means, and an instruction execution timing signal a timing generator that generates a timing generator; a CPU control means that controls the operation of a processor based on the output of the timing generator; When an interrupt of another system occurs during the execution of a processing program, the previous interrupt processing program and the new interrupt processing program are selected in a time-sharing manner by the first instruction selection means and the second instruction selection means, respectively. An interrupt processing method for a microprocessor, comprising an interrupt control means for at least executing the interrupt.
(2)順次実行される命令群からなるプログラムを格納
するプログラム格納手段と、前記プログラム格納手段に
格納された特定の命令を選択する第、および第2の命令
選択手段と、ディジタルデータの読み書きが可能なデー
タ格納手段と、前記データ格納手段の特定のアドレスを
選択する第1および第2のアドレス選択手段と、ディジ
タルデータの演算を実行する演算手段と、演算結果を格
納する第1および第2のレジスタと、前記データ格納手
段の入出力端子と前記演算手段の入出力端子を接続する
データパスと、命令の実行タイミング信号を発生するタ
イミングジェネレータと、前記タイミングジェネレータ
の出力に基づいてプロセッサの動作を制御するCPU制
御手段と、少なくとも2系統の割り込み要求信号を受け
付けて、前記プログラム格納手段に格納され第1の割り
込み処理プログラムと第2の割り込み処理プログラムを
それぞれ前記第1の命令選択手段と前記第2の命令選択
手段に時分割で選択せしめて実行させるとともに、前記
第1および第2のアドレス選択手段ならびに前記第1お
よび第2のレジスタをそれぞれ切り換える割り込み制御
手段とを備えてなるマイクロプロセッサの割り込み処理
方式。
(2) a program storage means for storing a program consisting of a group of instructions to be executed sequentially; first and second instruction selection means for selecting a specific instruction stored in the program storage means; and a means for reading and writing digital data. first and second address selection means for selecting a specific address of said data storage means; arithmetic means for performing arithmetic operations on digital data; and first and second address selection means for storing arithmetic results. a register, a data path connecting the input/output terminal of the data storage means and the input/output terminal of the calculation means, a timing generator for generating an instruction execution timing signal, and an operation of the processor based on the output of the timing generator. a CPU control means for receiving at least two systems of interrupt request signals, and transmitting a first interrupt processing program and a second interrupt processing program stored in the program storage means to the first instruction selection means and the second interrupt processing program, respectively; A microprocessor comprising an interrupt control means for causing a second instruction selection means to select and execute the instruction in a time-sharing manner, and for switching the first and second address selection means and the first and second registers, respectively. Interrupt handling method.
JP10300888A 1988-04-26 1988-04-26 Interruption processing system for microprocessor Pending JPH01274246A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10300888A JPH01274246A (en) 1988-04-26 1988-04-26 Interruption processing system for microprocessor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10300888A JPH01274246A (en) 1988-04-26 1988-04-26 Interruption processing system for microprocessor

Publications (1)

Publication Number Publication Date
JPH01274246A true JPH01274246A (en) 1989-11-02

Family

ID=14342627

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10300888A Pending JPH01274246A (en) 1988-04-26 1988-04-26 Interruption processing system for microprocessor

Country Status (1)

Country Link
JP (1) JPH01274246A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5547568B2 (en) * 1977-05-27 1980-12-01
JPS6020737U (en) * 1983-07-18 1985-02-13 福島 美範 Toothbrush with spatula for tongue plaque removal
JPS61126259A (en) * 1984-11-21 1986-06-13 清水建設株式会社 Pillar of structure
JPS638312B2 (en) * 1979-03-20 1988-02-22 Toyoda Chuo Kenkyusho Kk

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5547568B2 (en) * 1977-05-27 1980-12-01
JPS638312B2 (en) * 1979-03-20 1988-02-22 Toyoda Chuo Kenkyusho Kk
JPS6020737U (en) * 1983-07-18 1985-02-13 福島 美範 Toothbrush with spatula for tongue plaque removal
JPS61126259A (en) * 1984-11-21 1986-06-13 清水建設株式会社 Pillar of structure

Similar Documents

Publication Publication Date Title
US5353418A (en) System storing thread descriptor identifying one of plural threads of computation in storage only when all data for operating on thread is ready and independently of resultant imperative processing of thread
US4310880A (en) High-speed synchronous computer using pipelined registers and a two-level fixed priority circuit
US4443848A (en) Two-level priority circuit
US5117387A (en) Microprogrammed timer processor
KR940011041B1 (en) Microcomputer
JPH01274246A (en) Interruption processing system for microprocessor
US5115513A (en) Microprogrammed timer processor
JPS6315628B2 (en)
JPH01500065A (en) Apparatus and method for microprogram information processing system with multiple control stores
JPH07160650A (en) Task execution controller
JP2512119B2 (en) Microprocessor
JPS62145435A (en) Microprocessor with concurrent processing instruction
JPS62296236A (en) Interruption processor for microprocessor
JP2758624B2 (en) Speed control method of micro program
JPS6269352A (en) Microprocessor
JPS62164138A (en) Microprocessor with concurrent loop
JP2747353B2 (en) Address generator
JPS5942331B2 (en) Prosetsusasouchinoseigiohoshiki
JPH0584545B2 (en)
JPH0462093B2 (en)
JPS6217840A (en) Microprogram control system based upon attribution flag
JPS58114250A (en) Common microprocessor
JPH04148236A (en) Central processing unit
JPH02287629A (en) Microprocessor
JPS62113239A (en) Microinstruction generation system