JPS5920053A - Microcomputer system - Google Patents

Microcomputer system

Info

Publication number
JPS5920053A
JPS5920053A JP12980082A JP12980082A JPS5920053A JP S5920053 A JPS5920053 A JP S5920053A JP 12980082 A JP12980082 A JP 12980082A JP 12980082 A JP12980082 A JP 12980082A JP S5920053 A JPS5920053 A JP S5920053A
Authority
JP
Japan
Prior art keywords
latch
signal
request
interrupt processing
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
JP12980082A
Other languages
Japanese (ja)
Inventor
Shinjiro Toyoda
豊田 新次郎
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Tokyo Shibaura 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 Toshiba Corp, Tokyo Shibaura Electric Co Ltd filed Critical Toshiba Corp
Priority to JP12980082A priority Critical patent/JPS5920053A/en
Publication of JPS5920053A publication Critical patent/JPS5920053A/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

Landscapes

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

Abstract

PURPOSE:To prevent incorrect interruption, by setting the 2nd latch after setting and receiving the 1st latch at the request of non-mask processing, resetting the 2nd latch after the end of the non-mask interruption processing and detecting the output of the 1st latch at the state. CONSTITUTION:When a data is set initially to a stack pointer after initializing, a stack load signal LDS of ''1'' level is inputted to an NOR gate 16. Then, a latch 14 is reset, an output Q2 is inverted from ''1'' to ''0'', and an AND gate 13 is opened. A non-mask interruption request signal NMI' of ''0'' is inputted to an external terminal 11 in this state, then the latch 12 is set and its output signal Q1' goes to ''0'', then an output signal NMIX of a gate 13 being so far ''0'' is inverted to ''1''. Thus, an interruption detecting circuit 17 detects the level change of the signal NMIX to ''1'', allowing to detect the interruption processing request.

Description

【発明の詳細な説明】 〔発明の技術分野〕 この発明はソフトウェアによって禁止することが不可能
な非マスク割込み処理機能を有するマイクロコンピュー
タシステムに関スル。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] This invention relates to a microcomputer system having an unmasked interrupt processing function that cannot be inhibited by software.

〔発明の技術的背景とその問題点〕[Technical background of the invention and its problems]

マイクロコンピュータシステムには、電源異常時におけ
る各種データの保護、プログラムデバッグ等の目的によ
シ、ソフトウェアによって禁止することが不可能な、す
なわち常時受付けが可能な割込みとして、非マスク割込
み処理機能が用意されている。その例としてたとえばツ
アーrスカブル割込み(Non−Magkable I
nterrupりやトラップ割込み(Trap Int
errupt )等がある。
Microcomputer systems are equipped with a non-masked interrupt processing function for the purpose of protecting various data in the event of a power failure, debugging programs, etc., as interrupts that cannot be inhibited by software, that is, interrupts that can be accepted at all times. has been done. For example, tour r scable interrupt (Non-Magkable I
interrupt or trap interrupt (Trap Int)
errupt) etc.

上記のような非マスク割込み処理機能が用意されている
従来のマイクロコンピュータシステムでは、この割込み
処理が常に受付は可能状態であるために、イニシャルス
タート時に未だスタックポインター内のデータが初期設
定されないうちに不正の割込み処理動作が開始される可
能性がある。このとき割込み処理動作が開始されてしま
うと、戻p番地等のデータがRAM領域以外の領域にス
タ、りされてしまう恐れがある。
In conventional microcomputer systems equipped with the above-mentioned non-masked interrupt processing function, this interrupt processing is always ready for acceptance, so at the initial start, the data in the stack pointer is not yet initialized. An unauthorized interrupt processing operation may be initiated. If the interrupt processing operation is started at this time, there is a risk that data such as the return p address will be stored in an area other than the RAM area.

すると割込み処理終了後、以前の動作を続行しようとし
ても正常な番地に戻れなくなってしまい、この結果、動
作の信頼性が低くなってしまう。
Then, even if an attempt is made to continue the previous operation after the interrupt processing is completed, it will not be possible to return to the normal address, and as a result, the reliability of the operation will be reduced.

またさらに従来ではこの点を改良して、イニシャルスタ
ート後、スタックポインターが初期設定されてから始め
て非−スフ割込み処理要求が受付けられるようにしたマ
イクロコンピュータシステムも開発されている。ところ
が、このようなものでも、スタックポインターが一度初
期設定されてしまえば上記非マスク割込み処理要求は何
度でも受付けられてしまう。すなわち多重割込みが発生
してしまう。このためにスタック領域赤あふれてしまい
、この結果、必要なRAM領域内のデータを破壊したシ
、戻シ番地等の情報が失なわれたシするため、前記と同
様に正常な番地に戻れなくなってしまう。
Furthermore, a microcomputer system has been developed in which this problem has been improved so that a non-block interrupt processing request can be accepted only after the stack pointer is initialized after an initial start. However, even in this case, once the stack pointer is initialized once, the above-mentioned non-masked interrupt processing request can be accepted any number of times. In other words, multiple interrupts occur. As a result, the stack area overflows, and as a result, data in the necessary RAM area is destroyed and information such as the return address is lost, making it impossible to return to the normal address as described above. I end up.

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

この発明は上記のような事情を考慮してなされたもので
、その目的はイニシャライズ後の非マスク割込みの不正
割込みおよび多重割込みが防止でき、動作の信頼性の高
いマイクロコンピュータシステムを提供することにある
The present invention was made in consideration of the above-mentioned circumstances, and its purpose is to provide a microcomputer system that can prevent unauthorized interrupts and multiple interrupts of non-masked interrupts after initialization, and has highly reliable operation. be.

〔発明の概要〕[Summary of the invention]

上記目的を達成するためこの発明にあっては、非マスク
処理要求がある毎に第1のラッチをセットし、またシス
テムのイニシャル時毎または非マスク割込み処理の受付
は後に上記とは異なる第2のラッチをセクトしまたスタ
ックポインターにデータが初期設定された後または上記
非マスク割込み処理の終了後にこの第2のラッチをリセ
ットし、この第2のラッチがリセット状態にある時のみ
、上記第1のラッチの出力を割込み検出回路に供給する
ようにしている。
In order to achieve the above object, the present invention sets a first latch each time there is a non-mask processing request, and a second latch different from the above is set each time the system is initialized or when a non-mask interrupt processing is received. This second latch is reset after data is initialized to the stack pointer or after the non-masked interrupt processing is completed, and only when this second latch is in the reset state, the first latch is reset. The output of the latch is supplied to the interrupt detection circuit.

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

以下図面を診照してこの発明の一実施例を説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図はこの発明に係るマイクロコンピュータシステム
の非マスク割込み処理検出回路部分の構成を示す回路図
である。図において1ノは外部端子である。この外部端
子11にはセット・リセット形のラッチ(第1のラッチ
)12の夕・1.ト f/入力端が接続されていて、このラッチ12の7出力
信号[は2人力の負論理形ANDダート13の一方入力
端に供給される。
FIG. 1 is a circuit diagram showing the configuration of a non-masked interrupt processing detection circuit portion of a microcomputer system according to the present invention. In the figure, 1 is an external terminal. This external terminal 11 has set/reset type latches (first latches) 12 and 1. The 7 output signals of this latch 12 are supplied to one input terminal of a two-manufactured negative logic AND dart 13.

また、14はセット・リセット形のラッチ(第2のラッ
チ)であり、このラッチ14のセット入力端にはNOR
ゲート15の出力信号が、リセット入力端にはもう一つ
のNORゲート16の出力信号がそれぞれ供給される。
Further, 14 is a set/reset type latch (second latch), and the set input terminal of this latch 14 has a NOR
The output signal of the gate 15 and the output signal of another NOR gate 16 are respectively supplied to the reset input.

上記NORグートノ5は2人力のものであり、その一方
入力端にはこのシステム全体がイニシャライズされた時
に″1″レベルに設定されるイニシャライズ信号INI
Tが供給され、他方入力端には一度非マスク割込み処理
要求が受付けられた後に″′1″レベルに設定される非
マスク割込み処理要求受付は信号(略してNMiアクノ
ウレッソ信号)NMIAが供給される。上記NORゲー
ト16も同じ<2゜入力のものであり、その一方入力端
にはシステム全体がイニシャライズされさらに図示しな
いスタックポインターにデータが初期設定された後に”
1#レベルに設定されるスタックロード信号LDSが供
給され、他方入力端には一度非マスク割込み処理要求が
受付けられその処理が終了して再び元の番地に戻る際に
111′ルベルに設定されるNMI+、 IJターン信
号RTNが供給される。
The above NOR controller 5 is powered by two people, and the input terminal has an initialization signal INI that is set to the "1" level when the entire system is initialized.
T is supplied to the other input terminal, and a signal NMIA (abbreviated as NMi acknowledge signal) is supplied to the other input terminal, which is set to the "'1" level after a non-masked interrupt processing request is accepted. . The above NOR gate 16 also has the same <2° input, and on the other hand, after the entire system is initialized and data is initialized to a stack pointer (not shown),
A stack load signal LDS set to 1# level is supplied, and the other input terminal is set to 111' level when a non-masked interrupt processing request is accepted and the processing is completed and the signal returns to the original address. NMI+ and IJ turn signals RTN are supplied.

上記ラッチ14のQ出力信号Q2は前記ANDダート1
3の他方入力端に供給され、またこのANDダート13
の出力信号NMIXは割込み検出回路17に供給される
The Q output signal Q2 of the latch 14 is the AND dart 1
3, and this AND dart 13
The output signal NMIX of is supplied to the interrupt detection circuit 17.

上記割込み検出回路17は上記ANDゲート13の出力
信号NMIXが@ I I+レベルとなった際に、非マ
スク割込み要求があったものとしてこれを検出し、検出
後はこの要求を受付けるようになっている。
When the output signal NMIX of the AND gate 13 reaches the @II+ level, the interrupt detection circuit 17 detects this as a non-masked interrupt request, and after detection, accepts this request. There is.

次に作用について説明する。いまシステム全体が・イニ
シャル状態に設定されていてしかも未だスタックポイン
ターにデータが初期設定されていない場合を考える。こ
のような場合に非マスク割込み処理要求が発生すれば、
従来では受付けられてしまう。ところが、第1図に示す
ような回路構成では、イニシャライズ時に信号INIT
が発生し、この信号がNORダート15を通過すること
にょシラッチ14がセットする。するとこのラッチ14
の出方信号。2は″′1″レベルに設定され、これにょ
シANDダートノ3の出力信号NMIX  は″′0″
レベルに固定される。すなわち、この状態で外部端子1
1に”0#レベルの非マスク割込み要求信号NMIが入
力し、その後、ラッチ12がセットしてその出カ信号譜
が0”レベルになったとしても、ANDダート13の出
力信号NMIXは″′o#レベルのままである。
Next, the effect will be explained. Let us now consider a case where the entire system is set to an initial state, and data has not yet been initialized to the stack pointer. If a non-masked interrupt processing request occurs in such a case,
Conventionally, it would be accepted. However, in the circuit configuration shown in Figure 1, the signal INIT is not activated during initialization.
occurs, and the siratch 14 sets this signal to pass through the NOR dart 15. Then this latch 14
signal. 2 is set to the "'1" level, and the output signal NMIX of the AND dirt number 3 is "'0".
fixed at the level. In other words, in this state, external terminal 1
Even if the non-masked interrupt request signal NMI of "0# level" is input to "0#" level, and then the latch 12 is set and its output signal becomes "0" level, the output signal NMIX of AND dart 13 will be "'' It remains at o# level.

次に上記イニシャライズ後、スタックポインターにデー
タが初期設定されると、NOR/1′’−116K“1
ルベルのスタックロードM 号LDs 7>(入力する
。するといままでセット状態にあったラッチ14がリセ
ットして、その出力信号。2は11”レベルから″′O
#レベルに反転する。これ【よルANDグートノ3が始
めて開かれる。この状態で外部端子11に゛0″レベル
の非マスク割込み要求信号舗が入カ踵その後、ラッチ1
2がセットしてその出カ信号互)−が″0#レベルにな
ると、いまt−c”o”レベルであったANDゲート1
3の出力信号NMI Xが@Il+レベルに反転する。
Next, after the above initialization, when data is initialized to the stack pointer, NOR/1''-116K"1
Rubel's stack load M No. LDs 7
#Flip to level. This is the first time that [Yoru AND Gutno 3] will be held. In this state, a non-masked interrupt request signal of level ``0'' is input to the external terminal 11. After that, the latch 1
When 2 is set and its output signal (-) goes to "0#" level, AND gate 1, which was currently at t-c"o" level,
The output signal NMIX of No. 3 is inverted to the @Il+ level.

すると割込み検出回路ノアは上記信号NM I X (
D ”1” レベルへのレベル変化を検出することにょ
シ、上記割込み処理要求を受付る。すなわち、この回路
では、イニシャライズされ次にスタックポインターのデ
ータが初期化されるまでの間では不正の非マスク割込み
処理の要求が受付けられず、スタックポインターにデー
タが設定されて始めて要求が受付けられるものである。
Then, the interrupt detection circuit NOR outputs the above signal NMI
D Upon detecting a level change to "1" level, accept the above interrupt processing request. In other words, this circuit does not accept requests for illegal non-masked interrupt processing after initialization until the stack pointer data is initialized, and requests are accepted only after data is set in the stack pointer. It is.

したがって、従来のような戻シ番地等のデータがRAM
領域以外の領域にスタックされる恐れがなく、割込み処
理終了後は正常な番地に戻ることができる。
Therefore, data such as the conventional return address is stored in RAM.
There is no risk of being stacked in an area other than the area, and the address can be returned to the normal address after the interrupt processing is completed.

次に一度割込み処理の要求が受付けられた後の場合につ
いて考える。このような場合に、続けて割込み処理要求
が発生すると、従来では何度でも受付けが可能なために
多重割込み受付は状態が発生し、RAM領域内のデータ
の破壊や戻9番地等の情報が失なわれたシすることがあ
る。
Next, consider the case after a request for interrupt processing has been accepted. In such a case, if interrupt processing requests occur consecutively, a state occurs when accepting multiple interrupts because conventionally it is possible to accept them an unlimited number of times, resulting in data destruction in the RAM area and information such as return address 9 being lost. Sometimes things get lost.

ところが、第1図に示すような回路構成では一度非マス
ク割込み処理要求が受付けられると信号NMIAが発生
し、この信号がNORゲート15を通過することによシ
ラッチ14がセットする。
However, in the circuit configuration shown in FIG. 1, once a non-mask interrupt processing request is accepted, a signal NMIA is generated, and when this signal passes through the NOR gate 15, the silatch 14 is set.

すると前記の場合と同様に、ANDゲート13の出力信
号NMIXは″′0#レベルに固定される。したがって
この場合にも前記と同様に、外部端子1)に″0#レベ
ルの信号−NMIが入力し、その後、ラッチJ2がセッ
トシてその出力信号Q+が“0#レベルになっても、上
記信号NM IXは“O″レベルまま変化しない。すな
わち、一度処理要求が受付けられると、その後、続けて
割込み処理要求が発生してもこれは受付けられない。す
なわち、多重受付けは防止される。
Then, as in the previous case, the output signal NMIX of the AND gate 13 is fixed at the ``0# level. Therefore, in this case as well, the ``0# level signal -NMI is applied to the external terminal 1). Even if the latch J2 is set and the output signal Q+ goes to the "0#" level, the signal NMIX remains at the "O" level and does not change.In other words, once a processing request is accepted, the processing continues. Even if an interrupt processing request occurs, it will not be accepted.In other words, multiple acceptances will be prevented.

次に一度処理要求が受付けられ、この処理が終了すると
、NORゲート16に11#レベルのNMIリターン信
号RTNが入力する。するといままでセット状態にあっ
たラッチノ4がリセットして、その出力信号Q2は“1
#レベルがら0”レベルに反転する。これによりAND
ゲート13が開かれて、この状態のときに非マスク割込
み処理要求信号NMIが外部端子11に入力するとこの
割込み要求は受付けられる。すなわち、この回路では一
度非マスク割込み処理要求が受付けられた後はこの処理
が終了するまで次の割込み要求は受付けられず、終了し
て元の番地に戻ってから始めて次の割込み要求が受付け
られるものである。したがって、仁のような場合でも、
従来のよりなRAΔ(領域内のデータが破壊されたシ、
戻り番地等の情報が失なわれたbすることがない。
Next, a processing request is accepted once, and when this processing is completed, an NMI return signal RTN of 11# level is input to the NOR gate 16. Then, the latch node 4 that has been in the set state until now is reset, and its output signal Q2 becomes "1".
#Reverses the level to 0” level. This causes AND
When gate 13 is opened and non-masked interrupt processing request signal NMI is input to external terminal 11 in this state, this interrupt request is accepted. In other words, in this circuit, once a non-masked interrupt processing request is accepted, the next interrupt request is not accepted until this processing is completed, and the next interrupt request is only accepted after the process is completed and the original address is returned. It is something. Therefore, even in cases like jin,
Conventional RAΔ (when data in the area is destroyed,
Information such as return address will not be lost.

このように上記実施例回路では、非マスク割込み処理後
、再び元の番地に戻ることができる。
In this manner, the circuit of the above embodiment can return to the original address again after the non-masked interrupt processing.

しかも非マスク割込みが多重に受付けられるというとと
は、非マスク割込み処理に入って再び割込みの受付は処
理に入ることもあ)得るゎけで、このようガ場合非マス
ク割込み処理プログラムが全く実行されないうちに情報
が破壊されてしまう可能性がある。ところが上記実施例
回路では、いったん非マスク割込み処理が実行されると
、これが終了するまでは次の非マスク割込み要求は受付
けられないため、上記のような情報の破壊は防止するこ
とができる。
Moreover, the fact that non-masked interrupts are accepted multiple times means that the non-masked interrupt processing may be started and then the interrupt acceptance processing starts again. There is a possibility that the information will be destroyed before it is done. However, in the circuit of the above embodiment, once the non-masked interrupt processing is executed, the next non-masked interrupt request cannot be accepted until the non-masked interrupt processing is completed, so that the destruction of information as described above can be prevented.

したがって、上記実施例回路では動作の信頼性を高くす
ることができる。
Therefore, the reliability of operation can be increased in the circuit of the above embodiment.

第2図はこの発明の他の実施例の回路構成図であわ、前
記第1図と同様に非マスク割込み処理検出回路部分のみ
を示している。前記第1図に示す実施例回路では、一つ
の非マスク割込み処理要求受付は後、この割込み処理が
実行きれるルーチン内でスタックディンターへのデータ
ロード命令が実行されると、信号LDSが発生してラッ
チ14がリセットして、この後、次の非マスク割込み処
理要求が受伺けられてしまう不都合が稀にある。これは
イニシャライズ時における非マスク割込み処理要求の受
付は防止および要求受付は後の再受付は防止を一つのラ
ッチ14で制御していることに起因する。したがって、
この第2図の実施例回路では一つのラッチ140代りに
二つのラッチ14に、14Bを設け、この両ラッチ24
A 、 J 4BのQ出力信号Q211Q2□ を、前
記2人力のANDゲート130代りに設けられた3人力
のANDゲート18に並列的に供給することによシ上記
不都合が解消するようにしたものである。なおこの第2
図の場合、各信号INIT、NMIA、LDS 、RT
Nはそれぞれ各インノS−夕19,20,21.22を
介してラッチ14kまたは14Bに供給されている。
FIG. 2 is a circuit configuration diagram of another embodiment of the present invention, and like FIG. 1, only the non-masked interrupt processing detection circuit portion is shown. In the embodiment circuit shown in FIG. 1, after one non-masked interrupt processing request is accepted, when a data load instruction to the stack dinter is executed within the routine in which this interrupt processing can be executed, the signal LDS is generated. There are rare inconveniences in which the latch 14 is reset and the next non-masked interrupt processing request is subsequently accepted. This is because one latch 14 controls the prevention of acceptance of a non-masked interrupt processing request at the time of initialization and the prevention of subsequent re-acceptance of the request. therefore,
In the embodiment circuit of FIG. 2, two latches 14 are provided with 14B instead of one latch 140, and both latches 24
The above-mentioned disadvantage is solved by supplying the Q output signals Q211Q2□ of A and J4B in parallel to the three-man powered AND gate 18 provided in place of the two-man powered AND gate 130. be. Note that this second
In the case of the figure, each signal INIT, NMIA, LDS, RT
N is supplied to latch 14k or 14B via each input S-19, 20, 21.22, respectively.

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

以上説明したようにこの発明によれば、イニシャライズ
後の非マスク割込みの不正割込みおよび多重割込みが防
止でき、もって動作の信頼性の高いマイクロコンピュー
タシステムを提供することができる。
As described above, according to the present invention, it is possible to prevent unauthorized interrupts of non-masked interrupts after initialization and multiple interrupts, thereby providing a microcomputer system with high operational reliability.

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

第1図はこの発明の一実施例の回路構成図、館・2図は
この発明の他の実施例の回路構成図である。 1ノ・・・外部端子、12.14・・・ラッチ、13゜
18・・・ANDダート、15,16・・・NORダー
ト、17・・・割込み検出回路、19,20,21゜2
2・・・インバータ。 出願人代理人  弁理士 鈴 江 武 彦第1図 第2図
FIG. 1 is a circuit diagram of one embodiment of the present invention, and FIG. 2 is a circuit diagram of another embodiment of the invention. 1 No...External terminal, 12.14...Latch, 13°18...AND dart, 15,16...NOR dart, 17...Interrupt detection circuit, 19,20,21°2
2...Inverter. Applicant's representative Patent attorney Takehiko Suzue Figure 1 Figure 2

Claims (1)

【特許請求の範囲】[Claims] ソフトウェアによって禁止することが不可能な非マスク
割込み処理機能を有するマイクロコンピュータシステム
において、上記非マスク割込み処理の要求がある毎にセ
ットされる第1のフラグ手段と、システムのイニシャル
時または上記非マスク割込み処理の受付は後にセットさ
リセットされる第2のフラグ手段と、上記第1のフラグ
手段の出力を上記第2のフラグ手段の出力に応じて割込
み検出回路に出力制御する手段とを具備したことを特徴
とする=イクロコンピュータシステム。
In a microcomputer system having a non-masked interrupt processing function that cannot be inhibited by software, a first flag means is set each time there is a request for the non-masked interrupt processing; A second flag means that is set and reset later for accepting an interrupt process, and a means for controlling output of the first flag means to an interrupt detection circuit according to an output of the second flag means. A microcomputer system characterized by:
JP12980082A 1982-07-26 1982-07-26 Microcomputer system Pending JPS5920053A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12980082A JPS5920053A (en) 1982-07-26 1982-07-26 Microcomputer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12980082A JPS5920053A (en) 1982-07-26 1982-07-26 Microcomputer system

Publications (1)

Publication Number Publication Date
JPS5920053A true JPS5920053A (en) 1984-02-01

Family

ID=15018534

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12980082A Pending JPS5920053A (en) 1982-07-26 1982-07-26 Microcomputer system

Country Status (1)

Country Link
JP (1) JPS5920053A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62205441A (en) * 1986-03-05 1987-09-10 Nec Corp Microcomputer
JPS6345638A (en) * 1986-08-12 1988-02-26 Fujitsu Ltd Interruption control system
JPH01295536A (en) * 1988-02-25 1989-11-29 Sanyo Electric Co Ltd Radio telephone set
US7537080B2 (en) 2003-02-03 2009-05-26 Jtekt Corporation Electric power-steering apparatus
JP2015072624A (en) * 2013-10-03 2015-04-16 株式会社エルイーテック Nmi control
JP2017527902A (en) * 2014-09-26 2017-09-21 インテル・コーポレーション Avoid early enablement of non-maskable interrupts when returning from exceptions

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS62205441A (en) * 1986-03-05 1987-09-10 Nec Corp Microcomputer
JPS6345638A (en) * 1986-08-12 1988-02-26 Fujitsu Ltd Interruption control system
JPH01295536A (en) * 1988-02-25 1989-11-29 Sanyo Electric Co Ltd Radio telephone set
US7537080B2 (en) 2003-02-03 2009-05-26 Jtekt Corporation Electric power-steering apparatus
JP2015072624A (en) * 2013-10-03 2015-04-16 株式会社エルイーテック Nmi control
JP2017527902A (en) * 2014-09-26 2017-09-21 インテル・コーポレーション Avoid early enablement of non-maskable interrupts when returning from exceptions

Similar Documents

Publication Publication Date Title
US4482954A (en) Signal processor device with conditional interrupt module and multiprocessor system employing such devices
JPS5920053A (en) Microcomputer system
US4638432A (en) Apparatus for controlling the transfer of interrupt signals in data processors
JPH0244431A (en) Protective instruction taking out device
JPH0535379A (en) Data input control method and data processor
EP4386536A1 (en) Data processing method and apparatus
JPS6239792B2 (en)
JPS5812062A (en) Output device for parallel electronic computer system
JPS60189563A (en) Memory dump driving circuit
JPS60124734A (en) Interruption processing circuit to cpu
JPH05158781A (en) Exclusive flag management device for shared memory system
JP3357958B2 (en) Data processing device
JP2870083B2 (en) Microcomputer with built-in watchdog timer
JPS63124156A (en) Memory error detecting method
JPS61281342A (en) Runaway preventing device for program
JPS58189740A (en) Interruption device
JPH06251171A (en) Microcomputer with non-maskable interrupt function
JPH03252886A (en) Single chip microcomputer
JPH01295352A (en) Data chain processing system
JPH01197843A (en) Microcomputer
JPS6211918A (en) Checking system for memory back-up battery
JPS63138437A (en) Program control system
JPS5856012A (en) Interruption control system
JPS6356499A (en) Portable medium
JPS59177640A (en) Data receiving system