JPS62216044A - Microcomputer - Google Patents

Microcomputer

Info

Publication number
JPS62216044A
JPS62216044A JP5995386A JP5995386A JPS62216044A JP S62216044 A JPS62216044 A JP S62216044A JP 5995386 A JP5995386 A JP 5995386A JP 5995386 A JP5995386 A JP 5995386A JP S62216044 A JPS62216044 A JP S62216044A
Authority
JP
Japan
Prior art keywords
interrupt
interruption
address
circuit
addresses
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
JP5995386A
Other languages
Japanese (ja)
Inventor
Shigenobu Ishikawa
石川 重信
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP5995386A priority Critical patent/JPS62216044A/en
Publication of JPS62216044A publication Critical patent/JPS62216044A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/14Handling requests for interconnection or transfer
    • G06F13/20Handling requests for interconnection or transfer for access to input/output bus
    • G06F13/24Handling requests for interconnection or transfer for access to input/output bus using interrupt

Landscapes

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

Abstract

PURPOSE:To contrive the more complicated program control with a microcomputer by controlling an interruption address from outside and therefore selecting plural interruption addresses just with a single interruption request. CONSTITUTION:The interruption signal supplied from an interruption input terminal 1 is detected by an interruption detecting circuit 2 and then sent to an interruption address selecting circuit 3. The circuit 3 selects an interruption address by means of the signal supplied from an interruption address selecting signal input terminal 4. An address table 5 storing the interruption address produces the table data, i.e., the interruption address that is designated by the circuit 3 and transfers it to an internal bus 6.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はマイクロコンピュータに関し、特に複数の割込
みアドレスを選択できる割込み機能に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a microcomputer, and particularly to an interrupt function that allows selection of a plurality of interrupt addresses.

〔従来の技術〕[Conventional technology]

従来、マイクロコンピユータの割υ込み機能は。 Conventionally, the interrupt function of microcomputers was

ある割込みリクエストが発生した場合、その割り込みリ
クエストに対して一義的に決められたプログラムのアド
レスに割込めるというものであった。
When a certain interrupt request occurs, the program can be interrupted at a program address uniquely determined for that interrupt request.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来のマイクロコンピュータは、内蔵するそれ
ぞれの種類、レベルの割込みに対し1割込むプログラム
のアドレス(割込みアドレス)が1つづつ決められてい
る。すなわち1つの割込みリクエストによって1割込め
るアドレスは1つしかないので、複数の割込みアドレス
を選択し割込むことが基本的にできないという欠点があ
る。
In the conventional microcomputer described above, one interrupt program address (interrupt address) is determined for each built-in interrupt type and level. That is, since there is only one address that can be interrupted by one interrupt request, there is a drawback that it is basically impossible to select and interrupt multiple interrupt addresses.

〔問題点を解決するための手段〕[Means for solving problems]

本発明のマイクロコンビエータは、割込みリクエストを
検出する割込み検出回路と、外部から入力aれる割込み
アドレス選択信号によって複数の割込みアドレスを選択
する割込みアドレス選択回路と、複数の割込みアドレス
を格納し、前述の割込みアドレス選択回路によって指定
される割込みアドレスを発生する割込みアドレス・テー
ブルとを有することを特徴とする。
The micro combinator of the present invention includes an interrupt detection circuit that detects an interrupt request, an interrupt address selection circuit that selects a plurality of interrupt addresses based on an interrupt address selection signal input from the outside, and a plurality of interrupt addresses that are stored. and an interrupt address table that generates an interrupt address specified by the interrupt address selection circuit of the interrupt address selection circuit.

〔冥施例〕[Metal practice]

次に本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例である。割込み入力端子1か
ら入力された割込み信号は、割込み検出回路2によって
検出される。割込み検出回路によって検出された割込み
信号(割込リクエスト)は割込みアドレス選択回路3に
送られる。割込みアドレス選択回路3における割込みア
ドレスの選択は、割込みアドレス選択信号入力端子4か
ら入力される信号によって行なわれる。割込みアドレス
を格納した割込みアドレス・テーブル5は、割込みアド
レス選択回路3により指定されたテーブル・データすな
わち割込みアドレスを発生させ、内部バス5に転送する
。このようにしである一つの割込みリクエストであって
も、複数の割込みアドレスを選択することができる。
FIG. 1 shows an embodiment of the present invention. An interrupt signal input from the interrupt input terminal 1 is detected by the interrupt detection circuit 2. The interrupt signal (interrupt request) detected by the interrupt detection circuit is sent to the interrupt address selection circuit 3. Selection of an interrupt address in the interrupt address selection circuit 3 is performed by a signal inputted from an interrupt address selection signal input terminal 4. The interrupt address table 5 storing interrupt addresses generates table data, ie, interrupt addresses, specified by the interrupt address selection circuit 3 and transfers them to the internal bus 5. In this way, multiple interrupt addresses can be selected even for a single interrupt request.

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

以上説明したように本発明は1割込みアドレスを外部か
ら制御できるようにすることにより、複数の割込みアド
レスを一つの割込みリクエストで選択できるので、よう
複雑なプログラム制御が可能であるという効果がある。
As explained above, the present invention has the advantage that by allowing one interrupt address to be controlled from the outside, multiple interrupt addresses can be selected with a single interrupt request, making it possible to perform complex program control.

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

第1図は本発明の一実施例のブロック図でおる。 1・・・・・・割込み入力端子、2・・・・・・割込み
検出回路。 3・・・・・・ai込みアドレス選択回路、4・・・・
・・割込みアドレス選択信号入力端子、5・・・・・・
割込みアドレス・テーブル、6・・・・・・内部ハス。 代理人 弁理士  内 原   晋5.;ゞ′〜;)\
  ・#l 曳・−。。
FIG. 1 is a block diagram of one embodiment of the present invention. 1...Interrupt input terminal, 2...Interrupt detection circuit. 3...Address selection circuit including AI, 4...
...Interrupt address selection signal input terminal, 5...
Interrupt address table, 6... Internal lotus. Agent: Susumu Uchihara, patent attorney 5. ;ゞ′〜;)\
・#l Hiki・-. .

Claims (1)

【特許請求の範囲】[Claims] 割込みリクエストを検出する割込み検出回路と、外部か
ら入力される割込みアドレス選択信号によって複数の割
込みアドレスを選択する割込みアドレス選択回路と、複
数の割込みアドレスを格納し前記割込みアドレス選択回
路によって指定される割込みアドレスを発生する割込み
アドレス・テーブルとを有することを特徴とするマイク
ロコンピュータ。
An interrupt detection circuit that detects an interrupt request, an interrupt address selection circuit that selects multiple interrupt addresses based on an externally input interrupt address selection signal, and an interrupt that stores multiple interrupt addresses and is specified by the interrupt address selection circuit. A microcomputer comprising an interrupt address table for generating addresses.
JP5995386A 1986-03-17 1986-03-17 Microcomputer Pending JPS62216044A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP5995386A JPS62216044A (en) 1986-03-17 1986-03-17 Microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5995386A JPS62216044A (en) 1986-03-17 1986-03-17 Microcomputer

Publications (1)

Publication Number Publication Date
JPS62216044A true JPS62216044A (en) 1987-09-22

Family

ID=13128016

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5995386A Pending JPS62216044A (en) 1986-03-17 1986-03-17 Microcomputer

Country Status (1)

Country Link
JP (1) JPS62216044A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0335326A (en) * 1989-06-30 1991-02-15 Mitsubishi Electric Corp Microprocessor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0335326A (en) * 1989-06-30 1991-02-15 Mitsubishi Electric Corp Microprocessor

Similar Documents

Publication Publication Date Title
JPS62216044A (en) Microcomputer
JPS6358536A (en) Microcomputer system
JPH021014A (en) Portable computer
JPS5914005A (en) Sequence controlling system by microcomputer
JPH04128961A (en) Multi-processor control system
JPS61282946A (en) Programmable controller
JPS63187368A (en) System for accessing to cad component library
JPS61208127A (en) Microprogram controller
JPH0651826A (en) Teaching device for robot
JPH0335326A (en) Microprocessor
JPH01314331A (en) Multibit controller
JPH1146390A (en) Load control system
JPS592930B2 (en) I/O device selection method
JPS63184833A (en) Microcomputer
JPS61177556A (en) Memory switching circuit
JPS6255753A (en) Program selection controller
JPH01199259A (en) Virtual terminal controller
JPH0675765A (en) Processing speed controller
JPH01276241A (en) Multiple interrupting device
JPH04243462A (en) Message output system
JPS62174845A (en) Memory selection control circuit
JPH0215091B2 (en)
JPH0417454B2 (en)
JPS63174150A (en) Selector for start program
JPS6232745A (en) Circuit processing system