JPH04227519A - Microcomputer system - Google Patents

Microcomputer system

Info

Publication number
JPH04227519A
JPH04227519A JP3097112A JP9711291A JPH04227519A JP H04227519 A JPH04227519 A JP H04227519A JP 3097112 A JP3097112 A JP 3097112A JP 9711291 A JP9711291 A JP 9711291A JP H04227519 A JPH04227519 A JP H04227519A
Authority
JP
Japan
Prior art keywords
key input
key
buffer
input data
cpu
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
JP3097112A
Other languages
Japanese (ja)
Other versions
JP2500873B2 (en
Inventor
Takashi Iwashita
岩下 隆
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
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 filed Critical Toshiba Corp
Priority to JP3097112A priority Critical patent/JP2500873B2/en
Publication of JPH04227519A publication Critical patent/JPH04227519A/en
Application granted granted Critical
Publication of JP2500873B2 publication Critical patent/JP2500873B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

PURPOSE:To provide the microcomputer system which surely realize a power- saving function in a key input wait state by utilizing the execution of a HALT instruction at the time of key input control by a key input routine. CONSTITUTION:A buffer check routine for judging whether or not key input data are stored in a key-in buffer 121 is executed and when the system is in the key input wait state, the HALT instruction is executed. The halt operation by this HALT instruction is reset with an interruption signal from a series- parallel converting circuit 14 or a timer 13. Consequently, the power saving function of a microprocessor 11 is made to function in the key input wait state.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明は、キー入力待ち時のパワ
ーセーブ機能を有するマイクロコンピュータシステムに
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microcomputer system having a power saving function when waiting for key input.

【0002】0002

【従来の技術】近年、半導体技術の進歩により、マイク
ロプロセッサ及びそのファミリ周辺制御用LSIを組み
合わせるだけで、高性能のコンピュータシステムを構築
し、かつシステム設計を容易に行なうことができる。
2. Description of the Related Art In recent years, advances in semiconductor technology have made it possible to construct a high-performance computer system and easily design the system simply by combining a microprocessor and its family of peripheral control LSIs.

【0003】ところで、パーソナルコンピュータ等に使
用されるマイクロプロセッサは、NチャネルMOS回路
により構成されているものが多い。このNチャネルMO
S回路による方式では、消費電力の節約(パワーセーブ
)機能には配慮されおらず、コンピュータシステムを構
築した場合に、比較的消費電力の増大化を招く傾向にあ
る。コンピュータシステムでは、キーボードからキー入
力データが入力されるが、このキーボードからのキー入
力待ちの状態が発生することがある。パワーセーブ機能
が無い場合には、キー入力待ちの状態時に、いわば無駄
な消費電力が増大化することになる。特に、バッテリー
駆動方式のマイクロコンピュータシステムでは、バッテ
リー電源を長持ちさせる必要があるため、パワーセーブ
機能は重要な機能の一つである。
By the way, many microprocessors used in personal computers and the like are constructed from N-channel MOS circuits. This N channel MO
The S-circuit system does not take into consideration the power saving function, and tends to relatively increase power consumption when a computer system is constructed. In a computer system, key input data is input from a keyboard, but a state where key input from the keyboard is waited may occur. If there is no power save function, the amount of power consumed increases, so to speak, when the device is in the state of waiting for key input. Particularly in battery-powered microcomputer systems, the power save function is one of the important functions because it is necessary to prolong the battery power supply.

【0004】一方、最近では、CMOS回路により構成
されたマイクロプロセッサが開発されており、CMOS
回路の低消費電力特性を利用したパワーセーブ機能を有
するものが出現している。
On the other hand, recently, microprocessors configured with CMOS circuits have been developed;
Devices that have a power-saving function that utilizes the low power consumption characteristics of circuits are emerging.

【0005】このようなマイクロプロセッサには、CP
UがHALT(ホールト)命令を実行して、アプリケー
ションプログラムの実行を停止したときに、通常動作時
と比較して消費電力が減少し、1/10程度にパワーセ
ーブするものがある。このHALT命令の実行時には、
メモリに対するアクセス回数も減少するためメモリの消
費電力も減少することになる。
[0005] Such microprocessors include CP
When U executes a HALT command and stops execution of an application program, the power consumption is reduced compared to normal operation, and there are some devices that save power to about 1/10. When executing this HALT command,
Since the number of accesses to the memory is also reduced, the power consumption of the memory is also reduced.

【0006】ところで、通常のマイクロコンピュータシ
ステムでは、図3に示すように、BIOS(基本入出力
システム)のキー入力ルーチンによるキー入力制御が実
行される。キー入力ルーチンは、同図(A)に示す1文
字入力ルーチンと同図(B)に示すバッファチェックル
ーチンからなる。
By the way, in a typical microcomputer system, key input control is executed by a key input routine of a BIOS (basic input/output system), as shown in FIG. The key input routine consists of a one-character input routine shown in FIG. 5A and a buffer check routine shown in FIG.

【0007】1文字入力ルーチンは、キーインバッファ
内にキー入力データが収納されている場合には(ステッ
プS10のYES)、1文字分のキー入力データを取込
む(ステップS11)ための制御ルーチンである。一方
、バッファチェックルーチンは、キーインバッファ内に
キー入力データが収納されたか否かをチェックする(ス
テップS12)ためのルーチンである。
The one-character input routine is a control routine for capturing one character's worth of key-input data (step S11) when key-input data is stored in the key-in buffer (YES in step S10). be. On the other hand, the buffer check routine is a routine for checking whether key input data is stored in the key-in buffer (step S12).

【0008】[0008]

【発明が解決しようとする課題】従来のマイクロコンピ
ュータシステムにおいて、キー入力ルーチンによるキー
入力制御時にHALT命令を挿入して(図3(A)に示
すステップS13)、キー入力待ち状態時にパワーセー
ブを図ることが考えられる。
[Problem to be Solved by the Invention] In a conventional microcomputer system, a HALT command is inserted during key input control by a key input routine (step S13 shown in FIG. 3(A)) to save power while waiting for key input. It is possible to consider

【0009】しかしながら、1文字入力ルーチン中にH
ALT命令を挿入しても、アプリケーションプログラム
を実行する場合に、先にバッファチェックルーチンが実
行される。したがって、キーインバッファ内にキー入力
データが存在しない、即ちキー入力待ち状態時に、CP
Uはキーインバッファ内をチェックする動作を実行する
ことになる。このため、キー入力待ち状態時に、パワー
セーブ機能を実現することはできないことになる。
However, during the single character input routine, H
Even if an ALT instruction is inserted, a buffer check routine is executed first when an application program is executed. Therefore, when there is no key input data in the key-in buffer, that is, in the key input waiting state, the CP
U will perform an operation of checking the key-in buffer. Therefore, the power save function cannot be realized while waiting for a key input.

【0010】本発明の目的は、キー入力ルーチンによる
キー入力制御時にHALT命令の実行を利用して、キー
入力待ち状態時におけるパワーセーブ機能を確実に実現
することができるマイクロコンピュータシステムを提供
することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a microcomputer system that can reliably realize a power saving function in a key input waiting state by utilizing the execution of a HALT command during key input control by a key input routine. It is in.

【0011】[0011]

【課題を解決するための手段】本発明は、マイクロプロ
セッサがアプリケーションプログラムを実行することに
伴って、キーインバッファ手段にキー入力データが格納
されているか否かを判断する判断手段、キー入力待ち状
態時にホールト動作を実行するホールト手段および割込
み発生手段により割込みが発生したときにホールト手段
のホールト動作を解除する解除手段とを備えたマイクロ
コンピュータシステムである。
[Means for Solving the Problems] The present invention provides determining means for determining whether key input data is stored in a key-in buffer means as a microprocessor executes an application program, and a key input waiting state. The present invention is a microcomputer system comprising a halting means for executing a halting operation at times, and a canceling means for canceling the halting operation of the halting means when an interrupt is generated by the interrupt generating means.

【0012】0012

【作用】本発明では、キーインバッファ手段にキー入力
データが格納されているか否かを判断するためのバッフ
ァチェックルーチンを実行し、キー入力待ち状態であれ
ば、HALT命令を実行する。このHALT命令による
ホールト動作は、割込み発生手段からの割込みにより解
除される。これにより、キー入力待ち状態時でのマイク
ロプロセッサのパワーセーブを機能させる。
According to the present invention, a buffer check routine is executed to determine whether or not key input data is stored in the key-in buffer means, and if the key-in buffer means is in a key input waiting state, a HALT command is executed. The halt operation by this HALT command is canceled by an interrupt from the interrupt generating means. This allows the microprocessor to save power while waiting for key input.

【0013】[0013]

【実施例】以下図面を参照して本発明の実施例を説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Examples of the present invention will be described below with reference to the drawings.

【0014】図1は同実施例に係わるマイクロコンピュ
ータシステムの要部を示すブロック図である。本システ
ムは、CPUボード1とシリアルインターフェース転送
路2を介して接続されたキーボードユニット3からなる
FIG. 1 is a block diagram showing the main parts of a microcomputer system according to the same embodiment. This system consists of a CPU board 1 and a keyboard unit 3 connected via a serial interface transfer path 2.

【0015】CPUボード1には、マイクロプロセッサ
(CPU)11、メモリユニット12、タイマ13およ
び直並列変換回路14が搭載されている。CPU11は
、CMOS回路により構成されており、HALT命令の
実行によるパワーセーブ機能を有する。メモリユニット
12はキーインバッファ121を有し、キーボードユニ
ット3から入力されるキー入力データ(キーインデータ
)をキーインバッファ121に格納する。
The CPU board 1 is equipped with a microprocessor (CPU) 11, a memory unit 12, a timer 13, and a serial/parallel conversion circuit 14. The CPU 11 is composed of a CMOS circuit and has a power saving function by executing a HALT command. The memory unit 12 has a key-in buffer 121 , and stores key input data (key-in data) input from the keyboard unit 3 in the key-in buffer 121 .

【0016】直並列変換回路14は、シリアルインター
フェース転送路2を通じてキーボードユニット3に接続
されており、直列のキー入力データを並列に変換してキ
ーインバッファ121に転送する。また、直並列変換回
路14は、割込みラインINT2 を通じてCPU11
に接続されており、キーボードユニット3からのキー入
力による割込み信号をCPU11に転送する。
The serial/parallel conversion circuit 14 is connected to the keyboard unit 3 through the serial interface transfer path 2, converts serial key input data into parallel data, and transfers the data to the key-in buffer 121. Further, the serial/parallel conversion circuit 14 connects the CPU 11 to the CPU 11 through the interrupt line INT2.
The CPU 11 is connected to the CPU 11 and transfers interrupt signals generated by key input from the keyboard unit 3 to the CPU 11.

【0017】タイマ13は、例えばCPU11のHAL
T命令の実行時から所定のタイマ時間をカウントし、タ
イマアウト割込み信号を割込みラインINT1を通じて
CPU11に出力するLSIである。次に、同実施例の
動作を説明する。
[0017] The timer 13 is, for example, a HAL of the CPU 11.
This LSI counts a predetermined timer time from the execution of the T instruction and outputs a timer-out interrupt signal to the CPU 11 via the interrupt line INT1. Next, the operation of this embodiment will be explained.

【0018】先ず、キーボードユニット3のキー操作に
応じて、キー入力データが入力されると、シリアルイン
ターフェース転送路2を通じて直並列変換回路14に転
送される。直並列変換回路14は、例えば1バイト分の
キー入力データを受信すると、割込みラインINT2 
を通じてCPU11に割込み信号を出力する。CPU1
1は、割込み信号に応じて直並列変換回路14からの1
バイト分のキー入力データDATAをメモリユニット1
2に転送させて、キーインバッファ121に格納する制
御を実行する。CPU11は、アプリケーションプログ
ラムの実行に伴って、キーインバッファ121に格納さ
れたキー入力データを利用して、各種のデータ処理を行
なう。
First, when key input data is input in response to key operations on the keyboard unit 3, it is transferred to the serial/parallel converter circuit 14 through the serial interface transfer path 2. When the serial/parallel conversion circuit 14 receives, for example, 1 byte worth of key input data, the serial/parallel conversion circuit 14 connects the interrupt line INT2
An interrupt signal is output to the CPU 11 through the CPU 11. CPU1
1 is 1 from the serial/parallel conversion circuit 14 in response to an interrupt signal.
Bytes of key input data DATA are stored in memory unit 1.
2 and stores it in the key-in buffer 121. The CPU 11 performs various data processing using the key input data stored in the key-in buffer 121 as the application program is executed.

【0019】ところで、CPU11は、BIOSのキー
入力ルーチンによるキー入力制御を実行する。同実施例
のキー入力ルーチンは、図2(A)に示す1文字入力ル
ーチンと同図(B)に示すバッファチェックルーチンか
らなる。
By the way, the CPU 11 executes key input control using the BIOS key input routine. The key input routine of this embodiment consists of a single character input routine shown in FIG. 2(A) and a buffer check routine shown in FIG. 2(B).

【0020】ここで、CPU11がアプリケーションプ
ログラムを実行する場合に、先にバッファチェックルー
チンを実行し、キーインバッファ121内にキー入力デ
ータが格納されているか否かをチェックする(ステップ
S4)。キーインバッファ121内にキー入力データが
格納されていれば(ステップS1のYES)、1文字分
のキー入力データを取込む1文字入力処理を実行する(
ステップS2)。
Here, when the CPU 11 executes the application program, it first executes a buffer check routine to check whether key input data is stored in the key-in buffer 121 (step S4). If key input data is stored in the key-in buffer 121 (YES in step S1), a single character input process is executed to capture key input data for one character (
Step S2).

【0021】即ち、キーボードユニット3から1文字分
のキー入力データが入力されると、CPU11は、キー
インバッファ121に格納された1文字分のキー入力デ
ータを取込む。CPU11は、アプリケーションプログ
ラムの実行に伴って、得られた1文字分のキー入力デー
タを利用して、各種のデータ処理を実行する。
That is, when one character's worth of key input data is input from the keyboard unit 3, the CPU 11 takes in the one character's worth of key input data stored in the key-in buffer 121. The CPU 11 executes various data processes using the obtained key input data for one character as the application program is executed.

【0022】ここで、バッファチェックルーチンのチェ
ック処理後に、CPU11はルーチン内に挿入されたH
ALT命令を実行する(ステップS5)。これにより、
CPU11は、プログラムの実行を停止するHALT状
態となる。このHALT状態は、直並列変換回路14ま
たはタイマ13からの割込み信号により解除となる。
Here, after the check processing of the buffer check routine, the CPU 11 checks the H
The ALT command is executed (step S5). This results in
The CPU 11 enters a HALT state in which execution of the program is stopped. This HALT state is canceled by an interrupt signal from the serial/parallel conversion circuit 14 or the timer 13.

【0023】このようにして、アプリケーションプログ
ラムの実行に伴って、先にバッファチェックルーチンを
実行する場合でも、CPU11はHALT命令を実行し
て、HALT状態となる。このHALT状態が例えばタ
イマ13からの割込み信号により解除されると、1文字
入力ルーチンに移行する。この1文字入力ルーチンでは
、キーインバッファ内にキー入力データが存在しない、
即ちキー入力待ち状態時には、CPU11はHALT命
令を実行して、HALT状態となる(ステップS3)。
In this manner, even if the buffer check routine is executed first with the execution of the application program, the CPU 11 executes the HALT command and enters the HALT state. When this HALT state is canceled by an interrupt signal from the timer 13, for example, the routine shifts to a one-character input routine. In this one-character input routine, if there is no key input data in the key-in buffer,
That is, in the key input waiting state, the CPU 11 executes the HALT command and enters the HALT state (step S3).

【0024】したがって、キー入力待ち状態時には、必
ずCPU11はHALT命令を実行して、HALT状態
となる。このHALT状態は直並列変換回路14または
タイマ13からの割込み信号により解除となり、HAL
T状態と解除が繰り返し実行されることになる。これに
より、キー入力待ち状態時には、必ずHALT状態とな
るため、パワーセーブ機能を確実に実現し、無駄な消費
電力の減少化を図ることができる。
Therefore, when in the key input waiting state, the CPU 11 always executes the HALT command and enters the HALT state. This HALT state is canceled by an interrupt signal from the serial/parallel converter circuit 14 or timer 13, and the HALT state
The T state and release will be repeated. As a result, when in the key input waiting state, the device is always in the HALT state, so that the power saving function can be reliably realized and unnecessary power consumption can be reduced.

【0025】[0025]

【発明の効果】以上詳述したように本発明によれば、キ
ー入力データが存在しないキー入力待ち状態時に、常に
HALT命令を実行して、キー入力待ち状態時における
パワーセーブ機能を確実に実現することができる。した
がって、結果的に無駄な消費電力を減少させ、システム
の低消費電力化を図ることができる。
As described in detail above, according to the present invention, the HALT command is always executed during the key input waiting state where no key input data exists, thereby reliably realizing the power saving function during the key input waiting state. can do. Therefore, as a result, unnecessary power consumption can be reduced, and the power consumption of the system can be reduced.

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

【図1】本発明の実施例に係わるマイクロコンピュータ
システムの要部を示すブロック図。
FIG. 1 is a block diagram showing main parts of a microcomputer system according to an embodiment of the present invention.

【図2】同実施例の動作を説明するためのフローチャー
ト。
FIG. 2 is a flowchart for explaining the operation of the embodiment.

【図3】従来方式を説明するためのフローチャート。FIG. 3 is a flowchart for explaining a conventional method.

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

3…キーボードユニット、11…CPU、121…キー
インバッファ,13…タイマ、14…直並列変換回路。
3...Keyboard unit, 11...CPU, 121...Key-in buffer, 13...Timer, 14...Serial-to-parallel conversion circuit.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  アプリケーションプログラムを実行す
るマイクロプロセッサと、キー入力データを生成するキ
ーボード手段と、このキーボード手段により入力される
前記キー入力データを格納するためのキーインバッファ
手段と、前記マイクロプロセッサが前記アプリケーショ
ンプログラムを実行することに伴って、前記キーインバ
ッファ手段に前記キー入力データが格納されているか否
かを判断する判断手段と、この判断手段による判断結果
がキー入力待ち状態である場合に、前記マイクロプロセ
ッサによる前記アプリケーションプログラムの実行を停
止させるホールト動作を実行するホールト手段と、前記
マイクロプロセッサに対する割込みを発生させる割込み
発生手段と、この割込み発生手段により割込みが発生し
たときに、前記ホールト手段のホールト動作を解除する
解除手段とを具備したことを特徴とするマイクロコンピ
ュータシステム。
1. A microprocessor for executing an application program; keyboard means for generating key input data; key-in buffer means for storing the key input data input by the keyboard means; determining means for determining whether or not the key input data is stored in the key-in buffer means as an application program is executed; halting means for executing a halting operation for stopping execution of the application program by a microprocessor; interrupt generating means for generating an interrupt for the microprocessor; and halting means for halting the halting means when an interrupt is generated by the interrupt generating means. A microcomputer system characterized by comprising a release means for canceling an operation.
JP3097112A 1991-04-26 1991-04-26 Micro computer system Expired - Lifetime JP2500873B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3097112A JP2500873B2 (en) 1991-04-26 1991-04-26 Micro computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3097112A JP2500873B2 (en) 1991-04-26 1991-04-26 Micro computer system

Publications (2)

Publication Number Publication Date
JPH04227519A true JPH04227519A (en) 1992-08-17
JP2500873B2 JP2500873B2 (en) 1996-05-29

Family

ID=14183501

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3097112A Expired - Lifetime JP2500873B2 (en) 1991-04-26 1991-04-26 Micro computer system

Country Status (1)

Country Link
JP (1) JP2500873B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9177151B2 (en) 2012-06-27 2015-11-03 Kabushiki Kaisha Toshiba Operating speed control of a processor at the time of authentication before an operating system is started

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5363051A (en) * 1976-11-18 1978-06-06 Shin Meiwa Ind Co Ltd Wave making apparatus
JPS5368051A (en) * 1976-11-29 1978-06-17 Sharp Corp Integrated circuit device
JPS5532111A (en) * 1978-08-28 1980-03-06 Casio Comput Co Ltd Controlling system for operation return in miniaturized electronic computer
JPS57187723A (en) * 1981-05-12 1982-11-18 T C Denshi Kk Halt controller

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5363051A (en) * 1976-11-18 1978-06-06 Shin Meiwa Ind Co Ltd Wave making apparatus
JPS5368051A (en) * 1976-11-29 1978-06-17 Sharp Corp Integrated circuit device
JPS5532111A (en) * 1978-08-28 1980-03-06 Casio Comput Co Ltd Controlling system for operation return in miniaturized electronic computer
JPS57187723A (en) * 1981-05-12 1982-11-18 T C Denshi Kk Halt controller

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9177151B2 (en) 2012-06-27 2015-11-03 Kabushiki Kaisha Toshiba Operating speed control of a processor at the time of authentication before an operating system is started

Also Published As

Publication number Publication date
JP2500873B2 (en) 1996-05-29

Similar Documents

Publication Publication Date Title
KR100229575B1 (en) Information processing system
US4851987A (en) System for reducing processor power consumption by stopping processor clock supply if a desired event does not occur
US7330926B2 (en) Interruption control system
KR0145025B1 (en) Circuitry and method for reducing power consumption within an electronic circuitth
US5237692A (en) Internal interrupt controller for a peripheral controller
JP4685312B2 (en) Data processing system and power saving method
US5652895A (en) Computer system having a power conservation mode and utilizing a bus arbiter device which is operable to control the power conservation mode
EP0666528B1 (en) Integrated processor providing indications of internal activity to an external power management bus
US8281171B2 (en) Adjustment of power-saving strategy depending on working state of CPU
JPH076151A (en) Cpu core bus optimized for access of on-chip memory device
JPH08202469A (en) Microcontroller unit equipped with universal asychronous transmitting and receiving circuit
US5138709A (en) Spurious interrupt monitor
US6584573B1 (en) Placing a computer system into a sleeping state
US7480812B2 (en) Microprocessor
JPH05324348A (en) Single chip microcomputer
US7206883B2 (en) Interruption control system and method
JPH04227519A (en) Microcomputer system
US7197655B2 (en) Lowered PU power usage method and apparatus
JPH0962621A (en) Computer system and command cycle switching method
US5931930A (en) Processor that indicates system bus ownership in an upgradable multiprocessor computer system
AU665354B2 (en) Power savings with MS-DOS idle loop
JPH10333790A (en) Information processor equipped with power-saving function and power saving releasing method for the information processor
JP2558902B2 (en) Semiconductor integrated circuit device
JPH11143732A (en) Microcomputer and emulator
JPS61245242A (en) Interruption input device