JPH04287231A - Microprocessor - Google Patents
MicroprocessorInfo
- Publication number
- JPH04287231A JPH04287231A JP3051907A JP5190791A JPH04287231A JP H04287231 A JPH04287231 A JP H04287231A JP 3051907 A JP3051907 A JP 3051907A JP 5190791 A JP5190791 A JP 5190791A JP H04287231 A JPH04287231 A JP H04287231A
- Authority
- JP
- Japan
- Prior art keywords
- trap
- instruction code
- instruction
- interrupt
- microprocessor
- 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
Links
- 238000000034 method Methods 0.000 abstract description 2
- 238000010586 diagram Methods 0.000 description 4
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【0001】0001
【産業上の利用分野】本発明はマイクロプロセッサに関
し、特に割込み制御を行うことができるマイクロプロセ
ッサに関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microprocessor, and more particularly to a microprocessor capable of performing interrupt control.
【0002】0002
【従来の技術】ストアドプログラム方式のマイクロプロ
セッサにおいては、プログラムのデバッグのとき、任意
のプログラムを通過した時点でプログラムの実行を停止
させたいことが屡々発生する。2. Description of the Related Art In a stored program type microprocessor, when debugging a program, it is often desired to stop the execution of the program after passing through an arbitrary program.
【0003】このため、従来のマイクロプロセッサは、
任意のプログラムを通過した時点でトラップ割込みを発
生させるために、プログラムの実行を停止させたいアド
レスの命令を、割込みを発生させるトラップ命令と置き
換えることでこれを実現している。[0003] For this reason, conventional microprocessors
In order to generate a trap interrupt when an arbitrary program is passed, this is achieved by replacing the instruction at the address where you want to stop program execution with the trap instruction that generates the interrupt.
【0004】0004
【発明が解決しようとする課題】上述したような従来の
マイクロプロセッサは、トラップ割込みを発生させたい
箇所の命令コードを、トラップ命令と置き換えるため、
後にそれを復元するときのために、置き換えた命令コー
ドを別のエリアに保存しておく必要がある。[Problems to be Solved by the Invention] In the conventional microprocessor as described above, in order to replace the instruction code where a trap interrupt is desired to be generated with a trap instruction,
It is necessary to save the replaced instruction code in another area in order to restore it later.
【0005】このため、複数の箇所でトラップ割込みを
発生させたい場合は、命令の置き換え処理が複雑になる
という欠点を有している。[0005] Therefore, when it is desired to generate trap interrupts at a plurality of locations, the instruction replacement process becomes complicated.
【0006】[0006]
【課題を解決するための手段】本発明のマイクロプロセ
ッサは、トラップ割込みを発生させるか否かを示す1ビ
ットのトラップ情報を含む命令コードをフェッチしてそ
のフェッチした命令コードを実行するときに前記トラッ
プ情報をチェックするチェック手段と、前記チェック手
段における結果によって割込みを発生させる割込み発生
手段とを備えている。[Means for Solving the Problems] A microprocessor of the present invention fetches an instruction code including 1-bit trap information indicating whether or not to generate a trap interrupt and executes the fetched instruction code. The apparatus includes a checking means for checking trap information, and an interrupt generating means for generating an interrupt based on the result of the checking means.
【0007】すなわち、本発明のマイクロプロセッサは
、トラップ割込みを発生させるか否かを示す1ビットの
トラップ情報を含む命令コードの前記トラップ情報をチ
ェックしてトラップ要求信号を送出する命令実行ステー
ジと、前記命令実行ステージからの前記トラップ要求信
号を入力して割込みを実行させるプロセッサ制御部とを
備えている。That is, the microprocessor of the present invention includes an instruction execution stage that checks the trap information of an instruction code that includes 1-bit trap information indicating whether or not to generate a trap interrupt and sends a trap request signal; and a processor control unit that inputs the trap request signal from the instruction execution stage and executes an interrupt.
【0008】[0008]
【実施例】次に、本発明の実施例について図面を参照し
て説明する。Embodiments Next, embodiments of the present invention will be described with reference to the drawings.
【0009】図1は本発明の一実施例を示すブロック図
、図2は図1の実施例に使用する命令コードの一例を示
すフォーマット図である。FIG. 1 is a block diagram showing an embodiment of the present invention, and FIG. 2 is a format diagram showing an example of an instruction code used in the embodiment of FIG.
【0010】図1において、プロセッサ制御部1は、命
令コード先読みバッファ2と、パイプライン処理を行う
命令コードステージ3およびオペランドアドレス計算ス
テージ4およびオペランドデータ読出しステージ5およ
び命令実行ステージ6の各ステージの動作を制御する。In FIG. 1, a processor control unit 1 includes an instruction code prefetch buffer 2, an instruction code stage 3 for performing pipeline processing, an operand address calculation stage 4, an operand data read stage 5, and an instruction execution stage 6. Control behavior.
【0011】命令コード10は、命令フェッチによって
命令コード先読みバッファ2に格納されて命令コードス
テージ3に送られる。命令コード10は、内部クロック
8に同期して命令コードステージ3およびオペランドア
ドレス計算ステージ4およびオペランドデータ読出しス
テージ5および命令実行ステージ6の各ステージに順次
送られる。The instruction code 10 is stored in the instruction code prefetch buffer 2 by instruction fetch and sent to the instruction code stage 3. The instruction code 10 is sequentially sent to each of the instruction code stage 3, operand address calculation stage 4, operand data read stage 5, and instruction execution stage 6 in synchronization with the internal clock 8.
【0012】命令実行ステージ6は、内部に有している
命令コード保持レジスタ7にラッチした命令コード10
中のトラップ情報ビット11(図2参照)のチェックを
行う。チェックした結果、トラップ情報ビット11が“
1”のときは、トラップ要求信号9をプロセッサ制御部
1に送ってトラップ割込みを要求する。The instruction execution stage 6 executes an instruction code 10 latched in an internal instruction code holding register 7.
The trap information bit 11 (see FIG. 2) inside is checked. As a result of checking, trap information bit 11 is “
1'', a trap request signal 9 is sent to the processor control unit 1 to request a trap interrupt.
【0013】プロセッサ制御部1は、トラップ要求信号
9を入力すると、トラップ割込み処理を実行させる。When the processor control unit 1 receives the trap request signal 9, it executes trap interrupt processing.
【0014】[0014]
【発明の効果】以上説明したように、本発明のマイクロ
プロセッサは、トラップ割込みを発生させたい命令コー
ドのトラップ情報ビットにあらかじめ“1”を書込んで
おき、命令実行ステージにおいて命令コード中のトラッ
プ情報ビットのチェックを行い、トラップ情報ビットが
“1”のときにプロセッサ制御部にトラップ要求信号を
送ってトラップ割込み処理を実行させるようにすること
により、複数の箇所でトラップ割込みを発生させたい場
合に、複雑なハードウエアやソフトウエアを使用しなく
ても、簡単に命令の置き換え処理が実現できるというと
いう効果がある。As explained above, in the microprocessor of the present invention, "1" is written in advance to the trap information bit of the instruction code in which a trap interrupt is to be generated. When you want to generate trap interrupts at multiple locations by checking the information bit and sending a trap request signal to the processor control unit to execute trap interrupt processing when the trap information bit is "1". Another advantage is that instruction replacement processing can be easily realized without using complicated hardware or software.
【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.
【図2】図1の実施例に使用する命令コードの一例を示
すフォーマット図である。FIG. 2 is a format diagram showing an example of an instruction code used in the embodiment of FIG. 1;
1 プロセッサ制御部
2 命令コード先読みバッファ
3 命令コードステージ
4 オペランドアドレス計算ステージ5
オペランドデータ読出しステージ6 命令実行ス
テージ
7 命令コード保持レジスタ
8 内部クロック
9 トラップ要求信号
10 命令コード
11 トラップ情報ビット1 Processor control unit 2 Instruction code prefetch buffer 3 Instruction code stage 4 Operand address calculation stage 5
Operand data read stage 6 Instruction execution stage 7 Instruction code holding register 8 Internal clock 9 Trap request signal 10 Instruction code 11 Trap information bit
Claims (2)
示す1ビットのトラップ情報を含む命令コードをフェッ
チしてそのフェッチした命令コードを実行するときに前
記トラップ情報をチェックするチェック手段と、前記チ
ェック手段における結果によって割込みを発生させる割
込み発生手段とを備えることを特徴とするマイクロプロ
セッサ。1. Checking means for fetching an instruction code including 1-bit trap information indicating whether or not to generate a trap interrupt and checking the trap information when executing the fetched instruction code; 1. An interrupt generating means for generating an interrupt according to a result in the microprocessor.
示す1ビットのトラップ情報を含む命令コードの前記ト
ラップ情報をチェックしてトラップ要求信号を送出する
命令実行ステージと、前記命令実行ステージからの前記
トラップ要求信号を入力して割込みを実行させるプロセ
ッサ制御部とを備えることを特徴とするマイクロプロセ
ッサ。2. An instruction execution stage for checking the trap information of an instruction code including 1-bit trap information indicating whether or not to generate a trap interrupt and transmitting a trap request signal; A microprocessor comprising: a processor control unit that inputs a trap request signal and executes an interrupt.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3051907A JPH04287231A (en) | 1991-03-18 | 1991-03-18 | Microprocessor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3051907A JPH04287231A (en) | 1991-03-18 | 1991-03-18 | Microprocessor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH04287231A true JPH04287231A (en) | 1992-10-12 |
Family
ID=12899951
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3051907A Pending JPH04287231A (en) | 1991-03-18 | 1991-03-18 | Microprocessor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH04287231A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012086288A1 (en) * | 2010-12-20 | 2012-06-28 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Exception control method, system, and program |
US9710270B2 (en) | 2010-12-20 | 2017-07-18 | International Business Machines Corporation | Exception control method, system, and program |
-
1991
- 1991-03-18 JP JP3051907A patent/JPH04287231A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2012086288A1 (en) * | 2010-12-20 | 2012-06-28 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Exception control method, system, and program |
JP5822848B2 (en) * | 2010-12-20 | 2015-11-25 | インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation | Exception control method, system and program |
US9710270B2 (en) | 2010-12-20 | 2017-07-18 | International Business Machines Corporation | Exception control method, system, and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6807383B2 (en) | Transfer prefix instruction | |
US20040205747A1 (en) | Breakpoint for parallel hardware threads in multithreaded processor | |
JP2513417B2 (en) | Information processing device | |
US10642710B2 (en) | Apparatus and method for generating and processing a trace stream indicative of execution of predicated vector memory access instructions by processing circuitry | |
JP2007094986A (en) | Simulation apparatus and simulation method | |
JPH04287231A (en) | Microprocessor | |
JP2000353092A (en) | Information processor and register file switching method for the processor | |
JPH04350732A (en) | Microprocessor | |
JPH1196006A (en) | Information processor | |
JPH06295243A (en) | Data processor | |
JP3670646B2 (en) | Register transfer operation | |
JPH1049373A (en) | Method and device for operating multiplex and highly accurate event for pipeline digital processor | |
JP2536726B2 (en) | Microprocessor | |
JPH06324861A (en) | System and method for controlling cpu | |
JP3437135B2 (en) | Program execution control system and method | |
JPH0877037A (en) | Jamming device | |
JPH03252731A (en) | Microprocessor | |
JP2806690B2 (en) | Microprocessor | |
JP2687750B2 (en) | Electronic computer processor | |
JPH0795288B2 (en) | Microcomputer | |
JPS62144246A (en) | Computer | |
JPS5875256A (en) | Monitoring system for execution instruction processing state | |
JPS6149695B2 (en) | ||
JPH05250156A (en) | Risc processor | |
JPH0546390A (en) | Operation error information holding device of electronic computer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20000111 |