JPH06161624A - Interruption controlling method - Google Patents

Interruption controlling method

Info

Publication number
JPH06161624A
JPH06161624A JP4337971A JP33797192A JPH06161624A JP H06161624 A JPH06161624 A JP H06161624A JP 4337971 A JP4337971 A JP 4337971A JP 33797192 A JP33797192 A JP 33797192A JP H06161624 A JPH06161624 A JP H06161624A
Authority
JP
Japan
Prior art keywords
key
interrupt
keyboard
special
key code
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
JP4337971A
Other languages
Japanese (ja)
Inventor
Tsutomu Odawara
勉 小田原
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry 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 Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP4337971A priority Critical patent/JPH06161624A/en
Publication of JPH06161624A publication Critical patent/JPH06161624A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To make it possible to execute the interruption processing by a special key operation as it is by discriminating the interruption by a normal key operation and the interruption by the special key operation and outputting the interruption signal according to the kind to an interruption control part. CONSTITUTION:When the interruption by a normal key operation is executed by operating a keyboard 9, the key code is stored in a normal key code output register 22 and an interruption signal control part 26 outputs the interruption signal by this normal key operation to an interruption control part 12. Thus, a processor 11 executes the interruption processing by the normal key operation. When the special key code by the special key operation of the keyboard 9 is stored in a special key code output register 23, the interruption signal control part 26 outputs the keyboard interruption signal by the special key operation. Thus, the processor 11 reads the special key code from the special key code output register 23 and executes the interruption of the setting of a hardware operation mode, etc.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、情報処理装置における
ハードウェアの動作モード設定等のためにキー入力割り
込みを発生させる場合の割り込み制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an interrupt control method for generating a key input interrupt for setting an operation mode of hardware in an information processing apparatus.

【0002】[0002]

【従来の技術】従来、パーソナルコンピュータ等の情報
処理装置において、例えばCPUのクロック周波数を変
更する場合や、装置自身の状態を表示する処理をさせる
ような場合、所定の特殊キー操作が行われる。これは、
キーボードの予め設定された特殊キーを押下することに
より処理を開始させることができる。例えば、あるパー
ソナルコンピュータでは、コントロールキー(Ctr
l)とオルタネートキー(Alt)と矢印キーとを同時
押下することによってCPUの周波数を変更することが
できる。
2. Description of the Related Art Conventionally, in an information processing apparatus such as a personal computer, a predetermined special key operation is performed when changing the clock frequency of a CPU or performing processing for displaying the state of the apparatus itself. this is,
The process can be started by pressing a preset special key on the keyboard. For example, on some personal computers, the control key (Ctr
The frequency of the CPU can be changed by simultaneously pressing l), the alternate key (Alt) and the arrow key.

【0003】図2に、従来一般の情報処理装置ブロック
図を示す。上記のような操作は、この図に示すような装
置について実行される。図において、バスライン1には
プロセッサ2が接続されており、この装置の動作制御が
行われる。上記バスライン1には、この他にクロック制
御部3、メモリ4、表示制御部5、割り込み制御部6及
びキーボード制御部7が接続されている。上記バスライ
ン1は、アドレスバス、データバス、コントロールバス
等から構成される。クロック制御部3はプロセッサ2の
動作クロックを発生するための回路である。例えば、こ
の例では内部レジスタの設定により2種類のクロック周
波数を選択して出力することができる構成となってい
る。メモリ4には、キー入力割り込み処理プログラム4
−1が格納される。このメモリ4はランダム・アクセス
・メモリ等から構成される。表示制御部5は、例えばデ
ィスプレイ8等の表示制御を行うための回路である。
FIG. 2 shows a block diagram of a conventional general information processing apparatus. The above operation is executed for the device shown in this figure. In the figure, a processor 2 is connected to a bus line 1 to control the operation of this device. In addition to the above, a clock controller 3, a memory 4, a display controller 5, an interrupt controller 6, and a keyboard controller 7 are connected to the bus line 1. The bus line 1 is composed of an address bus, a data bus, a control bus and the like. The clock control unit 3 is a circuit for generating an operation clock of the processor 2. For example, in this example, two types of clock frequencies can be selected and output by setting the internal register. The memory 4 has a key input interrupt processing program 4
-1 is stored. The memory 4 is composed of a random access memory or the like. The display control unit 5 is a circuit for performing display control of the display 8 or the like, for example.

【0004】キーボード制御部7にはキーボード9が接
続されており、キーボード9の所定のキーが押下される
と、そのキーコードがプロセッサ2に読み取られ、一定
の処理が進められる。キーボード制御部7は、キーボー
ド9のいずれかのキーが押されたとき、これを検出し、
キーボード割り込み信号7−1をオンにする回路であ
る。このキーボード制御部7は、押下されたキーの種
類、即ちキーコードを図示しない内部レジスタに格納
し、プロセッサ2が読み取ることができるように保持す
る機能を備えている。なお、プロセッサ2がそのキーコ
ードをキーボード制御部7から読み出すと、キーボード
制御部7の出力するキーボード割り込み信号7−1がオ
フになる。キーボード制御部7は以上のような構成とさ
れている。割り込み制御部6は、これから説明するキー
入力割り込みが発生した場合に、プロセッサ2に対しC
PU割り込み信号を出力するための回路である。
A keyboard 9 is connected to the keyboard control unit 7, and when a predetermined key of the keyboard 9 is pressed, the key code is read by the processor 2 and a certain process is advanced. The keyboard control unit 7 detects when any key of the keyboard 9 is pressed,
This is a circuit for turning on the keyboard interrupt signal 7-1. The keyboard control unit 7 has a function of storing the type of pressed key, that is, a key code in an internal register (not shown) and holding it so that the processor 2 can read it. When the processor 2 reads the key code from the keyboard controller 7, the keyboard interrupt signal 7-1 output by the keyboard controller 7 is turned off. The keyboard control unit 7 is configured as described above. The interrupt control unit 6 notifies the processor 2 of C when a key input interrupt described below occurs.
It is a circuit for outputting a PU interrupt signal.

【0005】上記のような装置は、キー入力割り込みを
次のように処理する。図3に、クロック周波数変更処理
動作説明図を示す。上記の情報処理装置のクロック周波
数を変更する場合、この図に示すような方法でキー入力
割り込みを実行する。即ち、まずコントロールキー13
とオルタネートキー14と矢印キー15とを同時に押し
下げる。この場合、各キーのキーコードがプロセッサに
読み出される。更に、これらのキーが同時押下されたこ
とが検出される。このような情報によって、プロセッサ
は所定の特殊キー操作による割り込みが発生したことを
認識し、例えばCPUクロック周波数変更処理を実行す
る。
The device as described above handles the key input interrupt as follows. FIG. 3 shows an explanatory diagram of the clock frequency change processing operation. When changing the clock frequency of the information processing apparatus, a key input interrupt is executed by the method shown in this figure. That is, first, the control key 13
And the alternate key 14 and the arrow key 15 are pressed down at the same time. In this case, the key code of each key is read by the processor. Further, it is detected that these keys are simultaneously pressed. Based on such information, the processor recognizes that an interrupt due to a predetermined special key operation has occurred, and executes, for example, CPU clock frequency changing processing.

【0006】なお、具体的には、オペレータが図2に示
すキーボード9のコントロールキーを押すと、キーボー
ド制御部7がこれを検出し、そのキーコードを内部レジ
スタに格納する。更に、キーボード制御部7はキーボー
ド割り込み信号7−1をオンにする。割り込み制御部6
はこれを受けて、CPU割り込み信号6−1をオンにす
る。プロセッサ2は、このCPU割り込み信号6−1を
認識し、所定の割り込み処理を行って、キーボード制御
部7からコントロールキーに対応するキーコードを読み
出す。オルタネートキーや矢印キーが押下された場合の
動作も全く同様である。プロセッサ2は、これらの各キ
ーに対応するキーコードを受け入れると共に、これらが
同時押下されたことを認識し、その情報をキー入力割り
込み処理プログラム4−1に渡す。クロック制御部3
は、このプログラムの実行によりクロック周波数を、例
えばハイからロウに切り換える。
More specifically, when the operator presses the control key of the keyboard 9 shown in FIG. 2, the keyboard control section 7 detects this and stores the key code in the internal register. Further, the keyboard control unit 7 turns on the keyboard interrupt signal 7-1. Interrupt control unit 6
In response to this, turns on the CPU interrupt signal 6-1. The processor 2 recognizes the CPU interrupt signal 6-1 and performs a predetermined interrupt process to read the key code corresponding to the control key from the keyboard control unit 7. The operation when the alternate key or the arrow key is pressed is exactly the same. The processor 2 accepts the key code corresponding to each of these keys, recognizes that they are pressed simultaneously, and passes the information to the key input interrupt processing program 4-1. Clock control unit 3
Switches the clock frequency from high to low, for example, by executing this program.

【0007】[0007]

【発明が解決しようとする課題】ところで、上記のよう
なキー入力割り込み処理は、従来ハードウェアに直結し
たBIOSが実行するか、あるいは汎用アプリケーショ
ンプログラムに設けられたキー入力割り込み処理プログ
ラムが実行するようになっている。図4は、このときの
動作モード設定方法比較説明図である。この(a)はハ
ードウェア対応処理説明図、(b)は汎用プログラム処
理説明図である。例えば、(a)に示すように、アプリ
ケーションプログラム16−1は通常、OS(オペレー
ションシステム)17や、BIOS(基本入出力システ
ム)18等を介してハードウェア19に接続されてい
る。即ち、アプリケーションプログラム16−1の処理
は、通常OS17やBIOS18を介して実行される。
一方、ハードウェア対応のキー入力割り込みについて
は、BIOS18に対して直接実行される。
By the way, the key input interrupt processing as described above is executed by the BIOS directly connected to the hardware or by the key input interrupt processing program provided in the general-purpose application program. It has become. FIG. 4 is an explanatory diagram comparing the operation mode setting methods at this time. FIG. 7A is a hardware corresponding process explanatory diagram, and FIG. 7B is a general-purpose program process explanatory diagram. For example, as shown in (a), the application program 16-1 is usually connected to the hardware 19 via an OS (operation system) 17, a BIOS (basic input / output system) 18, and the like. That is, the processing of the application program 16-1 is normally executed via the OS 17 and the BIOS 18.
On the other hand, the key input interrupt corresponding to the hardware is directly executed to the BIOS 18.

【0008】これに対して、例えば汎用アプリケーショ
ンプログラムの中には、OSやBIOSを含み、独自の
操作割り込み処理プログラムを備えているものがある。
この場合、キー入力割り込みはアプリケーションプログ
ラムがこれを受けて処理を実行する。即ち、(b)に示
すように、キー入力割り込みは、アプリケーションプロ
グラム16−1に入力し、このアプリケーションプログ
ラム16−2の処理が直接ハードウェア19に伝えられ
る。しかしながら、上記のような汎用アプリケーション
プログラムによるキー入力割り込み処理は、予めそのア
プリケーションプログラムにおいて設定された範囲のキ
ー入力割り込み以外の割り込みは受け付けない。従っ
て、もともとハードウェアに個別に設けられた動作モー
ド設定等の特殊キー操作による割り込みについて、従来
の情報処理装置においては、これをBIOS18に渡す
手順が用意されておらず、この種の処理が実行できない
という解決すべき課題があった。
On the other hand, for example, some general-purpose application programs include an OS and a BIOS and have a unique operation interrupt processing program.
In this case, the application program receives the key input interrupt and executes the processing. That is, as shown in (b), the key input interrupt is input to the application program 16-1, and the processing of this application program 16-2 is directly transmitted to the hardware 19. However, the key input interrupt process by the general-purpose application program as described above does not accept any interrupt other than the key input interrupt in the range set in advance in the application program. Therefore, with respect to the interruption by the special key operation such as the operation mode setting originally provided in the hardware, the conventional information processing apparatus does not have a procedure for delivering this to the BIOS 18, and this kind of processing is executed. There was a problem that could not be solved.

【0009】本発明は以上の点に着目してなされたもの
で、汎用アプリケーションプログラムにキー入力割り込
み処理プログラム等が設定されていても、これらのキー
入力割り込みとは別に特殊キー操作による割り込みを実
行することのできる割り込み制御方法を提供することを
目的とするものである。
The present invention has been made in view of the above points. Even if a key input interrupt processing program or the like is set in a general-purpose application program, an interrupt by a special key operation is executed in addition to these key input interrupts. It is an object of the present invention to provide an interrupt control method that can be performed.

【0010】[0010]

【課題を解決するための手段】本発明の第1発明は、キ
ーボード操作をキーボード制御部が検出して、割り込み
制御部に対してキー入力割り込みを発生させることによ
り、プロセッサが所定の割り込み処理を実行する場合に
おいて、前記キーボード制御部が、前記キーボード操作
により押下されたキーに対応するキーコードを、前記プ
ロセッサに対して出力するように保持する一方、通常キ
ー操作による割り込みと特殊キー操作による割り込みと
に区別して、その割り込みの種類に応じた割り込み信号
を前記割り込み制御部に対して出力し、前記プロセッサ
は、前記割り込みの種類に応じて、前記通常キー操作に
よる割り込みに対する処理と前記特殊キー操作による割
り込みに対する処理の何れか一方を実行することを特徴
とする割り込み制御方法に関する。
According to a first aspect of the present invention, a keyboard control section detects a keyboard operation and generates a key input interrupt to the interrupt control section, so that the processor performs a predetermined interrupt process. When executing, the keyboard control unit holds a key code corresponding to a key pressed by the keyboard operation so as to be output to the processor, while interrupting by a normal key operation and an interrupt by a special key operation And outputs an interrupt signal according to the type of the interrupt to the interrupt controller, and the processor processes the interrupt by the normal key operation and the special key operation according to the type of the interrupt. Interrupt control characterized by executing either one of the processes for the interrupt by A method for.

【0011】第2発明は、この場合に、キーコードテー
ブルに、特殊キーを指示するキーコードをリストアップ
し、キーボード操作により押下されたキーに対応するキ
ーコードと、前記キーコードテーブル中のキーコードと
が一致したとき、特殊キー操作による割り込みを発生さ
せることを特徴とするものである。第3発明は、この場
合に、複数回のキーボード操作により押下されたキーに
対応するキーコードを、一括して記憶手段に格納し、複
数のキーコードから成る特殊キー操作による割り込みを
指示するキーコードテーブルを参照してキー入力割り込
みを発生させることを特徴とするものである。
In this case, the second invention lists up the key code indicating the special key in the key code table, and the key code corresponding to the key pressed by the keyboard operation and the key in the key code table. It is characterized in that an interrupt is generated by a special key operation when the code matches. According to a third aspect of the present invention, in this case, a key code corresponding to a key pressed by a plurality of keyboard operations is collectively stored in the storage means, and a key for instructing interruption by a special key operation including a plurality of key codes is provided. A key input interrupt is generated by referring to a code table.

【0012】[0012]

【作用】キーボードを操作して通常キー操作による割り
込みが実行されると、そのキーコードは通常キーコード
出力レジスタに格納される。割り込み信号制御部は、こ
の通常キー操作による割り込みを示すキーボード割り込
み信号を割り込み制御部に向け出力する。これにより、
プロセッサは通常キー操作による割り込み処理を実行す
る。キーボードの特殊キー操作により特殊キーコードが
特殊キーコード出力レジスタに格納されると、割り込み
信号制御部は特殊キー操作による割り込みを指示するキ
ーボード割り込み信号を出力する。これらにより、プロ
セッサは特殊キーコード出力レジスタから特殊キーコー
ドを読み取って、ハードウェア動作モード設定等の割り
込み処理を実行する。従って、通常キー操作による割り
込みは汎用アプリケーションプログラムのキー入力割り
込み処理プログラムが実行するが、特殊キー操作による
割り込みは装置が備えている特殊キー操作による割り込
み処理プログラムが実行する。
When the keyboard is operated to interrupt the normal key operation, the key code is stored in the normal key code output register. The interrupt signal control unit outputs to the interrupt control unit a keyboard interrupt signal indicating an interrupt due to this normal key operation. This allows
The processor normally executes interrupt processing by key operation. When the special key code is stored in the special key code output register by the special key operation of the keyboard, the interrupt signal control unit outputs a keyboard interrupt signal instructing an interrupt by the special key operation. As a result, the processor reads the special key code from the special key code output register and executes interrupt processing such as hardware operation mode setting. Therefore, the interruption by the key operation is executed by the key input interruption processing program of the general-purpose application program, while the interruption by the special key operation is executed by the interruption processing program by the special key operation provided in the apparatus.

【0013】[0013]

【実施例】以下、本発明を図の実施例を用いて詳細に説
明する。図1は、本発明の方法を実施した情報処理装置
ブロック図である。図の装置は、図2に示した従来の装
置に対し、そのキーボード制御部20に新たな機能を付
加するようにしている。その他のバスライン1に接続さ
れたクロック制御部3、メモリ4、表示制御部5等の構
成は、従来のものと変わるところがなく、重複する説明
は省略する。キーボード制御部20には、内部バス21
に接続された通常キーコード出力レジスタ22、特殊キ
ーコード出力レジスタ23、コマンド入力レジスタ2
4、データ入力レジスタ25、マイクロコンピュータ2
7、リードオンリメモリ(ROM)28、ランダム・ア
クセス・メモリ(RAM)29が設けられている。
The present invention will be described in detail below with reference to the embodiments shown in the drawings. FIG. 1 is a block diagram of an information processing apparatus that implements the method of the present invention. The apparatus shown in the figure is such that a new function is added to the keyboard controller 20 of the conventional apparatus shown in FIG. Other configurations of the clock control unit 3, the memory 4, the display control unit 5 and the like connected to the bus line 1 are the same as those of the conventional ones, and the duplicated description will be omitted. The keyboard controller 20 includes an internal bus 21
Normal key code output register 22, special key code output register 23, command input register 2 connected to
4, data input register 25, microcomputer 2
7, a read only memory (ROM) 28 and a random access memory (RAM) 29 are provided.

【0014】また、通常キーコード出力レジスタ22及
び特殊キーコード出力レジスタ23には割り込み信号制
御部26が接続されている。この割り込み信号制御部2
6は、通常キー操作による割り込みを割り込み制御部1
2に通知するキーボード割り込み信号26−1と、特殊
キー操作による割り込みを通知するキーボード割り込み
信号26−2を出力する構成となっている。割り込み制
御部12は、割り込み信号制御部26から受け入れたキ
ーボード割り込み信号26−1、26−2に従って、プ
ロセッサ11にCPU割り込み信号12−1を出力する
よう構成されている。
An interrupt signal control unit 26 is connected to the normal key code output register 22 and the special key code output register 23. This interrupt signal control unit 2
6 is an interrupt control unit 1 for interrupting a normal key operation.
2 and a keyboard interrupt signal 26-2 for notifying an interrupt due to a special key operation. The interrupt controller 12 is configured to output the CPU interrupt signal 12-1 to the processor 11 according to the keyboard interrupt signals 26-1 and 26-2 received from the interrupt signal controller 26.

【0015】上記の装置は、キーボード9を操作して所
定のキーが押下されると、これをキーボード制御部20
が検出して割り込み制御部12に対しキーボード割り込
み信号26−1あるいは26−2を出力するよう動作す
る。キーボード9の操作により押下されたキーに対応す
るキーコードは、これが通常キーコードの場合には、通
常キーコード出力レジスタ22に格納される。また、特
殊キーコードの場合には、特殊キーコード出力レジスタ
23に格納される。プロセッサ11はCPU割り込み信
号12−1が入力したのを認識したとき、通常キーコー
ド出力レジスタ22あるいは特殊キーコード出力レジス
タ23に格納されたキーコードを読み出して所定のキー
入力割り込み処理を実行する。なお、通常キー操作によ
る割り込み処理は、メモリ4に格納された汎用プログラ
ムのキー入力割り込み処理プログラム4−1がこれを実
行する。また、特殊キー操作による割り込みについて
は、従来通りの特殊キー操作による割り込み処理プログ
ラム4−2がこれを実行する。
In the above device, when the keyboard 9 is operated to press a predetermined key, the keyboard control unit 20
Is detected to output the keyboard interrupt signal 26-1 or 26-2 to the interrupt controller 12. The key code corresponding to the key pressed by the operation of the keyboard 9 is stored in the normal key code output register 22 when the key code is the normal key code. In the case of a special key code, it is stored in the special key code output register 23. When the processor 11 recognizes that the CPU interrupt signal 12-1 is input, the processor 11 reads the key code stored in the normal key code output register 22 or the special key code output register 23 and executes a predetermined key input interrupt process. Note that the key input interrupt processing program 4-1 of the general-purpose program stored in the memory 4 executes the interrupt processing by the normal key operation. Further, regarding the interrupt by the special key operation, the interrupt processing program 4-2 by the conventional special key operation executes this.

【0016】概略動作は上記の通りであるが、本発明の
方法の具体的な動作を次のフローチャートを用いて説明
する。図5は、本発明の第1発明の方法の動作フローチ
ャートである。まず、ステップS1において、図1に示
すキーボード9の押下発生を検出すると、ステップS2
においてコントロールキー(Ctrl)が押下されたか
どうかを判断する。コントロールキーが押下されている
場合、ステップS3に移り、コントロールフラグがセッ
トされる。なお、このコントロールフラグと次のステッ
プS5において使用されるオルタネートフラグは、いず
れも図1に示すキーボード制御部20のRAM29に確
保された記憶領域に格納される。
The general operation is as described above, and the specific operation of the method of the present invention will be described with reference to the following flow chart. FIG. 5 is an operation flowchart of the method of the first aspect of the present invention. First, in step S1, when it is detected that the keyboard 9 shown in FIG. 1 is pressed, step S2
At, it is determined whether the control key (Ctrl) is pressed. If the control key is pressed, the process proceeds to step S3 and the control flag is set. The control flag and the alternate flag used in the next step S5 are both stored in the storage area secured in the RAM 29 of the keyboard control unit 20 shown in FIG.

【0017】次にステップS4においてオルタネートキ
ー(Alt)が押下されたかどうかが判断される。オル
タネートキーが押下されていれば、ステップS5に移
り、オルタネートフラグがセットされる。なお、図1に
示すキーボード9のコントロールキーやオルタネートキ
ーが押下された場合には、マイクロコンピュータ27が
これを検出し、RAM29に対応するフラグをセットす
る。
Next, in step S4, it is determined whether or not the alternate key (Alt) has been pressed. If the alternate key is pressed, the process proceeds to step S5, and the alternate flag is set. When the control key or the alternate key of the keyboard 9 shown in FIG. 1 is pressed, the microcomputer 27 detects this and sets a flag corresponding to the RAM 29.

【0018】次に、図5のステップS6において、矢印
キーが押下されたかどうかが判断される。ここで、矢印
キーが押下されている場合には、ステップS7に移り、
コントロールフラグとオルタネートフラグが共にオンに
なっているかどうかが判断される。即ち、ここでこれら
の3つのキーが同時押下されたかどうかを判断し、同時
押下された場合には特殊キー操作による割り込みとして
処理を実行し、別々に押下された場合には通常キー操作
による割り込みとして処理を実行することになる。ステ
ップS7において、3つのキーが同時押下されたと判断
された場合には、ステップS8に移り、矢印キーのキー
コードが特殊キーコード出力レジスタ23に格納され
る。また、ステップS7において、3つのキーの同時押
下でないと判断された場合、通常キー操作による割り込
みと判断され、キーコードが通常キーコード出力レジス
タ22に格納される。
Next, in step S6 of FIG. 5, it is determined whether the arrow key has been pressed. Here, if the arrow key is pressed, the process proceeds to step S7,
It is determined whether the control flag and the alternate flag are both on. That is, it is determined here whether or not these three keys are simultaneously pressed, and if they are simultaneously pressed, processing is executed as an interrupt by a special key operation, and if they are pressed separately, an interrupt by a normal key operation is performed. Will be executed as. When it is determined in step S7 that the three keys are simultaneously pressed, the process proceeds to step S8, and the key code of the arrow key is stored in the special key code output register 23. If it is determined in step S7 that the three keys are not simultaneously pressed, it is determined that the interrupt is caused by a normal key operation, and the key code is stored in the normal key code output register 22.

【0019】上記のように、通常のキー操作の場合に
は、キーボード9を操作していずれかのキーが押下され
ると、マイクロコンピュータ27がこれを検出し、通常
キーコード出力レジスタ22に対し、該当するキーコー
ドを書き込む。割り込み信号制御部26は、これを検出
して、キーボード割り込み信号26−1をオンにする。
こうして、通常キー操作による割り込みが発生したこと
を割り込み制御部12に通知する。割り込み制御部12
はCPU割り込み信号12−1をオンにして、プロセッ
サ11にこれを通知する。プロセッサ11はメモリ4に
格納された汎用プログラムのキー入力割り込み処理プロ
グラム4−1を起動し、通常キーコード出力レジスタ2
2から該当するキーコードを読み出し、所定の割り込み
処理を実行する。なお、このキーコードの読出しが行わ
れると、割り込み信号制御部26の出力するキーボード
割り込み信号26−1がオフになる。また、プロセッサ
11が読み出したキーコードは、キー入力割り込み処理
プログラム4−1に渡され、所定の割り込み処理が実行
される。
As described above, in the case of a normal key operation, when the keyboard 9 is operated and any key is pressed, the microcomputer 27 detects this and the normal key code output register 22 is instructed. , Write the relevant key code. The interrupt signal control unit 26 detects this and turns on the keyboard interrupt signal 26-1.
In this way, the interrupt controller 12 is notified that an interrupt due to a normal key operation has occurred. Interrupt control unit 12
Turns on the CPU interrupt signal 12-1 to notify the processor 11 of this. The processor 11 activates the key input interrupt processing program 4-1 of the general-purpose program stored in the memory 4, and the normal key code output register 2
The corresponding key code is read from 2 and a predetermined interrupt process is executed. When the key code is read, the keyboard interrupt signal 26-1 output by the interrupt signal controller 26 is turned off. The key code read by the processor 11 is passed to the key input interrupt processing program 4-1, and a predetermined interrupt processing is executed.

【0020】一方、特殊キーコード出力レジスタ23に
キーコードが格納されると、割り込み信号制御部26が
これを検出し、キーボード割り込み信号26−2をオン
にする。割り込み制御部12は、CPU割り込み信号1
2−1をオンにする。プロセッサ11は、この割り込み
を受けると、メモリ4の中の特殊キー操作による割り込
み処理プログラム4−2を起動する。この特殊キー操作
による割り込み処理プログラム4−2は、キーボード制
御部20の特殊キーコード出力レジスタ23から矢印キ
ーのキーコードを読み出す。このとき、特殊キー操作に
よる割り込み処理プログラム4−2は、コントロールキ
ーと、オルタネートキーと、矢印キーとが同時押下され
た特殊キー操作による割り込みであることを認識し、ク
ロック制御部3に対しクロック周波数を切り換えるよう
指示する。これによって、クロック制御部3は、例えば
クロック周波数をハイからロウに切り換える。
On the other hand, when the key code is stored in the special key code output register 23, the interrupt signal control section 26 detects it and turns on the keyboard interrupt signal 26-2. The interrupt controller 12 uses the CPU interrupt signal 1
Turn on 2-1. Upon receiving this interrupt, the processor 11 activates the interrupt processing program 4-2 by the special key operation in the memory 4. The interrupt processing program 4-2 by this special key operation reads the key code of the arrow key from the special key code output register 23 of the keyboard control unit 20. At this time, the interrupt processing program 4-2 by the special key operation recognizes that the control key, the alternate key, and the arrow key are simultaneously pressed to interrupt the special key operation. Instruct to switch the frequency. Thereby, the clock control unit 3 switches the clock frequency from high to low, for example.

【0021】なお、図1における通常キーコード出力レ
ジスタ22や特殊キーコード出力レジスタ23にキーコ
ードが格納されると、それぞれそのキーコードが有効か
無効かの信号が割り込み信号制御部26に入力する。例
えば、特殊キーコード出力レジスタ23にキーコードが
格納され、その内容が有効である旨の信号が割り込み信
号制御部26に入力すると、割り込み信号制御部26は
特殊キー操作による割り込み信号26−2をオンにし、
これを割り込み制御部12に通知する。割り込み制御部
12は、この情報に従ってプロセッサ11の割り込みベ
クトルを制御し、プロセッサ11は、メモリ4に格納さ
れた例えば特殊キー操作による割り込み処理プログラム
4−2を起動することになる。本発明の方法によれば、
上記のような操作によって、汎用プログラムに設けられ
た通常キー入力割り込み処理プログラムと、ハードウェ
ア個別の動作モード設定のための特殊キー操作による割
り込み処理プログラムとを選択して実行させることがで
きる。
When a key code is stored in the normal key code output register 22 or the special key code output register 23 in FIG. 1, a signal indicating whether the key code is valid or invalid is input to the interrupt signal control unit 26. . For example, when the key code is stored in the special key code output register 23 and a signal indicating that the content is valid is input to the interrupt signal control unit 26, the interrupt signal control unit 26 outputs the interrupt signal 26-2 by the special key operation. Turn it on,
This is notified to the interrupt control unit 12. The interrupt control unit 12 controls the interrupt vector of the processor 11 according to this information, and the processor 11 starts the interrupt processing program 4-2 stored in the memory 4 by, for example, a special key operation. According to the method of the present invention,
By the above operation, the normal key input interrupt processing program provided in the general-purpose program and the interrupt processing program by the special key operation for setting the operation mode of each hardware can be selected and executed.

【0022】図6に、第2発明に使用されるキーテーブ
ル内容説明図を示す。上記のような特殊キー操作による
割り込み処理プログラムを実行する場合には、予めキー
ボード制御部20のマイクロコンピュータ27が、特殊
キー操作の認識を行う機能を持たなければならない。し
かしながら、例えばこの種のハードウェア動作モード設
定機能は、ハードウェアが新たに開発された場合に、追
加されたり削除されたりすることがある。ここで、マイ
クロコンピュータ27の動作する制御プログラムをその
つど作成し直すのは、開発コスト等の点で得策でない。
特に、キーボード制御部20がLSI化されているよう
な場合等は、その再作成に要する時間や費用が多大なも
のになる。
FIG. 6 shows the contents of the key table used in the second invention. When executing the interrupt processing program by the special key operation as described above, the microcomputer 27 of the keyboard control unit 20 must have a function of recognizing the special key operation in advance. However, for example, this kind of hardware operation mode setting function may be added or deleted when the hardware is newly developed. Here, recreating the control program for operating the microcomputer 27 each time is not a good idea in terms of development cost and the like.
In particular, when the keyboard control unit 20 is implemented as an LSI, the time and cost required for recreating the keyboard control unit 20 become great.

【0023】そこで、第2発明においては、図6に示す
ようなキーテーブルをキーボード制御部20のRAM2
9上に置き、特殊操作割り込みかどうかを判断するよう
にしている。即ち、第2発明では、このキーテーブルに
格納されたキーコードとキーボードを操作して検出され
たキーコードが一致した場合に、特殊キー操作による割
り込みが実行されるよう制御する。このために、具体的
に次のようにして上記RAM29に対しキーテーブルの
内容を書き込む。
Therefore, in the second invention, the key table as shown in FIG. 6 is provided in the RAM 2 of the keyboard controller 20.
It is placed on the table 9 to determine whether it is a special operation interrupt. That is, according to the second aspect of the invention, when the key code stored in the key table and the key code detected by operating the keyboard match, the interrupt by the special key operation is executed. For this purpose, the contents of the key table are written in the RAM 29 specifically as follows.

【0024】まず、このキーテーブルをRAM29の1
01番地〜110番地に設けるものとする。始めに、プ
ロセッサ11からコマンド入力レジスタ24に対し、R
AM29のアドレス指定コマンドが書き込まれる。ま
た、データ入力レジスタ25に対しRAM29のアドレ
スが書き込まれる。これによって、まず書き込み開始ア
ドレスが指定される。次に、プロセッサ11がコマンド
入力レジスタ24に対しRAM29への書き込みコマン
ドを入力する。また、データ入力レジスタ25に対し書
き込みデータを入力する。これによって、RAM29の
指定されたアドレスへデータの書き込みが行われる。こ
の場合の書き込み処理プログラムは、ROM28に格納
されている。なお、上記のようなキーテーブルの登録実
行用のプログラムは図1に示すメモリ4に格納されてお
り、装置の電源立ち上げ時に実行される。
First, this key table is stored in RAM 29
It shall be provided at addresses 01 to 110. First, R from the processor 11 to the command input register 24
The AM29 addressing command is written. Further, the address of the RAM 29 is written in the data input register 25. Thereby, the write start address is designated first. Next, the processor 11 inputs a write command to the RAM 29 to the command input register 24. Also, write data is input to the data input register 25. As a result, data is written to the designated address in the RAM 29. The write processing program in this case is stored in the ROM 28. The program for executing registration of the key table as described above is stored in the memory 4 shown in FIG. 1 and is executed when the power of the apparatus is turned on.

【0025】こうして作成されたキーテーブルは、例え
ば図6に示すように、キーコード“OA”、“OB”、
“OC”を特殊キー操作による割り込み処理用として登
録している。従って、この実施例では、コントロールキ
ーとオルタネートキーを押し下げると共に文字A、文字
Bあるいは文字Cのキーを同時押し下げした場合に、特
殊キー操作による割り込み処理が実行される。
The key table thus created has key codes "OA", "OB",
"OC" is registered for interrupt processing by a special key operation. Therefore, in this embodiment, when the control key and the alternate key are depressed and the letter A, letter B, or letter C keys are simultaneously depressed, the interrupt processing by the special key operation is executed.

【0026】図7は、第2発明の方法の具体的動作フロ
ーチャートである。このフローチャートのステップS1
〜ステップS5までは、図5によって説明した第1発明
の方法と全く同一である。即ち、このステップS5まで
で、コントロールキーとオルタネートキーが押下された
場合に、コントロールフラグとオルタネートフラグがセ
ットされる。
FIG. 7 is a detailed operation flowchart of the method of the second invention. Step S1 of this flowchart
The steps up to step S5 are exactly the same as the method of the first invention described with reference to FIG. That is, up to step S5, when the control key and the alternate key are pressed, the control flag and the alternate flag are set.

【0027】更に、ステップS6において、特殊キー操
作を行うためのキーが押下された場合にはステップS7
に移り、ここで図6に示すキーテーブルの参照が行われ
る。即ち、特殊キーがキーテーブルに登録されているか
どうかが判断され、登録されている場合にはステップS
8に移る。そして、コントロールフラグとオルタネート
フラグが同時にオンされているかを判断する。これらの
判断によって、特殊キー操作と認識された場合にはステ
ップS9に移り、特殊キー操作のためのキーコードを特
殊キー出力レジスタへ書き込む。一方、ステップS6〜
ステップS8において、特殊キーでないという結果が出
た場合、ステップS10に移り、通常キー出力レジスタ
へそのキーコードを書き込む。その後の処理は第1発明
の場合と同様である。
Further, in step S6, when the key for performing the special key operation is depressed, step S7
Then, the key table shown in FIG. 6 is referred to. That is, it is determined whether or not the special key is registered in the key table, and if it is registered, step S
Go to 8. Then, it is determined whether the control flag and the alternate flag are turned on at the same time. If the special key operation is recognized by these determinations, the process proceeds to step S9, and the key code for the special key operation is written in the special key output register. On the other hand, from step S6
If it is determined in step S8 that the key is not a special key, the process proceeds to step S10 and the key code is written in the normal key output register. The subsequent processing is the same as in the case of the first invention.

【0028】次に、第3発明の説明を行う。上記のよう
な制御方法では、特殊キー操作対象のキーコードが1バ
イトで構成される場合のみ対応が可能である。しかしな
がら、システムによっては、数バイトでこのような特殊
キー操作による割り込みのためのキーコードが構成され
ることがある。このようなケースにキーボード制御部が
特殊キー操作であることを判断できるように第3発明が
なされた。
Next, the third invention will be described. The control method as described above is applicable only when the key code of the special key operation object is composed of 1 byte. However, in some systems, a few bytes may constitute a key code for interrupting such a special key operation. In such a case, the third invention is made so that the keyboard control unit can judge that the key operation is a special key operation.

【0029】図8に、第3発明実施のためのハードウェ
アブロック図を示す。図に示すように、第3発明を実施
する場合には、キーボード制御部のRAM29の中に図
のような記憶領域31を確保する。ここには、何回かに
分けて入力されたキーコード、例えば“E0”、“1
2”、“E0”、“XX”が順に記憶される。そして、
これらを一括して、キーテーブル30に格納された特殊
キー操作対象のキーコードと比較する。即ち、この場合
には、キーテーブル30に、例えば4バイト構成の特殊
キー操作が登録されていることを示すデータが格納され
ている。このキーテーブル30との照合によって、キー
ボード制御部20は1バイト以上の構成の特殊キーが入
力されたことを認識し、先に説明した割り込み信号制御
部26等の動作を制御する。
FIG. 8 shows a hardware block diagram for implementing the third invention. As shown in the figure, when implementing the third invention, a storage area 31 as shown in the figure is secured in the RAM 29 of the keyboard controller. Here, the key code entered several times, for example, "E0", "1"
2 ”,“ E0 ”, and“ XX ”are stored in order.
These are collectively compared with the key code of the special key operation target stored in the key table 30. That is, in this case, the key table 30 stores data indicating that a special key operation of, for example, 4 bytes is registered. By collating with the key table 30, the keyboard control unit 20 recognizes that a special key having a structure of 1 byte or more has been input, and controls the operation of the interrupt signal control unit 26 and the like described above.

【0030】例えば、この実施例では、該当キーを表わ
す1バイトのコード“XX”に対し、拡張コード“E
0”が付加されている。Xは任意の16進表示特殊キー
コードである。更に、数字ロックオンというモードの場
合には、拡張シフトコード“E0”と“12”というコ
ードが付加される。これは、ある特定の情報処理装置に
おける特殊キー操作のための4バイト構成のコードの一
例であるが、これらが記憶領域31に格納され、キーテ
ーブル30と比較される。なお、この場合、数字ロック
オンという動作を行った場合、図に示すように“E
0”、“12”、“E0”、“XX”というキーコード
が順に入力され、最後の“XX”を検出するまでキーボ
ード制御部20のマイクロコンピュータ27は、押下キ
ーの限定をしないで待機する。
For example, in this embodiment, the extension code "E" is added to the 1-byte code "XX" representing the corresponding key.
0 "is added. X is an arbitrary hexadecimal display special key code. Further, in the case of the mode of numeral lock on, extended shift codes" E0 "and" 12 "are added. This is an example of a 4-byte code for a special key operation in a specific information processing device, and these are stored in the storage area 31 and compared with the key table 30. In this case, the numeral When the lock-on operation is performed, as shown in the figure, "E
The key codes “0”, “12”, “E0”, and “XX” are sequentially input, and the microcomputer 27 of the keyboard control unit 20 waits without limiting the pressed key until the last “XX” is detected. .

【0031】図9に、第3発明の方法の具体的な動作フ
ローチャートを示す。まずステップS1において、キー
ボード押下が発生すると、ステップS2において、キー
ボードよりキーコードが受信される。キーボード制御部
20はステップS4において、全キーコードが受信され
たかどうかを判断する。この判断は、上記“XX”が入
力したかどうかにより行う。そして、まだキーコードが
入力される場合、ステップS3に移り、受信キーコード
を図8に示した記憶領域31に格納する。そして全ての
キーコードが受信された場合、ステップS5に移る。ス
テップS5においては、プロセッサへ1バイトずつキー
コードを転送する。なお、ここで、特殊キー操作対象キ
ーであることがキーテーブルを参照して判断された場
合、そのキーコードは特殊キーコード出力レジスタ23
を介してプロセッサ11に読み取られる。また、それ以
外の場合には、通常キーコード出力レジスタ22を介し
てプロセッサ11に読み取られる。その他の処理は第1
発明、第2発明と同一である。
FIG. 9 shows a specific operational flowchart of the method of the third invention. First, when the keyboard is pressed in step S1, a key code is received from the keyboard in step S2. The keyboard controller 20 determines in step S4 whether all the key codes have been received. This judgment is made based on whether or not the above "XX" is input. If the key code is still input, the process proceeds to step S3, and the received key code is stored in the storage area 31 shown in FIG. When all the key codes have been received, the process proceeds to step S5. In step S5, the key code is transferred to the processor byte by byte. Here, when it is determined that the key is the special key operation target key by referring to the key table, the key code is the special key code output register 23.
Is read by the processor 11 via. In other cases, it is read by the processor 11 via the normal key code output register 22. Other processing is first
It is the same as the invention and the second invention.

【0032】本発明は以上の実施例に限定されない。キ
ーボード制御部のブロック構成は自由に変更して差し支
えなく、例えば割り込み信号制御部26に対し別の方法
により特殊キー割り込みか、通常キー割り込みかの通知
を行うようにすれば、出力レジスタは1つでも差し支え
ない。また、割り込み信号制御部の構成は、割り込み制
御部12に対し、通常キー操作による割り込みか、特殊
キー操作による割り込みかの通知を行うものであればど
のような構成であってもよい。例えば、割り込み信号制
御部26は、この割り込み信号を保持するレジスタ等か
ら構成してもよい。
The present invention is not limited to the above embodiments. The block configuration of the keyboard control unit may be freely changed. For example, if the interrupt signal control unit 26 is notified of a special key interrupt or a normal key interrupt by another method, one output register is provided. But it doesn't matter. The interrupt signal control unit may have any configuration as long as it notifies the interrupt control unit 12 of an interrupt by a normal key operation or an interrupt by a special key operation. For example, the interrupt signal control unit 26 may be composed of a register or the like that holds this interrupt signal.

【0033】[0033]

【発明の効果】以上説明した本発明の割り込み制御方法
は、キーボード操作により押下されたキーに対応するキ
ーコードをプロセッサに出力するよう保持する一方、通
常キー操作による割り込みと、特殊キー操作による割り
込みとに区別して、割り込み制御部に対しその種類に応
じた割り込み信号を出力し、プロセッサが通常キー操作
による割り込みに対する処理と、特殊キー操作による割
り込みに対する処理のいずれか一方を実行するようにし
たので、汎用アプリケーションプログラムにキー入力割
り込み処理プログラムが設けられているような場合であ
っても、通常のハードウェアの動作モード設定のような
特殊キー操作による割り込み処理を、そのまま実行する
ことが可能になる。
According to the interrupt control method of the present invention described above, the key code corresponding to the key pressed by the keyboard operation is held to be output to the processor, while the interrupt by the normal key operation and the interrupt by the special key operation are performed. By distinguishing between and, an interrupt signal according to the type is output to the interrupt control unit, and the processor executes either one of the processing for the interrupt by the normal key operation and the processing for the interrupt by the special key operation. Even if a general-purpose application program is provided with a key input interrupt processing program, it is possible to directly execute the interrupt processing by the special key operation such as the operation mode setting of normal hardware. .

【0034】また、特殊キー操作による割り込みを指示
するキーコードをリストアップして、押下したキーに対
応するキーコードと、このキーコードテーブルの内容が
一致した場合に特殊キー操作による割り込みを発生させ
るようにしたので、ハードウェアの設計変更等によって
特殊キー操作のキーコードが追加されたり、削除された
りした場合に、キーボード制御部のプログラムを変更す
ることなく容易に対応することができる。また、複数回
のキーボード操作により押下されたキーに対するキーコ
ードを一括して記憶手段に格納すれば、2バイト以上の
特殊キー操作による割り込み処理を実行することも可能
になる。
Further, a key code for instructing an interrupt by a special key operation is listed, and an interrupt by a special key operation is generated when the key code corresponding to the pressed key matches the contents of this key code table. Thus, when the key code for the special key operation is added or deleted due to the hardware design change or the like, it is possible to easily cope with the change without changing the program of the keyboard control unit. Further, if the key codes for the keys pressed by a plurality of keyboard operations are collectively stored in the storage means, it becomes possible to execute an interrupt process by a special key operation of 2 bytes or more.

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

【図1】本発明の方法を実施した情報処理装置ブロック
図である。
FIG. 1 is a block diagram of an information processing device that implements a method of the present invention.

【図2】従来一般の情報処理装置ブロック図である。FIG. 2 is a block diagram of a conventional general information processing apparatus.

【図3】ブロック周波数変更処理動作説明図である。FIG. 3 is an explanatory diagram of a block frequency change processing operation.

【図4】動作モード設定方法比較説明図である。FIG. 4 is an explanatory diagram comparing operation mode setting methods.

【図5】第1発明の方法の動作フローチャートである。FIG. 5 is an operational flowchart of the method of the first invention.

【図6】キーテーブル内容説明図である。FIG. 6 is an explanatory diagram of key table contents.

【図7】第2発明の方法の動作フローチャートである。FIG. 7 is an operation flowchart of the method of the second invention.

【図8】第3発明実施のためのハードウェアブロック図
である。
FIG. 8 is a hardware block diagram for carrying out a third invention.

【図9】第3発明の方法の動作フローチャートである。FIG. 9 is an operational flowchart of the method of the third invention.

【符号の説明】[Explanation of symbols]

1 バスライン 3 クロック制御部 4 メモリ 9 キーボード 11 プロセッサ 12 割り込み制御部 20 キーボード制御部 1 bus line 3 clock control unit 4 memory 9 keyboard 11 processor 12 interrupt control unit 20 keyboard control unit

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 キーボード操作をキーボード制御部が検
出して、割り込み制御部に対してキー入力割り込みを発
生させることにより、プロセッサが所定の割り込み処理
を実行する場合において、 前記キーボード制御部が、 前記キーボード操作により押下されたキーに対応するキ
ーコードを、前記プロセッサに対して出力するように保
持する一方、 通常キー操作による割り込みと特殊キー操作による割り
込みとに区別して、その割り込みの種類に応じた割り込
み信号を前記割り込み制御部に対して出力し、 前記プロセッサは、 前記割り込みの種類に応じて、前記通常キー操作による
割り込みに対する処理と前記特殊キー操作による割り込
みに対する処理の何れか一方を実行することを特徴とす
る割り込み制御方法。
1. When the keyboard control unit detects a keyboard operation and generates a key input interrupt to the interrupt control unit so that the processor executes a predetermined interrupt process, the keyboard control unit may: While holding the key code corresponding to the key pressed by the keyboard operation so as to be output to the processor, it distinguishes between the interrupt by the normal key operation and the interrupt by the special key operation, depending on the type of the interrupt. An interrupt signal is output to the interrupt control unit, and the processor executes one of a process for an interrupt by the normal key operation and a process for an interrupt by the special key operation, depending on the type of the interrupt. Interrupt control method characterized by.
【請求項2】 キーコードテーブルに、特殊キーを指示
するキーコードをリストアップし、 キーボード操作により押下されたキーに対応するキーコ
ードと、前記キーコードテーブル中のキーコードとが一
致したとき、特殊キー操作による割り込みを発生させる
ことを特徴とする請求項1記載の割り込み制御方法。
2. A key code table for indicating a special key is listed in the key code table, and when the key code corresponding to the key pressed by the keyboard operation matches the key code in the key code table, 2. The interrupt control method according to claim 1, wherein an interrupt is generated by operating a special key.
【請求項3】 複数回のキーボード操作により押下され
たキーに対応するキーコードを、一括して記憶手段に格
納し、 複数のキーコードから成る特殊キー操作による割り込み
を指示するキーコードテーブルを参照してキー入力割り
込みを発生させることを特徴とする請求項2記載の割り
込み制御方法。
3. A key code table for storing a key code corresponding to a key pressed by a plurality of keyboard operations collectively in a storage means and instructing interruption by a special key operation consisting of a plurality of key codes. 3. The interrupt control method according to claim 2, wherein the key input interrupt is generated.
JP4337971A 1992-11-25 1992-11-25 Interruption controlling method Pending JPH06161624A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4337971A JPH06161624A (en) 1992-11-25 1992-11-25 Interruption controlling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4337971A JPH06161624A (en) 1992-11-25 1992-11-25 Interruption controlling method

Publications (1)

Publication Number Publication Date
JPH06161624A true JPH06161624A (en) 1994-06-10

Family

ID=18313722

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4337971A Pending JPH06161624A (en) 1992-11-25 1992-11-25 Interruption controlling method

Country Status (1)

Country Link
JP (1) JPH06161624A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990079913A (en) * 1998-04-10 1999-11-05 구자홍 Shortcut function device of computer and its control method
CN110932733A (en) * 2019-11-29 2020-03-27 百富计算机技术(深圳)有限公司 Key scanning method and input device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990079913A (en) * 1998-04-10 1999-11-05 구자홍 Shortcut function device of computer and its control method
CN110932733A (en) * 2019-11-29 2020-03-27 百富计算机技术(深圳)有限公司 Key scanning method and input device
CN110932733B (en) * 2019-11-29 2023-08-22 百富计算机技术(深圳)有限公司 Key scanning method and input device

Similar Documents

Publication Publication Date Title
KR950001418B1 (en) Pop up control system for portable computer having setup function and popup function
JPH02156334A (en) Information processor
US4841454A (en) Display controller with a variable scrolling speed, and method for operating same
US4742452A (en) Computer system including address driven program interrupt system
US5241646A (en) Systems for changing hardware parameters using sub-CPU for sensing specialized key inputs and main CPU for changes
JPH06161624A (en) Interruption controlling method
JPH04367924A (en) Keyboard controller
US5702625A (en) Encoder key input device for a microwave oven and interrupt processing method using the same
JPH05173524A (en) Lcd/crt switching system
JP2758617B2 (en) Keyboard for character string input
JPH04326450A (en) Portable information terminal equipment
JP2839631B2 (en) Personal computer system and configuration change method thereof
JPH09185460A (en) Control system for external storage device
JPH05224894A (en) Switching system for os
JP2000035880A (en) Device for switching computer starting program
KR100192394B1 (en) Reset device for microcomputer
JPH0218616A (en) Computer system
JP2846876B2 (en) Information processing device
EP0335373A2 (en) Hardware status switching input control system
JPH0291741A (en) Switching control system for address bus
JPS6224806B2 (en)
JPS6383826A (en) Hard copy controller
JPS61139843A (en) Data processor
JPH0619705B2 (en) Electronic computer system
JPS60262256A (en) Terminal device