JPS59123933A - Address comparison system - Google Patents

Address comparison system

Info

Publication number
JPS59123933A
JPS59123933A JP57232791A JP23279182A JPS59123933A JP S59123933 A JPS59123933 A JP S59123933A JP 57232791 A JP57232791 A JP 57232791A JP 23279182 A JP23279182 A JP 23279182A JP S59123933 A JPS59123933 A JP S59123933A
Authority
JP
Japan
Prior art keywords
program execution
address
register
program
level
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
JP57232791A
Other languages
Japanese (ja)
Inventor
Seiichi Sugaya
菅谷 誠一
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP57232791A priority Critical patent/JPS59123933A/en
Publication of JPS59123933A publication Critical patent/JPS59123933A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4812Task transfer initiation or dispatching by interrupt, e.g. masked

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To make an effective address comparison between a complex processing structure and a program structure with regard to even a data processor by obtaining an address coincidence output from the compared result of address values and that of program execution levels. CONSTITUTION:Program execution information at the time of a current program execution level is saved in a corresponding entry of an execution information holding register 12 and then program execution information on a new program is set in an instruction executing circuit 13 and an address register 14. Then, a desired program execution level is set in a level comparison register 15 and a desired address value is set in an address comparison register 16. A comparing circuit 17 compares the contents of the register 15 with those of an execution level storage register 11 and activates a signal line 20 when their contents coincide with each other. Then, a comparing circuit 18 compares the contents of the registers 16 and 14 with each other and activates a signal line 21 when obtaining their coincidence. Further, a coincidence detecting circuit 19 activates a coincidence output line 22 when the signal lines 20 and 21 are activated.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、データ処理装置における記憶装置参照時のア
ドレス比較方式に係り、特に1つ又は複数の要求源から
の要求によりプログラム実行レベルを切替えて命令V実
行する様に構成された処理装置に於いて、各プログラム
実行レベルを指定してアドレス比較7行い得る処理方式
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to an address comparison method when referring to a storage device in a data processing device, and in particular to a method for switching a program execution level in response to a request from one or more request sources. The present invention relates to a processing method in which address comparison 7 can be performed by specifying each program execution level in a processing device configured to execute V instructions.

〔従来技術と問題点〕[Conventional technology and problems]

主処理装置と、主処理装置に於けるプログラム実行を要
求する要求源とがあって、主処理装置は前記プログラム
実行要求に基づいてプログラムの実行レベルを決定し、
実行レベル毎にあらかじめ定義されている命令開始アド
レスからプログラムの実行管開始する様なデータ処理装
置では、複数のプログラム実行レベルで共通に使用され
るプログラムが存在することがある。この様な場合、プ
ログラムが記憶されている記憶装置及び該プログラムで
参照される記憶装置は、前記複数のプログラム実行レベ
ルから、同一のアドレス値で参照されることになる。一
般にプログラムを実行するデ−タ処理装置に於いては、
プログラムのデバッグ等を目的として、記憶装置参照時
のアドレス値ケ監視し、特別に設けられたアドレス比較
レジスタに設定された値との比較を行って記憶装置参照
アドレスと一致した場合には、処理装置の動作を停止さ
せたり、あるいは、アドレス一致を示すパルス信号等を
処理装置外部に出力したり、あるいはランプ等によりア
ドレス一致を表示したりする機能が装備されている。し
かしながら、従来技術に於いては前述した様なプログラ
ムの実行レベルに関らず単にアドレス値の比較のみを実
行するために、前記複数のプログラム実行レベルを有し
、かつ複数のプログラム実行レベルから、記憶装置の同
一アドレスを参照する様な場合は、本来意図したプログ
ラム実行レベル以外での記憶装量参照によってアドレス
一致が発生してしまう可能性があり、目的とした機能の
遂行が困難になるという欠点がある。
There is a main processing unit and a request source that requests program execution in the main processing unit, and the main processing unit determines the execution level of the program based on the program execution request,
In a data processing device that starts execution of a program from an instruction start address that is predefined for each execution level, there may be a program that is used in common at a plurality of program execution levels. In such a case, the storage device in which the program is stored and the storage device referenced by the program will be referenced by the same address value from the plurality of program execution levels. Generally, in a data processing device that executes a program,
For the purpose of program debugging, etc., the address value when referencing the storage device is monitored, and if it is compared with the value set in a specially provided address comparison register and matches the storage device reference address, processing is performed. It is equipped with a function of stopping the operation of the device, outputting a pulse signal or the like indicating address matching to the outside of the processing device, or displaying address matching with a lamp or the like. However, in the prior art, in order to simply compare address values regardless of the program execution level as described above, there is a plurality of program execution levels, and from the plurality of program execution levels, If the same address on a storage device is referenced, there is a possibility that an address match will occur due to the storage amount being referenced at a level other than the originally intended program execution level, making it difficult to perform the intended function. There are drawbacks.

〔発明の目的〕[Purpose of the invention]

本発明は、上記の欠点を除去するものであって、アドレ
ス比較の対象とするプログラム実行レベルを指定出来る
様にし、アドレス値の比較結果とプログラム実行レベル
の比較結果とによりアドレス一致出力を得る様にし、複
数プログラム実行レベルで共通に使用される記憶装置の
アドレス領斌に対しても効果的なアドレス比較の手段を
提供することを目的としている。
The present invention eliminates the above-mentioned drawbacks, and makes it possible to specify the program execution level to be subjected to address comparison, and to obtain an address match output based on the comparison result of the address value and the comparison result of the program execution level. The purpose of the present invention is to provide an effective means for comparing addresses even for addresses of storage devices that are commonly used at multiple program execution levels.

〔発明の構成〕[Structure of the invention]

そしてそのため、本発明のアドレス比較方式は、記憶装
置から順次命令を取り出して実行する主処理装置と、主
処理装置に接続され主処理装置でのプログラム走行を要
求する1つ又は複数の要求線とを具備し、該主処理装置
は前記プログラム走行要求の状態からプログラム実行の
レベルを決定する様に構成されたデータ処理装置に於い
て、前記主処理装置は、前記記憶装置を参照する際のア
ドレス値と比較されるアドレス比較レジスタと、現プロ
グラム実行レベルと比較されるレベル比較レジスタとを
備え、両者の比較結果により前記記憶装置参照時のアド
レス一致出力を得る様にしだことを特徴とするものであ
る。
Therefore, the address comparison method of the present invention requires a main processing unit that sequentially retrieves and executes instructions from a storage device, and one or more request lines connected to the main processing unit that requests program execution in the main processing unit. In the data processing device, the main processing device is configured to determine the level of program execution from the state of the program execution request, the main processing device is configured to determine the level of program execution based on the state of the program execution request, the main processing device is configured to It is characterized by comprising an address comparison register to be compared with the value and a level comparison register to be compared with the current program execution level, and based on the comparison result between the two, an address matching output when referring to the storage device is obtained. It is.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明を図面を参照しつつ説明する。 Hereinafter, the present invention will be explained with reference to the drawings.

第1図は本発明のデータ処理装置の1更施例のブロック
図、第2図は主処理装置の1実施例のブロック図、第3
図はプログラム走行要求線とそれによって決定されるプ
ログラム実行レベルの論理を示す図である。
FIG. 1 is a block diagram of a further embodiment of the data processing device of the present invention, FIG. 2 is a block diagram of one embodiment of the main processing device, and FIG.
The figure shows a program execution request line and the logic of the program execution level determined by the line.

第1図において、1は主処理装置、2はプログラムが格
納される記憶装置、3ないし6は主処理装置1に対して
プログラムの走行を要求する副処理装置、7はインタフ
ェース線、8aないし8dはプログラム走行要求線をそ
れぞれ示している。
In FIG. 1, 1 is a main processing unit, 2 is a storage device in which a program is stored, 3 to 6 are sub-processing units that request the main processing unit 1 to run a program, 7 is an interface line, and 8a to 8d. indicate program run request lines, respectively.

主処理装置1と副処理装置3,4,5.6は、インタフ
ェース線7およびプログラム走行要求線8a。
The main processing device 1 and the sub-processing devices 3, 4, 5.6 are connected to an interface line 7 and a program run request line 8a.

8b、8e、8dによって結合される。主処理装置lは
、プログラム走行要求線8aないし8dの状態により実
行すべきプログラム実行レベルを決定し、記憶装置2内
における前記決定されたプログラム実行レベルのプログ
ラムが格納されているアドレスをアクセスして命令を取
出し、これを実行する。
8b, 8e, 8d. The main processing unit 1 determines the program execution level to be executed based on the state of the program execution request lines 8a to 8d, and accesses the address in the storage device 2 where the program at the determined program execution level is stored. Get the command and execute it.

インタフェース線7は、主処理装置1が副処理装置3,
4,5.6の中のレジスタの値を読出したり、レジスタ
にデータをセットしたりするために用いられるものであ
る。
The interface line 7 connects the main processing device 1 to the sub-processing device 3,
It is used to read the values of the registers in 4, 5, and 6, and to set data in the registers.

第2図は主処理装置の1実施例のブロック図である。第
2図において、10は実行レベル制御回路、11は実行
レベル格納レジスタ、12はプログラム実行情報保持レ
ジスタ、13は命令実行回路、14はアドレス・レジス
タ、】5はレベル比較レジスタ、16はアドレス比較レ
ジスタ、17と18は比較回路、19は一致検出回路、
20と21は信号線、22は一致出力線をそれぞれ示し
ている。プログラム走行要求線8a、8b、8c、8d
上の信号は実行レベル制御回路10に入力され、と〜で
決定されたプログラム実行レベルが実行レベル格納レジ
スタ11に保持される。プログラム実行レベルの決定論
理は、第3図に示される。第3図は、プログラム走行要
求線8a、8b、8c、8dの状態と、それによって決
定されるプログラム実行レベルトの関係を示すものであ
り、プログラム実行レベルは3ビツトの2進数で表わさ
れる。このプログラム実行レベルは、実行レベル格納レ
ジスタ11にセットされる。第3図において、何れのプ
ログラム走行要求線にも走行要求が存在しないときのプ
ログラム実行レベルはroooJであり、このときは主
処理装置1の独自のプログラムが走行する。
FIG. 2 is a block diagram of one embodiment of the main processing unit. In FIG. 2, 10 is an execution level control circuit, 11 is an execution level storage register, 12 is a program execution information holding register, 13 is an instruction execution circuit, 14 is an address register, ]5 is a level comparison register, and 16 is an address comparison register. registers, 17 and 18 are comparison circuits, 19 is a coincidence detection circuit,
20 and 21 indicate signal lines, and 22 indicates a coincidence output line, respectively. Program run request lines 8a, 8b, 8c, 8d
The above signal is input to the execution level control circuit 10, and the program execution level determined by and to is held in the execution level storage register 11. The program execution level decision logic is shown in FIG. FIG. 3 shows the relationship between the states of the program run request lines 8a, 8b, 8c, and 8d and the program execution level determined thereby, and the program execution level is expressed as a 3-bit binary number. This program execution level is set in the execution level storage register 11. In FIG. 3, when there is no run request on any of the program run request lines, the program execution level is roooJ, and in this case, the original program of the main processing device 1 runs.

また、プログラム走行要求線8aは最高位の優先度を有
し、このプログラム走行要求線8a上の信号が論理「1
」のときのプログラム実行レベルは[100Jとなり、
副処理装置3によって要求される)゛ログラムが実行さ
れる。プログラム走行要求線8a以外のプログラム走行
要求線によるプログラム実行レベルの決定は、第3図に
示す通りである。なお、×はDon’tCareを示し
ている。従って、この実施例においては5つのプログラ
ム実行レベルが存在することになる。このようにして決
定されたプログラム実行レベルは主処理装置1で実行さ
れるプログラムの種類を選択するように動作するが、こ
れはプログラム実行情報保持レジスタ12の働きによる
。即ち、プログラム実行情報保持レジスタ12は、各プ
ログラム実行レベルに対応したエントリを持ち、各エン
トリには、そのプログラム実行レベルにおいて実行され
るべきプログラムの記憶装置アドレスや主処理装置のス
テータス情報、そのプログラム実行レベルで使用される
作業レジスタの内容などが保持される。命令実行回路1
3は図示しないが内部に演算回路などを有し、記憶装置
2から取出された命令に基づく処理を実行する。アドレ
ス・レジスタ14は、記憶装置2をアクセスするための
ものである。プログラム実行レベルの切替えが発生した
時の動作は下記のとおりである。先ず、現プログラム実
行レベルでの記憶装置のアドレスやステータス情報、作
業レジスタの内容などのプログラム実行情報が実行情報
保持レジスタ12の対応エントリに退避され、続いて新
プログラム実行レベルに対応する実行情報保持レジスタ
12の対応エントリから10グラム実行情報が読出され
、命令実行回路13およびアドレス・レジスタ14に必
要な情報がセットされ、プログラムの実行が開始される
。レベル比較レジスタ15には所望のプログラム実行レ
ベルが設定され、アドレス比較レジスタ16には所望の
アドレス値が設定される。比較回路17は、レジスタ比
較レジスタ15の内容と実行レベル格納レジスタ11の
内容と比較し、両者が一致したとき信号線20を活性化
する。比較回路18は、アドレス比較レジスタ16の内
容とアドレス・レジスタ14の内容とを比較し、両省が
一致したとき信号線21を活性化する。−数構出回路1
9は、信号線20および21が活性化されたときに一致
出力線22を活性化する。−数構出回路19の構成とし
てはこれに駆足されることなく、例えば特定の指定によ
り信号線20上の信号、すなわち比較回路17の比較結
果を無視するようにしてもよい。また、レベル比較レジ
スタ15およびアドレス比較レジスタ16は、複数のス
イッチをもつ設定器などで代替可能であることは云うま
でもない。
Further, the program run request line 8a has the highest priority, and the signal on this program run request line 8a is at logic "1".
”, the program execution level is [100J,
The program (requested by the sub-processing unit 3) is executed. The determination of the program execution level using program execution request lines other than the program execution request line 8a is as shown in FIG. Note that × indicates Don't Care. Therefore, in this embodiment, there are five levels of program execution. The program execution level determined in this manner operates to select the type of program to be executed by the main processing unit 1, and this is due to the function of the program execution information holding register 12. That is, the program execution information holding register 12 has an entry corresponding to each program execution level, and each entry contains the storage device address of the program to be executed at that program execution level, the status information of the main processing unit, and the program execution level. The contents of work registers used at the execution level are held. Instruction execution circuit 1
3 has an arithmetic circuit therein (not shown), and executes processing based on instructions retrieved from the storage device 2. Address register 14 is for accessing storage device 2. The operation when switching of program execution levels occurs is as follows. First, program execution information such as storage device addresses, status information, and work register contents at the current program execution level is saved to the corresponding entry of the execution information holding register 12, and then execution information holding corresponding to the new program execution level is saved. 10-gram execution information is read from the corresponding entry in register 12, necessary information is set in instruction execution circuit 13 and address register 14, and program execution is started. A desired program execution level is set in the level comparison register 15, and a desired address value is set in the address comparison register 16. The comparison circuit 17 compares the contents of the register comparison register 15 with the contents of the execution level storage register 11, and activates the signal line 20 when the two match. Comparison circuit 18 compares the contents of address comparison register 16 and address register 14, and activates signal line 21 when the two match. - Number structure circuit 1
9 activates match output line 22 when signal lines 20 and 21 are activated. - The configuration of the number output circuit 19 may be configured such that the signal on the signal line 20, that is, the comparison result of the comparison circuit 17, is ignored by a specific designation, for example, without being driven by this. Further, it goes without saying that the level comparison register 15 and the address comparison register 16 can be replaced by a setting device having a plurality of switches.

さらに、レベル比較レジスタ15に未定義のプログラム
実行レベルを指定することにより、アドレス比較機能を
無効化することは容易である。本発明においては、−数
量力線22の使用方法は任意であるが、例えば以下の使
用方法が存在する。
Furthermore, by specifying an undefined program execution level to the level comparison register 15, the address comparison function can be easily disabled. In the present invention, the method of using the -quantity force line 22 is arbitrary, and for example, there are the following methods of use.

(イ)主処理装量1の動作を停止する。(b) Stop the operation of main processing unit 1.

(ロ)そのプログラム実行レベルでの動作のみを禁止す
る。
(b) Prohibits operations only at the program execution level.

ei  パルス等により外部端子に出力する。ei Output to external terminal by pulse etc.

に) ランプなどにより一致を表示する。) The match is displayed using a lamp, etc.

また、プログラム走行要求線によるプログラム実行レベ
ルの切替は割込みによるプログラム走行制御と類似であ
り、本発明は割込みIF!1能を有する処理装置におい
ても応用可能である。
In addition, switching the program execution level using the program execution request line is similar to program execution control using an interrupt, and the present invention uses the interrupt IF! It can also be applied to a processing device having one function.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明によれば、複数
の実行レベルから共通に使用される記憶装置のアドレス
空間に対しても、所望の実行レベルを指定してアドレス
比較を実行することが出来るので、複雑な処理装置構造
及びプログラム構造を持ったデータ処理装置に対して、
特に有効なアドレス比較機構を提供することが出来る。
As is clear from the above description, according to the present invention, it is possible to specify a desired execution level and perform address comparison even for the address space of a storage device that is commonly used by multiple execution levels. Therefore, for data processing equipment with complex processing device structure and program structure,
A particularly effective address comparison mechanism can be provided.

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

第1図は本発明のデータ処理装置の1実施例のブロック
図、第2図は主処理装置の1実施例のブロック図、第3
図はグログラム走行要求線とそれによって決定されるプ
ログラム実行レベルの論理を示す図である。 1・・・主処理装置、2・・・プログラムが格納される
記憶装置、3ないし6・・・主処理装置1に対してプロ
グラムの走行を要求する副処理装置、7・・・インタフ
ェース線、8aないし8d・・・プログラム走行要求線
、10・・・実行レベル制御回路、11・・・実行レベ
ル格納レジスタ、12・・・プログラム実行情報保持レ
ジスタ、13・・・命令実行回路、14・・・アドレス
拳レジスタ、15・・・レベル比較レジスタ、16・・
・アドレス比較レジスタ、】7と18・・・比較回路、
19・・・−数構出回路、2゜と21・・・信号線、2
2・・・−散出力線。 特許出願人  富士通株式会社 代理人弁理士  京 谷 四 部 1 ケ11B 牙30 o    ooo    →   0001  ×  
X  ×   →  1o。 Q   i   X   x   +joi0 0 1
  ×   →  110 0 0 01  →  111
FIG. 1 is a block diagram of one embodiment of the data processing device of the present invention, FIG. 2 is a block diagram of one embodiment of the main processing device, and FIG.
The figure shows the program run request line and the logic of the program execution level determined by it. DESCRIPTION OF SYMBOLS 1... Main processing unit, 2... Storage device in which a program is stored, 3 to 6... Sub-processing unit that requests the main processing unit 1 to run a program, 7... Interface line, 8a to 8d...Program execution request line, 10...Execution level control circuit, 11...Execution level storage register, 12...Program execution information holding register, 13...Instruction execution circuit, 14...・Address fist register, 15...Level comparison register, 16...
・Address comparison register, ]7 and 18... comparison circuit,
19...-number circuit, 2° and 21...signal line, 2
2...-Spread output line. Patent Applicant Fujitsu Ltd. Representative Patent Attorney Kyotani 4 Part 1 Ke11B Fang 30 o ooo → 0001 ×
X × → 1o. Q i X x +joi0 0 1
× → 110 0 0 01 → 111

Claims (1)

【特許請求の範囲】[Claims] 記憶装置から順次命令を取り出し実行する主処理装置と
、主処理装置に接続され主処理装置でのプログラム走行
を要求する1つ又は複数の要求源とを具備し、該主処理
装置は前記プログラム走行要求の状態からプログラム実
行のレベルを決定する様に構成されたデータ処理装置に
於いて、前記主処理装置は、前記記憶装置を参照する際
のアドレス値と比較される比較アドレス保持手段と、現
プログラム実行レベルと比較される比較レベル保持手段
とン備え、両者の比較結果により前記記憶装置参照時の
アドレス−散出力を得ることを特徴とするアドレス比較
方式。
The main processing unit includes a main processing unit that sequentially fetches and executes instructions from a storage device, and one or more request sources that are connected to the main processing unit and request program execution on the main processing unit, and the main processing unit is configured to execute the program execution. In a data processing device configured to determine the level of program execution from the state of a request, the main processing device includes a comparison address holding means that is compared with an address value when referencing the storage device, and a current storage device. 1. An address comparison method comprising a comparison level holding means to be compared with a program execution level, and obtaining an address-dispersed output when referring to the storage device based on a comparison result between the two.
JP57232791A 1982-12-29 1982-12-29 Address comparison system Pending JPS59123933A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57232791A JPS59123933A (en) 1982-12-29 1982-12-29 Address comparison system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57232791A JPS59123933A (en) 1982-12-29 1982-12-29 Address comparison system

Publications (1)

Publication Number Publication Date
JPS59123933A true JPS59123933A (en) 1984-07-17

Family

ID=16944804

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57232791A Pending JPS59123933A (en) 1982-12-29 1982-12-29 Address comparison system

Country Status (1)

Country Link
JP (1) JPS59123933A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62114042A (en) * 1985-11-13 1987-05-25 Fujitsu Ltd Program event recording control system
JPS63236142A (en) * 1987-03-24 1988-10-03 Yokogawa Electric Corp Software monitoring device
JPH05250215A (en) * 1991-11-11 1993-09-28 Mitsubishi Electric Corp Data processor containing debug supporting function
JPH06283064A (en) * 1993-03-25 1994-10-07 Ngk Insulators Ltd Holder fittings for non-ceramic insulator

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62114042A (en) * 1985-11-13 1987-05-25 Fujitsu Ltd Program event recording control system
JPH0438011B2 (en) * 1985-11-13 1992-06-23 Fujitsu Ltd
JPS63236142A (en) * 1987-03-24 1988-10-03 Yokogawa Electric Corp Software monitoring device
JPH05250215A (en) * 1991-11-11 1993-09-28 Mitsubishi Electric Corp Data processor containing debug supporting function
JPH06283064A (en) * 1993-03-25 1994-10-07 Ngk Insulators Ltd Holder fittings for non-ceramic insulator

Similar Documents

Publication Publication Date Title
US5187802A (en) Virtual machine system with vitual machine resetting store indicating that virtual machine processed interrupt without virtual machine control program intervention
US5717851A (en) Breakpoint detection circuit in a data processor and method therefor
JPH0612527B2 (en) Interrupt processing device
JPH0430053B2 (en)
JP3226055B2 (en) Information processing device
JPH03109644A (en) Microcomputer
JPS59123933A (en) Address comparison system
US5671424A (en) Immediate system management interrupt source with associated reason register
JPH0319974B2 (en)
JPH08171504A (en) Emulation device
JP2525492B2 (en) Programmable controller
JP2990800B2 (en) Interrupt processing device
JP2503210B2 (en) Micro program controller
JPH07182279A (en) Bus arbitration circuit
JPS60193046A (en) Detecting system for instruction exception
JPS6043745A (en) Computer system
JPH036758A (en) Microprocessor
JPH10333920A (en) Interruption processing circuit
JPS59163653A (en) Debug device
JPH02144653A (en) Data processor
KR960008559A (en) Monitor board
JPH02293948A (en) Microcomputer lsi
JPS5999506A (en) Arithmetic system of sequencer
JPH05189267A (en) Operation control system for microprocessor and emulator
JPH01120634A (en) Interruption controller