JPS6319041A - Interrupting system - Google Patents

Interrupting system

Info

Publication number
JPS6319041A
JPS6319041A JP16440886A JP16440886A JPS6319041A JP S6319041 A JPS6319041 A JP S6319041A JP 16440886 A JP16440886 A JP 16440886A JP 16440886 A JP16440886 A JP 16440886A JP S6319041 A JPS6319041 A JP S6319041A
Authority
JP
Japan
Prior art keywords
code
instruction
microprocessor
processing
address
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
JP16440886A
Other languages
Japanese (ja)
Inventor
Fuyuki Kobayashi
小林 冬記
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP16440886A priority Critical patent/JPS6319041A/en
Publication of JPS6319041A publication Critical patent/JPS6319041A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To perform an interruption processing at high speed, by providing a specific one-byte instruction code when the interruption processing is performed on a control means, and an ordinary processing is stopped, and a processing is jumped to another address. CONSTITUTION:A microprocessor 1 reads out a code from a memory 2. As a various kinds of instruction codes stored in a memory 2, there are a one-byte instruction which requires no address data, and a two-byte instruction, or a three-byte instruction which requires the address data. The microprocessor 1 judges while byte instruction code is the instruction code, and identifies which code is an instruction code, and which code is a data code, in order. As a result, it is resulted that a jump processing by a conventional three-byte instruction can be realized by the specific one-byte instruction code, and processing speed by the interruption on the processor 1 can be remarkably improved.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、たとえば電子計算機などに用いられるいわゆ
るマイクロプロセッサなどに対して、割込み処理を行な
う方式に関する。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a system for performing interrupt processing on a so-called microprocessor used in, for example, an electronic computer.

従来技術 一般に電子計算機などは、プログラムやデータなどが記
憶される記憶手段と、当該記憶手段から記憶内容を読出
して、各種演算などの処理を行なう制御手段(以下、マ
イクロプロセッサと略称する)などとを含んで構成され
る。マイクロプロセッサは、記憶手段にストアされたプ
ログラムおよびデータなどをその最少番地から読出し、
順次処理を行なっていく。このとき処理によってはメイ
ンプログラムに関連して設けられている各種サブプログ
ラムに、メインプログラムの処理の途中で移行する場合
などがある。このとき記憶手段上でマイクロプロセッサ
が読出す番地をジャンプさせ、所望のサブプログラムの
開始番地から処理を継続するようにする。
BACKGROUND ART In general, an electronic computer has a storage means for storing programs, data, etc., and a control means (hereinafter abbreviated as a microprocessor) for reading out the stored contents from the storage means and performing processing such as various calculations. It consists of: The microprocessor reads programs and data stored in the storage means starting from the lowest address.
Processing will be performed sequentially. At this time, depending on the processing, there may be a case where a transition is made to various subprograms provided in relation to the main program during the processing of the main program. At this time, the address read by the microprocessor on the storage means is jumped to continue processing from the start address of the desired subprogram.

このようなジャンプ処理は、一般にはたとえば2バイト
または3バイトなどのンヤンプ命令が用いられている。
Such jump processing generally uses, for example, a 2-byte or 3-byte jump instruction.

このノヤンプ命令コードがたとえばro 2+ 、55
1−1.44HJであるとき、最初のコード「02+J
はジャンプ命令コードであり、残余のコード「55H1
44H」はジャンプ命令によって処理が移行する記憶手
段上の番地を表わす。すなわちこのようなたとえば3バ
イト命令であるジャンプ命令を、たとえばメインプログ
ラムなどに用いることによって、マイクロプロセッサに
よるメインプログラムの処理の途中でのジャンプ処理を
実行するようにしている。
This noyamp instruction code is, for example, ro 2+, 55
1-1.44HJ, the first code “02+J
is the jump instruction code, and the remaining code “55H1
44H'' represents the address on the storage means to which the process is transferred by the jump instruction. That is, by using such a jump instruction, which is, for example, a 3-byte instruction, in, for example, a main program, jump processing is executed in the middle of processing of the main program by the microprocessor.

発明が解決しようとする問題点 上述したような従来技術のジャンプ処理では、ジャンプ
処理が実行されるにあたって、上述したように命令コー
ドおよびジャンプ先番地を表わすデータコードから成る
バイト命令を読取らねばならず、命令の実行に比較的時
間を要してしまい、処理速度の向上に限界があった。
Problems to be Solved by the Invention In the conventional jump processing as described above, in order to execute the jump processing, it is necessary to read a byte instruction consisting of an instruction code and a data code representing the jump destination address as described above. First, it takes a relatively long time to execute an instruction, which limits the improvement in processing speed.

本発明の目的は、上述の問題点を解消し、処理速度を格
段に向上することができる割込み方式を提供することで
ある。
An object of the present invention is to provide an interrupt method that can solve the above-mentioned problems and significantly improve processing speed.

問題点を解決するための手段 本発明は、制御手段と、 制御手段の動作を規定するプログラムなどが記憶される
記憶手段と、 記憶手段から読出された情報と、予め記憶された特定命
令情報との一致を判別する判別手段とを含み、 記憶手段から読出された情報が命令情報のときにのみ、
制御手段は判別手段に上記判別処理を行わせ、 読出された情報が特定命令情報と一致したとき、判別手
段は制御手段に割込み信号を出力し、制御手段が情報を
読取る記憶手段上の番地をジャンプさせるようにしたこ
とを特徴とする割込み方式である。
Means for Solving the Problems The present invention comprises: a control means; a storage means in which a program etc. that defines the operation of the control means is stored; information read from the storage means; and specific command information stored in advance. determination means for determining whether the
The control means causes the discrimination means to perform the above discrimination process, and when the read information matches the specific command information, the discrimination means outputs an interrupt signal to the control means, and the control means specifies the address on the storage means from which the information is to be read. This is an interrupt method characterized by a jump.

作  用 本発明に従う割込み方式では、制御手段が記憶手段から
情報を読出したとき、この情報は制御手段に入力される
とともに判別手段に入力される。
Operation In the interrupt system according to the present invention, when the control means reads information from the storage means, this information is input to the control means and also to the determination means.

このとき記憶手段から読出された情報が命令情報のとき
にのみ、制御手段は判別手段に予め判別手段に記憶され
た特定命令情報との一致を判別する処理を行なわせる。
At this time, only when the information read from the storage means is command information, the control means causes the determining means to perform a process of determining whether the information matches specific command information stored in advance in the determining means.

読出された情報が命令情報であるとき、制御手段は上記
判別手段に判別処理を行なわせ、前記読出された情報が
特定命令情報と一致したとき、判別手段が制御手段に割
込み信号を出力する。この割込み信号によって制御手段
は、情報を読取る記憶手段上の番地をジャンプする。
When the read information is command information, the control means causes the discriminating means to perform a discriminating process, and when the read information matches the specific command information, the discriminating means outputs an interrupt signal to the control means. This interrupt signal causes the control means to jump to an address on the storage means from which information is to be read.

実施例 第1図は本発明の一実施例の構成を示すブロック図であ
る。第1図を参照して、本実施例の構成について説明す
る。本実施例の構成は、たとえば電子計算機などの中央
処理装置である制御手段としてのマイクロプロセッサ1
に関連する構成である。このマイクロプロセッサ1には
、マイクロプロセッサ1の制御動作を規定するプログラ
ムまたは各種データなどが記憶され、RAM  (ラン
ダムアクセスメモリ)やROM(リードオンリメモリ)
などからなる記憶手段であるメモリ2が、アドレスバス
3およびデータバス4によって接続される。
Embodiment FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. The configuration of this embodiment will be explained with reference to FIG. The configuration of this embodiment includes a microprocessor 1 as a control means, which is a central processing unit of, for example, an electronic computer.
This is a configuration related to. This microprocessor 1 stores programs or various data that define the control operations of the microprocessor 1, and has RAM (random access memory) and ROM (read only memory).
A memory 2, which is a storage means consisting of, etc., is connected by an address bus 3 and a data bus 4.

またメモリ2から読出された情報である各種コードは、
判別手段である命令コード判別回路(以下、判別回路と
略称する)5に、データバス6を介して入力される。一
方、この判別回路5にはマイクロプロセッサ1から制御
ライン!1を介して、命令7工ツチ信号Fが出力され、
また判別回路5からは制御ライン!2を介して、マイク
ロプロセッサ1に割込み信号INTが出力される。
In addition, various codes that are information read from memory 2 are
The information is input via a data bus 6 to an instruction code discriminating circuit (hereinafter abbreviated as discriminating circuit) 5 which is a discriminating means. On the other hand, this discrimination circuit 5 is connected to a control line from the microprocessor 1! 1, the command 7 output signal F is output,
There is also a control line from the discrimination circuit 5! 2, an interrupt signal INT is output to the microprocessor 1.

第2図は本実施例に従う割込み処理を説明するフローチ
ャートである。第1図および第2図を参照して、本実施
例の割込み方式について説明する。
FIG. 2 is a flowchart illustrating interrupt processing according to this embodiment. The interrupt method of this embodiment will be explained with reference to FIGS. 1 and 2.

ステップn1  ではマイクロプロセッサ1が、メモリ
2の所定の番地からコードを読出す。このようなメモリ
2からのコードの読出しは、第1図示の構成が最初に電
力を供給されて起動されたとき、マイクロプロセッサ1
はメモリ2の0番地からコードの読出しを開始するよう
に行なわれる。
In step n1, microprocessor 1 reads a code from a predetermined address in memory 2. Such reading of codes from the memory 2 is performed by the microprocessor 1 when the first illustrated arrangement is first powered and started.
is performed so as to start reading the code from address 0 of memory 2.

メモリ2に記憶された各種命令コードには、命令コード
のオペランドとしてのアドレスデータを臭しない1バイ
ト命令と、このようなアドレスデ−タが必要な2バイト
命令または3バイト命令などがある。マイクロプロセッ
サ1がメモリ2の0番地からコードの読出しを開始する
とき、マイクロプロセッサ1はメモリ2の0番地に記憶
されたコードを命令コードとして処理する。マイクロプ
ロセッサ1がこのような命令コードを読取ったとき、マ
イクロプロセッサ1は当該命令コードが何バイト命令の
命令コードであるかを判断し、2バイト命令または3バ
イト命令ならば後続する番地から1バイトまたは2バイ
トのアドレスデータなどを読込む。以下、このようにし
てマイクロプロセッサ1は、メモリ2上のどのコードが
命令コードでありまたは命令コードでないデータフード
であるかを、順次識別することができる。
The various instruction codes stored in the memory 2 include 1-byte instructions that do not require address data as an operand of the instruction code, and 2-byte or 3-byte instructions that require such address data. When microprocessor 1 starts reading a code from address 0 of memory 2, microprocessor 1 processes the code stored at address 0 of memory 2 as an instruction code. When the microprocessor 1 reads such an instruction code, the microprocessor 1 determines how many bytes the instruction code is, and if it is a 2-byte or 3-byte instruction, it reads 1 byte from the following address. Or read 2-byte address data, etc. Thereafter, in this manner, the microprocessor 1 can sequentially identify which code on the memory 2 is an instruction code or a data food that is not an instruction code.

このようにマイクロプロセッサ1がメモリ2からのコー
ドを読出しているとき、たとえば100番地以降にはr
o 1 y 、F F+ 、44)4.F F+ 、・
・・」のコード列が記憶されている場合について説明す
る。このときコード[01+Jがたとえば加算命令など
のように、3バイト命令である場合を想定する。すなわ
ちこの場合、コード列rF FH=44HJは命令フー
ド「01H」に必要なデータコードである。またこのよ
うにして命令コード「01H」は3バイト命令であるこ
とが識別されるので、引続くコードrFFHJは命令コ
ードとして処理される。
When the microprocessor 1 is reading the code from the memory 2 in this way, for example, after address 100, r
o 1 y , F F+ , 44)4. FF+,・
The case where the code string "..." is stored will be explained. At this time, assume that the code [01+J is a 3-byte instruction, such as an addition instruction. That is, in this case, the code string rF FH=44HJ is the data code necessary for the instruction food "01H". Furthermore, since the instruction code "01H" is identified as a 3-byte instruction in this way, the following code rFFHJ is processed as an instruction code.

マイクロプロセッサ1は上記コード列のうち、まず10
0番地のコード「01H」を読出す。次にステップn2
  では、読出されたコード「01H」が命令コードで
あるかどうかの判断を行なう。この判断が否定であれば
処理はステップn1  に戻り、マイクロプロセッサ1
は引続く番地のコード読出しを行なう。ステップn2 
 において判断結果が肯定であれば、マイクロプロセッ
サ1はステップn3で制御ライン!1を介して、命令7
工ツチ信号Fを判別回路5に出力する。判別回路5には
マイクロプロセッサ1がメモリ2から読出したコードが
同時に入力される。
Microprocessor 1 first reads 10 of the above code strings.
Read the code "01H" at address 0. Next step n2
Now, it is determined whether the read code "01H" is an instruction code. If this judgment is negative, the process returns to step n1, and the microprocessor 1
reads the code at the subsequent address. step n2
If the judgment result is affirmative in step n3, the microprocessor 1 controls the control line! 1 through instruction 7
The output signal F is output to the discrimination circuit 5. The code read from the memory 2 by the microprocessor 1 is simultaneously input to the discrimination circuit 5.

ステップn4 では判別回路5は、メモリ2からデータ
バス6を介して入力されたコードが、予め記憶されてい
る特定命令コード (本実施例ではたとえば命令コー)
’rFF、Jを想定する)と、一致するかどうかの判別
処理を行なう。ここでマイクロプロセッサ1がメモリ2
から読出したコードがデータコードである場合、マイク
ロプロセッサ1は命令7工ツチ信号Fを判別回路5に出
力しないので、判別回路5はこのような判別処理を実行
しない。
In step n4, the determination circuit 5 determines whether the code input from the memory 2 via the data bus 6 is a pre-stored specific instruction code (in this embodiment, for example, an instruction code).
'rFF, J), and a determination process is performed to determine whether or not they match. Here microprocessor 1 is memory 2
If the code read from the microprocessor 1 is a data code, the microprocessor 1 does not output the instruction 7 processing signal F to the discriminating circuit 5, so the discriminating circuit 5 does not perform such discriminating processing.

マイクロプロセッサ1が100番地から読出したコード
「01H」は、マイクロプロセッサ1によって上述した
ように命令コードと判断され、したがって制御ラインノ
1に命令7工ツチ信号Fが出力されるので、判別回路5
は上記判別処理を行なう。
The code "01H" read from address 100 by the microprocessor 1 is determined by the microprocessor 1 to be an instruction code as described above, and therefore the instruction 7 input signal F is output to the control line 1, so that the code "01H" is determined by the discrimination circuit 5.
performs the above determination process.

このとき判別結果は否定となり、処理はふたたびステッ
プn1  に戻り、マイクロプロセッサ1は、メモリ2
から後続する101H番地のコード 「FF+Jを読出
す。ここでマイクロプロセッサ1は、前記命令コード「
OIH」が3バイト命令であることを判断しており、し
たがってステップn2  において判断結果が否定とな
り、再びステップn1  に戻り後続する102番地の
コード「44HJを読出す。このコードr44HJもや
はりデータコードであることが判断され、処理は再びス
テップn1  に戻る。
At this time, the determination result is negative, the process returns to step n1, and the microprocessor 1
Reads the code “FF+J” at address 101H following the instruction code “FF+J”.
It is determined that "OIH" is a 3-byte instruction, so the determination result is negative in step n2, and the process returns to step n1 again to read the following code "44HJ" at address 102. This code r44HJ is also a data code. It is determined that there is, and the process returns to step n1 again.

引続くコード「FFH」がメモリ2から読出されると、
マイクロプロセッサ1は3バイト命令である前記命令コ
ード「01H」に付属するデータコードを2バイトだけ
読終わっていることを判断し、引続くコードrFF+J
を命令コードと判断する。
When the subsequent code “FFH” is read from memory 2,
The microprocessor 1 determines that it has finished reading only 2 bytes of the data code attached to the instruction code "01H", which is a 3-byte instruction, and reads the following code rFF+J.
is determined to be an instruction code.

したがって前記ステップn2  における判断は肯定と
なり、ステップn3  においてマイクロプロセッサ1
は、命令7工ツチ信号Fを出力する。ステップn4  
においで判別回路5は、前記出力された命令7工ツチ信
号Fに基づいて前記判別処理を行なう。
Therefore, the judgment in step n2 becomes affirmative, and in step n3, the microprocessor 1
outputs command 7 output signal F. step n4
The odor discrimination circuit 5 performs the discrimination processing based on the outputted command signal F.

このとき判断結果は肯定であり、処理はステップn5 
 に移る。すなわち判別回路5は、制御ラインノ2に割
込み信号INTを出力する。ステップn6  において
マイクロプロセッサ1は、たとえばマイクロプロセッサ
1自身に予めハードウェアとして記憶されているジャン
プ先番地に処理を移行する。この後、処理は再びステッ
プn1  に戻り、マイクロプロセッサ1はジャンプし
た先の新たな番地から、コードの読出し処理を開始する
At this time, the judgment result is affirmative, and the process proceeds to step n5.
Move to. That is, the discrimination circuit 5 outputs an interrupt signal INT to the control line 2. In step n6, the microprocessor 1 moves the processing to a jump destination address that is stored in advance as hardware in the microprocessor 1 itself, for example. After this, the process returns to step n1 again, and the microprocessor 1 starts reading the code from the new address to which it has jumped.

このようにして本実施例によれば、従来技術で示したよ
うなたとえば3バイト命令などのジャンプ命令を読取り
、それを実行する処理を行なうことなく、特定の1バイ
トの命令コードによって、このノヤンプ処理を実現でき
るようにした。したがってこのようなマイクロプロセッ
サ1への割込みによる処理速度は格段に向上される。
In this way, according to the present embodiment, a specific 1-byte instruction code can be used to jump to a jump instruction such as a 3-byte instruction, instead of reading and executing a jump instruction such as a 3-byte instruction as shown in the prior art. The process was made possible. Therefore, the processing speed of such an interrupt to the microprocessor 1 is significantly improved.

前述の実施例では、マイクロプロセッサ1の処理が移行
するジャンプ先番地は、マイクロプロセッサ1自身にハ
ードウェアとして固定された番地として説明したけれど
も、本発明の他の実施例として、このジャンプ先番地を
ソフトウェアとして与えるようにしてもよい。
In the above-mentioned embodiment, the jump destination address to which the processing of the microprocessor 1 is transferred was explained as an address fixed as hardware in the microprocessor 1 itself, but in another embodiment of the present invention, this jump destination address is It may also be provided as software.

すなわち第2図に示したフローチャートにおいて、ステ
ップn5  の割込み信号INTのマイクロプロセッサ
1への入力に基づいて、以下の処理が行なわれるように
マイクロプロセッサ1のハードウェアを構成するように
してもよい。すなわち前記割込み信号INTの入力によ
って、マイクロプロセッサ1は新たな命令7ヱツチサイ
クルが開始される以前に、ジャンプ先のアドレスをメモ
リ2から取込むための取込みサイクルを起動し、所望の
番地を取込んで当該番地にジャンプする。
That is, in the flowchart shown in FIG. 2, the hardware of the microprocessor 1 may be configured so that the following processing is performed based on the input of the interrupt signal INT to the microprocessor 1 at step n5. That is, by inputting the interrupt signal INT, the microprocessor 1 starts a fetch cycle for fetching the jump destination address from the memory 2, and fetches the desired address before starting a new instruction 7 cycle. Jump to the address.

効  果 以上のように本発明に従えば、制御手段に割込み処理を
行ない、通常処理を停止して新たな番地に処理をジャン
プさせるに当たり、記憶手段に記憶されたプログラムと
しての一般に複数バイトから成るジャンプ命令などを読
込んで実行する必要がなく、その処理速度が格段に向上
される。
Effects As described above, according to the present invention, when interrupt processing is performed on the control means to stop normal processing and jump the processing to a new address, the program stored in the storage means, which generally consists of multiple bytes, There is no need to read and execute jump instructions, and the processing speed is greatly improved.

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

第1図は本発明の一実施例の構成を示すブロック図、第
2図は本実施例の処理動作を示すフローチャートである
。 1・・・マイクロプロセッサ、2・・・メモリ、5・・
・判別回路、F・・・命令7工ツチ信号、INT・・・
割込み信号 第1図 第2図
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention, and FIG. 2 is a flowchart showing the processing operation of this embodiment. 1...Microprocessor, 2...Memory, 5...
・Discrimination circuit, F...7 command signal, INT...
Interrupt signal Figure 1 Figure 2

Claims (1)

【特許請求の範囲】 制御手段と、 制御手段の動作を規定するプログラムなどが記憶される
記憶手段と、 記憶手段から読出された情報と、予め記憶された特定命
令情報との一致を判別する判別手段とを含み、 記憶手段から読出された情報が命令情報のときにのみ、
制御手段は判別手段に上記判別処理を行わせ、 読出された情報が特定命令情報と一致したとき、判別手
段は制御手段に割込み信号を出力し、制御手段が情報を
読取る記憶手段上の番地をジャンプさせるようにしたこ
とを特徴とする割込み方式。
[Scope of Claims] Control means; Storage means for storing a program etc. that defines the operation of the control means; Discrimination for determining whether information read from the storage means matches specific command information stored in advance. means, and only when the information read from the storage means is command information,
The control means causes the discrimination means to perform the above discrimination process, and when the read information matches the specific command information, the discrimination means outputs an interrupt signal to the control means, and the control means specifies the address on the storage means from which the information is to be read. An interrupt method characterized by a jump.
JP16440886A 1986-07-12 1986-07-12 Interrupting system Pending JPS6319041A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16440886A JPS6319041A (en) 1986-07-12 1986-07-12 Interrupting system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16440886A JPS6319041A (en) 1986-07-12 1986-07-12 Interrupting system

Publications (1)

Publication Number Publication Date
JPS6319041A true JPS6319041A (en) 1988-01-26

Family

ID=15792570

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16440886A Pending JPS6319041A (en) 1986-07-12 1986-07-12 Interrupting system

Country Status (1)

Country Link
JP (1) JPS6319041A (en)

Similar Documents

Publication Publication Date Title
US4764869A (en) Method and apparatus for controlling interruption in the course of instruction execution in a processor
US5390306A (en) Pipeline processing system and microprocessor using the system
US5504930A (en) Programmable controller and sequence control method
JPS6212529B2 (en)
EP0270125B1 (en) Pipeline controlling system
JPS6319041A (en) Interrupting system
US5243705A (en) System for rapid return of exceptional processing during sequence operation instruction execution
JP2002268877A (en) Clock control method and information processor using the same
JPH1165622A (en) Programmable controller
JP2529429B2 (en) Programmable controller
JPS6341092B2 (en)
JPH05100720A (en) Managing device for program
JPS63296140A (en) Interruption control system
JPH03201133A (en) Information processor
JP3414579B2 (en) Programmable controller
JPH0731527B2 (en) Programmable controller
JPH0991139A (en) Information processor
JP2743947B2 (en) Micro program control method
JPH1139159A (en) Computer system
JPH02173825A (en) Branch controller
JPH04311225A (en) System for executing microprocessor instruction
JPS59140508A (en) Executing method of programmable controller
JPH04332045A (en) Arithmetic processor
JPH11288306A (en) Operating system for programmable controller
JPS63245524A (en) Microprocessor