JPH05108192A - Personal computer - Google Patents

Personal computer

Info

Publication number
JPH05108192A
JPH05108192A JP3270723A JP27072391A JPH05108192A JP H05108192 A JPH05108192 A JP H05108192A JP 3270723 A JP3270723 A JP 3270723A JP 27072391 A JP27072391 A JP 27072391A JP H05108192 A JPH05108192 A JP H05108192A
Authority
JP
Japan
Prior art keywords
interrupt
clock
speed
processing
processing routine
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.)
Granted
Application number
JP3270723A
Other languages
Japanese (ja)
Other versions
JP2835220B2 (en
Inventor
Hideyuki Inoue
秀幸 井上
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.)
Kyocera Corp
Original Assignee
Kyocera 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 Kyocera Corp filed Critical Kyocera Corp
Priority to JP3270723A priority Critical patent/JP2835220B2/en
Publication of JPH05108192A publication Critical patent/JPH05108192A/en
Application granted granted Critical
Publication of JP2835220B2 publication Critical patent/JP2835220B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Power Sources (AREA)

Abstract

PURPOSE:To reduce the capacity of a program by always executing a high speed clock means and then inhibiting an operation clock processing by means of an interrupt processing routine when an interrupt takes place. CONSTITUTION:In an ordinary processing routine other than the interrupt processing routine, the interrupt processing is inhibited with an interrupt inhibit means 90 and under a state where the interrupt is inhibited, the speed of a clock 80 is changed to low speed with a low speed clock means 10. Then under a device input waiting state, a hold command is executed and the speed of the clock 80 is changed to high speed with a high speed clock 20. The interrupt is enabled with an interrupt permission means 100. At this time under the device input waiting state, when the interrupt takes place, a processing to the interrupt processing routine is not soon executed, the speed of the clock 80 is changed to high speed with the high speed clock means 20 which is a command next specified after the hold command and then the interrupt processing routine is executed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、クロックのオンまたは
オフ動作を効率的に行うことによりプログラム容量が節
減できるパーソナルコンピュータに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a personal computer capable of reducing a program capacity by efficiently turning a clock on or off.

【0002】[0002]

【従来の技術】従来のパーソナルコンピュータにおける
クロックのオンまたはオフ動作は図4と図5に示されて
いる。割込み処理以外の通常処理ルーチンでは、図4で
示されるようにアプリケーションプログラムがK/Bま
たはマウス等のデバイス入力待ち状態(ステップ3)に
入る前に動作クロックを低速に動作させ、割り込みをイ
ネーブルにする。それに対して割込み処理ルーチンで
は、図5で示されるように動作クロックを高速に動作さ
せ(ステップ4)、それぞれのデバイス処理を行う(ス
テップ5)。通常処理ルーチンと割込み処理ルーチンの
デバイス入力待ち状態ではデバイスに対する処理が行わ
れると、割込み処理ルーチンのほうが通常処理ルーチン
よりも優先的に制御が渡されるために常に動作クロック
を高速に動作させるルーチンが駆動される。
2. Description of the Related Art Turning on or off a clock in a conventional personal computer is shown in FIGS. In the normal processing routine other than the interrupt processing, as shown in FIG. 4, the operation clock is operated at a low speed and the interrupt is enabled before the application program enters the device input waiting state (step 3) such as K / B or mouse. To do. On the other hand, in the interrupt processing routine, the operation clock is operated at high speed as shown in FIG. 5 (step 4) and each device processing is performed (step 5). When device processing is performed in the device input wait state of the normal processing routine and the interrupt processing routine, the interrupt processing routine is given priority over the normal processing routine, so a routine that always operates the operating clock at a high speed is provided. Driven.

【0003】[0003]

【発明が解決しようとする課題】従来のパーソナルコン
ピュータにおいては、割込み処理ルーチンで動作クロッ
クを高速にさせているために割込み処理の数が増えるほ
どそれぞれの割込み処理ルーチンで動作クロックを高速
にさせる処理をしなければならないためにプログラム容
量が増加するという問題点があった。
In the conventional personal computer, since the operating clock is made faster in the interrupt processing routine, as the number of interrupt processing increases, the processing for making the operating clock faster in each interrupt processing routine. However, there is a problem in that the program capacity is increased due to the need to do so.

【0004】[0004]

【課題を解決するための手段】本発明はこれらの課題を
解決するものであり、スタンバイモード機能を有する中
央処理装置を備えたパーソナルコンピュータにおいて、
割込み処理以外の処理ルーチンで割込みを禁止にする割
込み禁止手段と、その割込み禁止手段が作動すると動作
クロックを低速にする低速クロック手段と、デバイス入
力待ちでホールト命令を実行した後、動作クロックを高
速にする高速クロック手段と、その高速クロック手段実
行後、その割込み禁止手段をイネーブルにする割込み許
可手段とから構成され、割込みが発生すると常にその高
速クロック手段実行後、その割込み処理ルーチンで動作
クロック処理が禁止されるパーソナルコンピュータを提
供する。
The present invention is to solve these problems, and in a personal computer equipped with a central processing unit having a standby mode function,
Interrupt prohibition means that prohibits interrupts in processing routines other than interrupt processing, low-speed clock means that slows down the operation clock when the interrupt prohibition means operates, and high-speed operation clock after executing a halt instruction while waiting for device input And an interrupt enable means for enabling the interrupt prohibiting means after the execution of the high speed clock means. When an interrupt occurs, the high speed clock means is always executed and then the operation clock processing is performed by the interrupt processing routine. Providing a personal computer that is prohibited.

【0005】[0005]

【作用】以上のように構成されたパーソナルコンピュー
タによれば割込み処理以外の処理ルーチンで割込みを禁
止し、動作クロックを低速にし、デバイス入力待ちでホ
ールト命令を実行し、その後、動作クロックを高速にし
た後、割込みをイネーブルにしている構成のために割込
みが発生すると常に、動作クロックを高速にする処理が
行われた後、割込み処理ルーチンであるそれぞれのデバ
イス処理が行われるためにプログラム容量が削減でき
る。
According to the personal computer configured as described above, the interrupt is prohibited in the processing routine other than the interrupt processing, the operation clock is slowed down, the halt instruction is executed while waiting for the device input, and then the operation clock is speeded up. After that, whenever an interrupt occurs due to the configuration in which the interrupt is enabled, the processing capacity to speed up the operation clock is performed, and then each device processing that is an interrupt processing routine is performed, so the program capacity is reduced. it can.

【0006】[0006]

【実施例】以下、本発明を図に示した実施例を用いて詳
細に説明する。図1は本発明の一実施例を示すパーソナ
ルコンピュータのクレーム対応図であり、図2は本発明
の一実施例を示すパーソナルコンピュータの通常処理の
制御を行うフローチャートであり、図3は本発明の一実
施例を示すパーソナルコンピュータの割込み処理の制御
を行うフローチャートであり、図4は従来のパーソナル
コンピュータの通常処理の制御を行うフローチャートで
あり、図5は従来のパーソナルコンピュータの割込み処
理の制御を行うフローチャートである。図1において、
本発明のパーソナルコンピュータはデータが入力される
入力手段50と入力されたデータが格納されるRAM4
0と、プログラムが格納されているROM30と、RO
M30に格納されているプログラム命令に従って制御を
行う中央処理装置60と、本発明のパーソナルコンピュ
ータを駆動させるためのクロック80と、そのクロック
スピードを低速にさせるための低速クロック手段10
と、反対にクロックスピードを高速にさせるための高速
クロック手段20と、処理結果が出力される出力手段7
0と、時刻をリアルタイムにカウントするタイマー95
と、他の計算機とのデータの送受信を行う送/受信手段
110とから構成されている。
The present invention will be described in detail below with reference to the embodiments shown in the drawings. FIG. 1 is a claim correspondence diagram of a personal computer showing an embodiment of the present invention, FIG. 2 is a flowchart for controlling normal processing of a personal computer showing an embodiment of the present invention, and FIG. FIG. 4 is a flowchart for controlling interrupt processing of a personal computer showing an embodiment, FIG. 4 is a flowchart for controlling normal processing of a conventional personal computer, and FIG. 5 is for controlling interrupt processing of a conventional personal computer. It is a flowchart. In FIG.
The personal computer of the present invention includes an input unit 50 for inputting data and a RAM 4 for storing the input data.
0, ROM 30 in which the program is stored, and RO
A central processing unit 60 for controlling according to program instructions stored in M30, a clock 80 for driving the personal computer of the present invention, and a low speed clock means 10 for reducing the clock speed thereof.
On the contrary, a high-speed clock means 20 for increasing the clock speed and an output means 7 for outputting the processing result.
0 and timer 95 that counts the time in real time
And a sending / receiving means 110 for sending / receiving data to / from another computer.

【0007】図1と図2および図3にもとずいて動作説
明を行う。本発明の一実施例であるパーソナルコンピュ
ータではデータ処理の効率化を図るためにタイマー割込
み、K/B割込み,送信割込み,受信割込み機能を有し
ているために、タイマー割込みでは図1で示すタイマー
95によってカウントされる一定時間毎に割込みが発生
するし、K/B割込みではキー入力が行われるとK/B
割込みが発生するし、送信割込みではデータを送信する
と送信割込みが発生するし、受信割込みではデータを受
信すると受信割込みが発生する。このようにデバイス入
力待ちの状態でそれぞれの割込みが発生するようになっ
ている。したがって、各デバイス毎に割込み処理ルーチ
ンが必要であるためにこの場合には4種類の割込み処理
ルーチンが必要になる。
The operation will be described with reference to FIGS. 1, 2 and 3. The personal computer which is an embodiment of the present invention has the timer interrupt, K / B interrupt, transmission interrupt, and reception interrupt functions in order to improve the efficiency of data processing. An interrupt is generated at regular intervals counted by 95, and K / B interrupt causes K / B when key input is made.
An interrupt occurs, a transmission interrupt causes a transmission interrupt when data is transmitted, and a reception interrupt causes a reception interrupt when data is received. In this way, each interrupt is generated while waiting for device input. Therefore, since an interrupt handling routine is required for each device, four types of interrupt handling routines are required in this case.

【0008】本発明は割込み処理ルーチン以外の通常の
処理においてはスタンバイモード機能を有する中央処理
装置60に備えられたホールト命令を利用して、割込み
が禁止された状態で割込みが発生するとホールト命令の
次の命令を実行するこの中央処理装置60の特有な機能
を利用したことに特徴を有している。
The present invention utilizes the halt instruction provided in the central processing unit 60 having the standby mode function in the normal processing other than the interrupt processing routine. It is characterized by utilizing the unique function of the central processing unit 60 for executing the next instruction.

【0009】図2と図3はデバイス入力待ちの動作が説
明されており、、割込み処理ルーチン以外の通常の処理
ルーチンでは、図1で示す割込み禁止手段90によって
割込み処理が禁止され(ステップ10)、この割込みが
禁止された状態で図1で示す低速クロック手段10によ
ってクロック80のスピードを低速にする(ステップ2
0)。この後、デバイス入力待ちの状態でホールト命令
を実行し(ステップ30)、図1で示す高速クロック手
段20によってクロック80のスピードを高速にする
(ステップ40)。さらに、図1で示す割込み許可手段
100によって割込みをイネーブルにする(ステップ5
0)。図3で示される割込み処理ルーチンでは、上述の
タイマー割込み、K/B割込み,送信割込み,受信割込
み処理を行う(ステップ60)。
FIGS. 2 and 3 explain the operation of waiting for device input. In normal processing routines other than the interrupt processing routine, interrupt processing is prohibited by the interrupt prohibiting means 90 shown in FIG. 1 (step 10). While the interrupt is prohibited, the speed of the clock 80 is reduced by the low speed clock means 10 shown in FIG. 1 (step 2).
0). After this, the halt instruction is executed in the state of waiting for device input (step 30), and the speed of the clock 80 is increased by the high speed clock means 20 shown in FIG. 1 (step 40). Further, the interrupt is enabled by the interrupt permission means 100 shown in FIG. 1 (step 5
0). In the interrupt processing routine shown in FIG. 3, the above-described timer interrupt, K / B interrupt, transmission interrupt, and reception interrupt processing are performed (step 60).

【0010】このようなデバイス入力待ち状態で割込み
が発生すると、割込み処理ルーチンへの処理がすぐに行
われずにホールト命令の次の命令である高速クロック手
段20によるクロック80のスピードを高速(ステップ
40)にした後、割込み処理ルーチンが行われる。した
がって、それぞれの割込み処理ルーチンでクロック80
のスピードを高速にする処理が必要がなくなったので、
プログラムがシンプルになるとともに容量も削減でき
る。
When an interrupt occurs in such a device input waiting state, the interrupt processing routine is not immediately processed and the speed of the clock 80 by the high-speed clock means 20, which is the next instruction after the halt instruction, is increased (step 40). ), The interrupt processing routine is performed. Therefore, in each interrupt processing routine, the clock 80
Since there is no need for processing to speed up the
The program is simple and the capacity can be reduced.

【0011】また、従来のパーソナルコンピュータにお
いては、デバイス入力待ちでない状態で割込みが発生す
ると割込み処理ルーチン以外の通常の処理ルーチンと割
込み処理ルーチン双方でクロック80のスピードを高速
にする処理が行われている。本発明のパーソナルコンピ
ュータにおいては、双方でクロック80のスピードを高
速にする処理が行われないために処理スピードが向上す
る。
Further, in the conventional personal computer, when an interrupt occurs in a state not waiting for device input, processing for increasing the speed of the clock 80 is performed by both the normal processing routine and the interrupt processing routine other than the interrupt processing routine. There is. In the personal computer of the present invention, the processing speed is improved because neither of them performs the processing for increasing the speed of the clock 80.

【0012】[0012]

【発明の効果】以上説明したように、本発明はスタンバ
イモード機能を有する中央処理装置に備えられたホール
ト命令を利用して、割込みが禁止された状態で割込みが
発生するとホールト命令の次の命令を実行するこの中央
処理装置の特有な機能を利用することによりプログラム
がシンプルになるとともに容量も削減できる。
As described above, according to the present invention, the halt instruction provided in the central processing unit having the standby mode function is used, and when an interrupt occurs while the interrupt is disabled, the instruction next to the halt instruction is generated. By utilizing the peculiar function of this central processing unit for executing, the program can be simplified and the capacity can be reduced.

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

【図1】本発明の一実施例を示すパーソナルコンピュー
タのクレーム対応図である。
FIG. 1 is a claim correspondence diagram of a personal computer showing an embodiment of the present invention.

【図2】本発明の一実施例を示すパーソナルコンピュー
タの通常処理の制御を行うフローチャートである。
FIG. 2 is a flowchart for controlling a normal process of a personal computer showing an embodiment of the present invention.

【図3】本発明の一実施例を示すパーソナルコンピュー
タの割込み処理の制御を行うフローチャートである。
FIG. 3 is a flow chart for controlling interrupt processing of a personal computer showing an embodiment of the present invention.

【図4】従来のパーソナルコンピュータの通常処理の制
御を行うフローチャートである。
FIG. 4 is a flowchart for controlling a normal process of a conventional personal computer.

【図5】従来のパーソナルコンピュータの割込み処理の
制御を行うフローチャートである。
FIG. 5 is a flowchart for controlling interrupt processing of a conventional personal computer.

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

10 低速クロック手段 20 高速クロック手段 30 ROM 40 RAM 50 入力手段 60 中央処理装置 70 出力手段 80 クロック 90 割込み禁止手段 95 タイマー 100 割込み許可手段 110 送/受信手段 10 low-speed clock means 20 high-speed clock means 30 ROM 40 RAM 50 input means 60 central processing unit 70 output means 80 clock 90 interrupt prohibition means 95 timer 100 interrupt permission means 110 transmission / reception means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】スタンバイモード機能を有する中央処理装
置を備えたパーソナルコンピュータにおいて、割込み処
理以外の処理ルーチンで割込みを禁止する割込み禁止手
段と、前記割込み禁止手段が作動すると動作クロックを
低速にする低速クロック手段と、デバイス入力待ちでホ
ールト命令を実行した後、動作クロックを高速にする高
速クロック手段と、前記高速クロック手段実行後、前記
割込み禁止手段をイネーブルにする割込み許可手段とか
ら構成され、割込みが発生すると常に前記高速クロック
手段実行後、前記割込み処理ルーチンで動作クロック処
理が禁止されることを特徴とするパーソナルコンピュー
タ。
1. In a personal computer having a central processing unit having a standby mode function, an interrupt prohibiting means for prohibiting an interrupt in a processing routine other than the interrupt processing, and a low speed for lowering the operation clock when the interrupt prohibiting means operates. The interrupt means comprises a clock means, a high-speed clock means for speeding up an operation clock after executing a halt instruction while waiting for device input, and an interrupt permitting means for enabling the interrupt prohibiting means after executing the high-speed clock means. The personal computer is characterized in that the operation clock processing is prohibited in the interrupt processing routine after the execution of the high-speed clock means whenever any of the above occurs.
JP3270723A 1991-10-18 1991-10-18 Personal computer Expired - Fee Related JP2835220B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3270723A JP2835220B2 (en) 1991-10-18 1991-10-18 Personal computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3270723A JP2835220B2 (en) 1991-10-18 1991-10-18 Personal computer

Publications (2)

Publication Number Publication Date
JPH05108192A true JPH05108192A (en) 1993-04-30
JP2835220B2 JP2835220B2 (en) 1998-12-14

Family

ID=17490065

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3270723A Expired - Fee Related JP2835220B2 (en) 1991-10-18 1991-10-18 Personal computer

Country Status (1)

Country Link
JP (1) JP2835220B2 (en)

Also Published As

Publication number Publication date
JP2835220B2 (en) 1998-12-14

Similar Documents

Publication Publication Date Title
KR960035262A (en) Method and apparatus for selective control of interrupt wait in data processing system
JPS62184544A (en) Virtual computer system
JPH05108192A (en) Personal computer
JPH02128250A (en) Access control circuit for information processor
JPH05134960A (en) Local processing system
JPS6336443A (en) Interruption processing system
JP2586157B2 (en) System control unit
KR910005757Y1 (en) Handshaking circuit in multi-processor
JPH03276359A (en) Information processor
JPS5955563A (en) Information processor
JPH05100930A (en) Data managing device
JPH0528081A (en) Data input/output system for computer
JPH01154234A (en) Interruption controller
JPH01123357A (en) Interruption control system
JPS62237560A (en) Multiprocessor system
JPH06168142A (en) Input/output processor provided with permitting/ prohibiting function of interrupt request for every channel and interruption level
JPH02173828A (en) Interruption process system
JPH0736813A (en) Channel control device
JPH0365746A (en) Input/output controller
JPH01243158A (en) Information processor
JPH06250964A (en) Controller
JPS61223968A (en) Data controller for multi-microprocessor
JPS6393062A (en) Information processing system
JPS63261431A (en) Merge process control system
JPH0520096A (en) Interruption control system of interactive processing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees