JPS5819954A - Data processing device - Google Patents

Data processing device

Info

Publication number
JPS5819954A
JPS5819954A JP56118731A JP11873181A JPS5819954A JP S5819954 A JPS5819954 A JP S5819954A JP 56118731 A JP56118731 A JP 56118731A JP 11873181 A JP11873181 A JP 11873181A JP S5819954 A JPS5819954 A JP S5819954A
Authority
JP
Japan
Prior art keywords
main memory
instruction
data
flag information
operand
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
JP56118731A
Other languages
Japanese (ja)
Other versions
JPH0222413B2 (en
Inventor
Kazutoshi Eguchi
江口 和俊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Tokyo Shibaura Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Tokyo Shibaura Electric Co Ltd filed Critical Toshiba Corp
Priority to JP56118731A priority Critical patent/JPS5819954A/en
Publication of JPS5819954A publication Critical patent/JPS5819954A/en
Publication of JPH0222413B2 publication Critical patent/JPH0222413B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30003Arrangements for executing specific machine instructions
    • G06F9/3004Arrangements for executing specific machine instructions to perform operations on memory
    • G06F9/30043LOAD or STORE instructions; Clear instruction

Abstract

PURPOSE:To reduce the number of times of access to a main memory considerably to improve the operation speed, by selecting the main memory or an operation register part in accordance with held contents of flog information when an instruction is executed. CONSTITUTION:Means 108A and 108B, which hold flag information designating whether operand data obtained directly or indirectly from an SS type instruction should be read out from a main memory or be written in the main memory, and an operation register part AL where operand data in the operation execusion of an instruction is stored temporarily are provided. A controlling part 107 is provided which refers to flag information held in the operation execution of the instruction to control the write or the read of operand data to or from the main memory or the operation register part AL.

Description

【発明の詳細な説明】 本発明は5liII命令を用いた演算処理機能をもつデ
ータ処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a data processing device having an arithmetic processing function using 5liII instructions.

従来、データ処理装置において、可変長オペランドを扱
う命令は、その性質上、主メモリ上のオペランドを用い
て演算を行ない、その演算結果を主メ毫りに再び格納す
る所nSs型命令として定義されていた0例えば事務用
命令セットは、その扱うデータの大半が可変長データで
ある喪め、はとんどSS@命令で構成されている。
Conventionally, in data processing devices, instructions that handle variable-length operands are defined as nSs-type instructions that perform operations using operands in main memory and store the results of the operations back in the main memory. For example, an office instruction set, in which most of the data it handles is variable length data, consists mostly of SS@ instructions.

しかしながら、その事務用命令セットを用いて何らかの
処理を実行しようとする場合、成るオペランド(演算結
果)はいくつかの命令に連続して使用される場合が多い
6例えば14ツク形式のデータ主体の演算装置でゾーン
形式の2つのデータを小数点位鐙を揃えて加算を行なう
場合を考えてみると、まず2つのオ(ランドを)臂ツク
(Paek) L、次に何れかをシフト(Shift)
 L、術合わせを行なった後、加算(Add)を行ない
く必要があれば演算結果をシフ)L)、アンノ譬ツク(
[rnpa@k) してゾーン形式にもどす、この処理
を実行する九めには例えば以下に示す■〜■までの処理
ステップが必要となる。
However, when attempting to perform some processing using the office instruction set, the operands (operation results) are often used consecutively in several instructions. Let's consider the case of adding two pieces of data in zone format with a device with the decimal point stirrups aligned. First, Paek L the two lands, then Shift one of them.
L) After performing the combination, if it is necessary to perform addition (Add), shift the calculation result) L), Anonymous parable (
[rnpa@k) and return to the zone format.The ninth step of executing this process requires, for example, the processing steps ① to ① shown below.

■ Pa@k    B4Y ■ Pack    A−+X ■ 8hift   X−4X ■ Add    X + Y −) X■、  5h
1ft   x−+x ■ Unps+ek  X−+A これらはすべてSS型命令で構成される為、■はメモリ
リードが2オ(ランP分、メモリライトが1オペランド
分必要となシ、他はメモリリード、メモリライトがそれ
ぞれ1オペランド分ずつ必要であり、計メモリリード=
7オ(ランド分、メモリライトコ6オイランド分必要と
なる。従ってメ七すのリーy/ライトに多大の時間が費
され、演算速度を妨げる大きな要因となっていた。
■ Pa@k B4Y ■ Pack A-+X ■ 8hift X-4X ■ Add X + Y -) X■, 5h
1ft x-+x ■ Unps+ek Each write requires one operand, and the total memory read =
It takes 7 lands and 6 lands for memory write. Therefore, a large amount of time is consumed in reading/writing the memory, which is a major factor hindering the calculation speed.

本発明は上記実情に鑑みなされたもので、SS型命令を
なす命令語に、主メモリに対するオペランドのリード、
ライトの要、不要を示すフラグ情報を付加して、前記命
令の実行時に前記フラグ情報を保持し、その保持内容に
従い演算実行時におけるオ(ラン−のリード、2イト先
(主メモリX線演算しジスタ部)を選択する構成とする
ことによって、主メモリのアクセス回数を大幅に減らし
、演算速度を著しく向上せしめることのできるようにし
たデータ処理装置を提供することを目的とする。
The present invention has been made in view of the above-mentioned circumstances, and includes an instruction word that constitutes an SS type instruction that includes read operands to the main memory,
Flag information indicating whether a write is required or not is added, and the flag information is retained when executing the instruction, and according to the retained contents, when executing an operation, it is An object of the present invention is to provide a data processing device which can significantly reduce the number of accesses to the main memory and significantly improve the calculation speed by selecting the main memory (register section).

以下図面を参照して本発明の一実施例を説明する・ここ
では、sB型命令形式をなす命令語中に、2ビツトの特
定フラグ部を持たせ、そのうちの1ビツトの第1のフラ
グ情報(FlaぎA)にて、主メモリからのオペランド
の読出しの要、不要を指定し、残る他の1ビツトの第2
のフラグ情報(Fl島gB)Kて、主メモリへのオペラ
ンドの書込みの要、不llt指定するものとする。すな
わち、具体的には、Flagム=@O−で主メモリから
のオペランドの読出しを指定し、 Flag A−=@
l’で主メモリに代って演算部のレジスタファイルから
のオペランドの読出しを指定し、Flmg B;@O″
で主メモリへのオペランドの書込みを指定し、 Fla
g Bw @1″で主メモリに代ってレジスタ7アイル
へのオーe9ンドの書込みを指定するものとする・ 第1図は本発明の一実施例を示すブロック図である。図
中、201乃至106は演算部(AL)の構成要素をな
すもので、101は他の演算モジエール(例えば固定小
数点演算制御部)等と接続されたAパスと称されるデー
タ/fス201上のデータを入力するr−トである。1
02はこのl”−ト101を介して入力された第1オ(
うyPf”−夕の一部(又は全部)を貯えるレジスタで
ある。103は上記r−ト101、よ抄出力されるデー
タ又は後述する演算器108の出力データのうち何れか
一方を選択するセレクタである。104はこのセレ′ク
タ103より出力される第2オペランドデータ、演算結
果データ等を貯えるレジスタイアイルである。1elS
Fi。
An embodiment of the present invention will be described below with reference to the drawings. Here, an instruction word in the sB type instruction format has a 2-bit specific flag part, and 1 bit of the first flag information is included. (Flag A) specifies whether it is necessary to read the operand from the main memory, and the remaining 1-bit second
The flag information (Fl island gB) K specifies whether or not writing of the operand to the main memory is required. That is, specifically, Flag=@O- specifies reading of the operand from main memory, and Flag A-=@
l' specifies reading of the operand from the register file of the arithmetic unit instead of the main memory, and Flmg B; @O''
Specifies writing of the operand to main memory with Fla
g Bw @1'' specifies writing of the command to the register 7 isle instead of the main memory. FIG. 1 is a block diagram showing an embodiment of the present invention. In the figure, 201 106 to 106 are constituent elements of an arithmetic unit (AL), and 101 is a data/f path connected to other arithmetic modules (for example, a fixed-point arithmetic control unit), etc., and is connected to the data/f path 201. This is the input r-t.1
02 is the first output (
103 is a register for storing a part (or all) of the output data. 103 is a selector for selecting either the data outputted from the r-t 101 or the output data of the arithmetic unit 108, which will be described later. 104 is a register aisle that stores the second operand data, operation result data, etc. output from this selector 103.1elS
Fi.

このレジスタファイル104の出力データと上記レジス
タ102の出力データとを受けて指定演算モードに従う
演算を実行する演算器である。
This is an arithmetic unit that receives the output data of this register file 104 and the output data of the register 102 and executes an operation according to a designated operation mode.

106はこの演算器105の出力データをSIクスと称
されるデータ・ぐスx o;ttVc出力するためのe
−トである。101は上記演算部(AL)、メモリアク
セス等の各部の制御信号を得る制御部であり、マイクロ
fOダラムシーケンサ、ROM 。
106 is an e for outputting the output data of the arithmetic unit 105 as a data signal called SI xo;ttVc.
- It is. Reference numeral 101 denotes a control unit that obtains control signals for each unit such as the arithmetic unit (AL) and memory access, and includes a micro fO Durham sequencer and a ROM.

マイクロ命令レジスタ、マイクロ命令デコーダ等で構成
される。108ム、108Bはこの制御部101と、上
記演算部(AL)を含め九各演算モジエールとの間で各
種制御信号の受渡しを行なうCNT Aスト称すレルコ
ントロールノ櫂スzostt介して入力され九前述の第
1.第2のフラグ情報Flag A 、 Flmg B
を貯え、その内容を制御部101に与えるフリツf70
ツゾである。
It consists of a microinstruction register, microinstruction decoder, etc. 108 and 108B are inputted via a control node called CNTA which exchanges various control signals between the control unit 101 and nine calculation modules including the calculation unit (AL) described above. 1st. Second flag information Flag A, Flmg B
Fritz f70 stores the contents and gives the contents to the control unit 101.
It's Tuzo.

第2図線上記第1図に示す一実施例の動作を説明する丸
めのフローチャートである。
FIG. 2 is a rounding flowchart illustrating the operation of the embodiment shown in FIG. 1 above.

ここで上記第1図における一実施例の動作を第2図に示
すフローチャートを参照しながら説明する。ζヒで杜、
命令の7エツテ等、演算のフヱーズに入る前の処理は従
来と同様であるため、その説明を省略し、演算のフx−
je?みの説明を行なう0通常の88型命令の場合は、
前述の第1.継2の72グ情報が共に0’ (Flag
入F1mg B= @O”)となってお9、従って7リ
ツプ7aッグl0IA、l0IIBは共にリセット状態
となりている(第2図A、D)。ここで、演算処理の7
エーズに入る七先ず第2オ(ランドがフェッチされ、主
メモリよシ読出されたオペランドデータがデータバス2
01、? −) 70 Jを経てセレクタ103に供給
される。この際セレクタ103は制御部101からの制
御指令により、データバス201上のデータをレジスタ
ファイル104に入力すべく選択制御されている。これ
によ)、第2オペランドデータはレジスタファイル10
4に入力され、格納される(第2wJB)。又、この際
、上記オペランドデータを一度にリードできない場合は
、何回かに分けて転送され、格納される6次に演算器1
05により。
The operation of the embodiment shown in FIG. 1 will now be described with reference to the flowchart shown in FIG. 2. ζ Hi de Mori,
The processing before entering the operation phase, such as the 7th step of the instruction, is the same as before, so its explanation will be omitted, and the operation phase will be explained below.
je? For normal 88 type instructions,
The above 1. Both 72g information of relay 2 is 0' (Flag
input F1mg B = @O''), and therefore, both the 7th lip 7a and l0IA and l0IIB are in the reset state (Fig. 2 A, D).
7 First, the second O (land) is fetched and the operand data read from the main memory is transferred to the data bus 2.
01,? -) 70 J and is supplied to the selector 103. At this time, the selector 103 is selectively controlled to input data on the data bus 201 to the register file 104 by a control command from the control unit 101. With this), the second operand data is the register file 10
4 and stored (second wJB). Also, at this time, if the above operand data cannot be read at once, it is transferred and stored several times to the 6th order arithmetic unit 1.
By 05.

制御部107の制御の下に演算が行なわれる(第2図C
)、この際、@1オペランドが演算に必要な場合は、そ
のオーeクンドー−りが演算と並行して主メモリよ)読
出、され、レジスタ102に取込まれた後、上記レジス
タファイル104の第2のオペランドデータと共に演算
器105fC与えられる。而して演算終了後、演算11
に105よ〉出力され九演算結果のデータ線、r−ト1
0gを経てデータバス201上に出力され、主メモリに
格納される(第2図F)。
Calculations are performed under the control of the control unit 107 (FIG. 2C)
), at this time, if the @1 operand is required for the operation, its operation is read out from the main memory () in parallel with the operation and taken into the register 102, and then stored in the register file 104. Arithmetic unit 105fC is applied together with second operand data. After the calculation is completed, calculation 11
105〉 is outputted to the data line of the result of the nine operations, r-to1
0g, is output onto the data bus 201, and stored in the main memory (FIG. 2F).

次にオペランド(演算結果)の主メモリへの書込みを省
略する場合の動作について説明する。
Next, an explanation will be given of the operation when writing of the operand (operation result) to the main memory is omitted.

この動作適用例として、例えば前記した一連の命令■〜
■のうちの■の命令(Pa@k A→X)が挙げられる
。仁の場合は演算結果を次0命令処理で再び使用する九
め、演算部(AL)内のレジスタファイル104に残し
ておけばよく、従って主メモリへの書込み動作を省略で
亀る。この際紘、前述O第1.第2の7ラグ情報Fla
g A 。
As an application example of this operation, for example, the above-mentioned series of commands
An example of this is the instruction (Pa@k A→X). In this case, the result of the operation can be left in the register file 104 in the arithmetic unit (AL) in order to be used again in the next 0 instruction processing, and therefore the write operation to the main memory can be omitted. At this time, Hiro, the aforementioned O No. 1. Second 7 lag information Fla
gA.

FlmgBのうち、Flmg Bのみが@1″となりて
、フリッグフpツブ108ム、108Bのうち101B
のみがセットされゐ(第2図D)、この場合においても
演算器161による演算の奥行まで社上述の動作例と同
様である0次に、フリッグフロッ!108Bがセットし
ていると、先ず割込みの発生有無が調べられる(第2図
E)。ζこで割込みが発生して%/−&九際は、制御が
他のタスクに移りて別のタスクで再び同じ演算部(ムL
)が使用され、レジスタファイル104に別のデータが
書込まれる可能性がある。従ってこの場合祉フリッf7
0ッf10gBがセット状態となっていても前述の動作
例と同様にして演算結果を主メモリに書込み<fK2図
Fl)、その後、制御を割込み処理に移す。又、上記割
込みの有無を調べた際1割込みが発生していなければ、
制御部1010制御の下にセレクタ103が演算器10
5の出力をレジスタファイル104に入力すべく選択制
御される。これにより、演算器105上シ出力された演
算結果は上記セレクタ103を経てレジスタファイル1
04に取込まれ、以降の演算処理に供される。このよう
にして、第2のフラグ情報F1mg Bの指定で7リツ
グフロツf10BBがセット状11にある原線、割込み
が発生して−ないことを確認した後、演算結果を主メモ
リには書込オず、これに代ってレジスタファイル104
に書込む。
Of FlmgB, only FlmgB is @1'', Fligfup Tsubu 108mm, 101B out of 108B
is set (FIG. 2D), and in this case as well, the depth of calculation by the arithmetic unit 161 is the same as in the above-mentioned operation example. If 108B is set, the occurrence of an interrupt is first checked (FIG. 2E). When an interrupt occurs at this point, control is transferred to another task and the same calculation unit (MU L) is restarted in another task.
) may be used and other data may be written to the register file 104. Therefore, in this case welfare fri f7
Even if 0ff10gB is in the set state, the calculation result is written to the main memory in the same manner as in the above-mentioned operation example <fK2 (Fig. Fl), and then control is transferred to interrupt processing. Also, when checking the presence or absence of the above interrupt, if 1 interrupt does not occur,
Under the control of the control unit 1010, the selector 103 operates as the arithmetic unit 10.
Selection control is performed to input the output of No. 5 to the register file 104. As a result, the operation result output from the arithmetic unit 105 passes through the selector 103 to the register file 1.
04 and used for subsequent calculation processing. In this way, after confirming that the 7-rig float f10BB is in the set state 11 by specifying the second flag information F1mgB and that no interrupt has occurred, the operation result is written to the main memory. Instead, the register file 104
write to.

次に第2オーCランドの7エツチ(主メモリからO第2
オペツンドの読出し)を省略す石場合に’)%/%て述
べる。この動作適用例として、例えば前述した命令■〜
■のうちの■の命令(shtttX−+X >が挙げら
れる。この場合はXがレジスタファイル104に格納さ
れていれば、主メモリから読出す必要はなく、直ちに演
算を開始できる。この際は前述の第1.第2の)2グ情
報Flag A 、 Flmg Bのうち、Flag 
Aのみが11”と表って、フリッグフロッflO8に、
10.11Hのうち、108にのみがセットされる(第
2図人)。
Next, the 7th edge of the second O C land (from the main memory to the O second
In case of omitting the operation readout, it is stated as ')%/%. As an application example of this operation, for example, the above-mentioned command
An example of the instruction (shtttX-+X>) is the instruction (shttt Of the 1st and 2nd) 2nd flag information Flag A and Flmg B, Flag
Only A is displayed as 11”, and the frig float flO8,
Of 10.11H, only 108 is set (person in Figure 2).

このフリッグフ四ツf1011ムがセット状態にあると
、制御部1010制御の下にオペランド7エツチの処理
はスキラグされ、直ちに演算の処理に制御を移す(第2
図A→C)。尚、この際、第1オー4ツ/Pが演算に必
要な場合紘、そのオ(ランドデータが主メモリより読出
され、データバス201.1”−ト101等を経てレジ
スタl0IK’)ツテされ慶後、演算0105に与えら
れる。このようにして、第1のフラグ情報Flagムの
指定で7リツデフロツ!108人がセット状態にある際
は、主メモリからの第2オペランドの読出しがスキラグ
され、レジスタファイル104に貯えられたデータを用
いて直ちに演算が開始される。
When this frig f4 f1011 is in the set state, the processing of operand 7 etching is skilved under the control of the control unit 1010, and control is immediately transferred to the calculation processing (second
Figure A→C). At this time, if the first 4/P is required for the calculation, the land data is read from the main memory and transferred to the register 10IK' via the data bus 201.1''-101 etc. After that, it is given to operation 0105.In this way, when the first flag information Flag is specified and 7 reset!108 people are in the set state, the readout of the second operand from the main memory is skipped An operation is immediately started using the data stored in the register file 104.

上述したような一実施例の演算処理手段により、前記し
たような■〜■O命令による演算を実行すると、命令の
Xで示した部分はすべて演算部(AL)内のレジスタフ
ァイル104におきかえられる。従うて上記実施例の如
く命令語にオ碩ランドのり一ド/ライトを指定する属性
(FlaぎA 、 Flmg B)を持たせるととによ
り、■、■。
When the arithmetic processing means of the embodiment described above executes the arithmetic operations using the instructions ■ to ■O as described above, all the portions of the instructions indicated by X are replaced in the register file 104 in the arithmetic unit (AL). . Therefore, as in the above embodiment, by providing the command word with attributes (Flag A, Flmg B) specifying the Oland Nori 1 read/write, ■ and ■.

■、■のメモリライトはすべて不要となる。また■、■
、■、■のXを読み出す為のメモリリードも不要となる
。従ってメモリアクセスは、計、メモリリード3オペラ
ンド分、メモリライト2オーeランド分のみとなシ、前
述の従来例に比較してメモリアクセス回数を大幅に削減
でき、これに伴りて演算速度の大幅な向上が計れる。
The memory writes of ■ and ■ are all unnecessary. Also■、■
There is also no need to read the memory to read the X's of , ■, and ■. Therefore, the total number of memory accesses is only 3 operands for memory read and 2 operands for memory write, and the number of memory accesses can be significantly reduced compared to the conventional example mentioned above. Significant improvement can be seen.

なお、上記の実施例で紘3s型命令の特定フィールドK
F1agム、Bの情報を持たせるようKL&が1例えば
オペレージ曹ンコードのデコード結果により間接的にF
lmg人、Bを得るようKして亀よい。
In addition, in the above embodiment, the specific field K of the Hiro 3s type instruction
For example, KL& is 1 to have the information of F1agm and B. For example, F1 is indirectly
lmg people, please K and turtle to get B.

以上詳記したように本発明のデータ処理装置によれば、
88型命令による演算の実行時において、主メモリのア
クセス回数を大幅に減らして、演算速度を着しく向上さ
せることができる。
As detailed above, according to the data processing device of the present invention,
When performing calculations using 88-type instructions, the number of accesses to the main memory can be significantly reduced, and the calculation speed can be significantly improved.

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

第1図線本発明の一実施例を示すf+2ツタ図、第2図
は上記−実施例の動作を説明するための70−チャート
である。 肛・・・演算部、101,106・・・r−)、102
・・・レジスタ、103・・・セνクタ、104・・・
レジスタファイル、105・・・演算器、101・・・
制御部、108ム、1(JIB・・・フリツf70ツノ
、201゜202・・・データバス、20S・・・コン
トロール/豐ス、Flmgム、 Flag ト−7’)
ダ情報。
Fig. 1 is an f+2 ivy diagram showing one embodiment of the present invention, and Fig. 2 is a 70- chart for explaining the operation of the above embodiment. Anus...Arithmetic unit, 101, 106...r-), 102
...Register, 103...Sector ν, 104...
Register file, 105...Arithmetic unit, 101...
Control unit, 108, 1 (JIB...F70 horn, 201゜202...Data bus, 20S...Control/f70, Flmg, Flag 7')
Da information.

Claims (1)

【特許請求の範囲】[Claims] SS型命令から直接的又は間接的に得られる第4ランド
fh−夕を主メモリよシ続出し、又は主メモリへ書込む
か否かを指定するフラグ情報を保持する手段と、前記命
令の演算実行時におけるオペランドデータを一時記憶す
る演算レジスタ部と、前記命令の演算実行時にiPいて
前記保持されたフラグ情報を参照し、前記主メモリ又は
演算レジスタ部へのオペランドデータの書込み又は続出
し制御を行なう制御部とを具備してなる仁とを特徴とし
たデータ処理装置。
Means for retaining flag information specifying whether or not a fourth land fh-data obtained directly or indirectly from an SS-type instruction is to be read out or written to the main memory, and an operation of the instruction. an arithmetic register section that temporarily stores operand data during execution; and an iP that refers to the held flag information when executing the operation of the instruction, and controls writing or successive output of operand data to the main memory or the arithmetic register section. What is claimed is: 1. A data processing device comprising: a control unit for performing operations;
JP56118731A 1981-07-29 1981-07-29 Data processing device Granted JPS5819954A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56118731A JPS5819954A (en) 1981-07-29 1981-07-29 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56118731A JPS5819954A (en) 1981-07-29 1981-07-29 Data processing device

Publications (2)

Publication Number Publication Date
JPS5819954A true JPS5819954A (en) 1983-02-05
JPH0222413B2 JPH0222413B2 (en) 1990-05-18

Family

ID=14743673

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56118731A Granted JPS5819954A (en) 1981-07-29 1981-07-29 Data processing device

Country Status (1)

Country Link
JP (1) JPS5819954A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6029563A (en) * 1983-07-19 1985-02-14 日本軽金属株式会社 Gas occluding solid container and heat exchanger and heat pump using said container
JPS6053758A (en) * 1983-09-05 1985-03-27 工業技術院長 Heat pump system utilizing metallic hydride
JPS6062564A (en) * 1983-09-14 1985-04-10 松下電器産業株式会社 Intermittent type heat pump device
JPS61114062A (en) * 1984-11-07 1986-05-31 株式会社日本製鋼所 Air conditioner utilizing metallic hydride
JPH0573398A (en) * 1991-09-13 1993-03-26 Matsushita Electric Ind Co Ltd Information processor

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5439541A (en) * 1977-09-05 1979-03-27 Hitachi Ltd Data processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5439541A (en) * 1977-09-05 1979-03-27 Hitachi Ltd Data processor

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6029563A (en) * 1983-07-19 1985-02-14 日本軽金属株式会社 Gas occluding solid container and heat exchanger and heat pump using said container
JPS6053758A (en) * 1983-09-05 1985-03-27 工業技術院長 Heat pump system utilizing metallic hydride
JPH0316594B2 (en) * 1983-09-05 1991-03-05 Kogyo Gijutsuin
JPS6062564A (en) * 1983-09-14 1985-04-10 松下電器産業株式会社 Intermittent type heat pump device
JPS61114062A (en) * 1984-11-07 1986-05-31 株式会社日本製鋼所 Air conditioner utilizing metallic hydride
JPH0573398A (en) * 1991-09-13 1993-03-26 Matsushita Electric Ind Co Ltd Information processor

Also Published As

Publication number Publication date
JPH0222413B2 (en) 1990-05-18

Similar Documents

Publication Publication Date Title
US4274138A (en) Stored program control system with switching between instruction word systems
JPS6239780B2 (en)
US4298933A (en) Data-processing device including means to suppress the execution of unnecessary instructions
US4128878A (en) System for excuting a program-call instruction in a computer
JPS5819954A (en) Data processing device
JPS623461B2 (en)
JPS6089274A (en) Vector mask control system
JPS623345A (en) Interruption system
JPS58200349A (en) Microprogram controller
JPS6250855B2 (en)
JPH02232727A (en) Information processor
JPS6151242A (en) Instruction decoding circuit
JPH0557614B2 (en)
JPS6027417B2 (en) data processing equipment
JPS6024642A (en) Microprogram controlling system
JPH0269826A (en) System for controlling instruction with condition
JPS63262744A (en) Direct memory control system
JPH0221331A (en) Program control system for microcomputer
JPS6275743A (en) Diagnostic system for microinstruction
JPS60682B2 (en) logical operation unit
JPS593641A (en) Microprogram controller
JPS5880741A (en) Interruption controlling system
JPH0239812B2 (en)
JPS6379144A (en) Microprocessor
JPS61147333A (en) Register select circuit