JPH01126730A - Stack memory device - Google Patents

Stack memory device

Info

Publication number
JPH01126730A
JPH01126730A JP28418187A JP28418187A JPH01126730A JP H01126730 A JPH01126730 A JP H01126730A JP 28418187 A JP28418187 A JP 28418187A JP 28418187 A JP28418187 A JP 28418187A JP H01126730 A JPH01126730 A JP H01126730A
Authority
JP
Japan
Prior art keywords
stack
memory
contents
speed memory
flop
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
JP28418187A
Other languages
Japanese (ja)
Inventor
Shinichi Habata
幅田 伸一
Mamoru Umemura
梅村 護
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.)
National Institute of Advanced Industrial Science and Technology AIST
Original Assignee
Agency of Industrial Science and Technology
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 Agency of Industrial Science and Technology filed Critical Agency of Industrial Science and Technology
Priority to JP28418187A priority Critical patent/JPH01126730A/en
Publication of JPH01126730A publication Critical patent/JPH01126730A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To improve a processing speed by efficiently realize stack function with the small quantity of a hardware. CONSTITUTION:When push operation is executed, 1 is added to a stack top counter (ST)30. The value of the ST30 is given to one input of a coinciding circuit 70. To the other input of the coinciding circuit 70, the value of a stack base counter (SB)40 is inputted. When the coinciding circuit 70 detects coincidence, since this shows a condition that the entry of a high speed memory 10 is wholly used. Then, when the push operation is executed in such a condition, a save processing is executed to sweep out the contents of the high speed memory 10 to an external memory 20. At first, the contents of the SB40 are given to the high speed memory 10 as an address and the contents of the address are transferred to the external memory 20. After that, the value of the SB40 is added only by 1. The output of the most significant digit of the SB40 is given through a line 402 to a flip-flop 80. Then, when acarrying occurs, a setting is executed. This evacuating operation is continued until a flip-flop 70 is set.

Description

【発明の詳細な説明】 (産業上の利用分野) 本発明は計算機におけるスタック機能を少ないハードウ
ェアによって効率よく実現することにより処理速度を増
大させて複雑な応用プログラムを広い範囲で利用可能に
するためのものである。
[Detailed Description of the Invention] (Industrial Application Field) The present invention efficiently realizes the stack function in a computer with less hardware, thereby increasing processing speed and making it possible to use complex application programs in a wide range of applications. It is for.

(従来の技術) スタック機能は、計算機の動作において一時的に状態を
保存し、関連する他の動作が終了した時点で前記保存し
た状態に復帰する機能であり、古くから頻繁に使用され
てきた基本的な機能である。一般にスタックは複数の状
態を次々に積み上げて論理的に無限のエントリを保持し
得るよう構成する必要がある。ところがハードウェアの
量的な制限により現実にはこれをすべてハードウェアで
実現することは困難である。この問題を解決するため、
従来比較的高価な少量の高速メモリと比較的安価な大容
量の低速メモリとの組み合わせにより実現されてきた。
(Prior Art) The stack function is a function that temporarily saves the state during computer operation and returns to the saved state when other related operations are completed, and has been frequently used since ancient times. This is a basic function. In general, a stack must be constructed so that it can hold a logically infinite number of entries by stacking multiple states one after another. However, in reality, it is difficult to realize all of this with hardware due to quantitative limitations of hardware. To solve this problem,
Conventionally, this has been achieved by combining a relatively expensive, small amount of high-speed memory with a relatively inexpensive, large-capacity, low-speed memory.

この2階層のメモリの間のデータの出し入れは動作が複
雑であり、従来主としてソフトウェアおよびマイクロプ
ログラムによって実現されてきた。
The operation of inputting and outputting data between these two layers of memory is complicated, and has conventionally been realized mainly by software and microprograms.

(発明が解決しようとする問題点) スタック操作は非常に頻繁に発生するものであり、その
実現効率はシステム効率に大きく影響をおよぼすもので
ある。とくにLISPやPROLOGに代表され・るよ
うなスタック操作をプログラミング言語自体の基本メカ
ニズムとして含む言語の実行においてはその効率が極め
て重要である。論理的に無限の状態を保存し得る状態を
作り出す為には従来、システムの基本的機能としてソフ
トウェアおよびファームウェアによって実現されてきた
が、効率上およびシステム資源の限界上多くの問題を抱
えている。したがって従来より多くの発明がなされてき
たが、ハードウェアによるサポートによる実現に於いて
は複雑な動作に対応してハードウェア量が増加する傾向
があった。
(Problems to be Solved by the Invention) Stack operations occur very frequently, and the efficiency with which they are realized greatly affects system efficiency. Efficiency is particularly important in the execution of languages such as LISP and PROLOG, which include stack operations as a basic mechanism of the programming language itself. In order to create a state in which an infinite number of logical states can be stored, software and firmware have conventionally been implemented as a basic function of a system, but this has had many problems in terms of efficiency and the limits of system resources. Therefore, many inventions have been made in the past, but when they are implemented using hardware support, the amount of hardware tends to increase in response to complex operations.

より具体的には、2つのメモリ階層の間の入れ替えを行
うタイミングの検出と実際の入れ替え動作の効率が大き
な問題であった。
More specifically, detection of the timing for swapping between two memory hierarchies and the efficiency of the actual swapping operation are major problems.

本発明の目的はこれらの問題点を解決したスタック・メ
モリ装置を提供することにある。
An object of the present invention is to provide a stacked memory device that solves these problems.

:(問題点を解決するための手段) 本発明は、スタックとして使用する2のべき乗のエント
リを格納する高速メモリと、スタック内容を退避するた
めの外部メモリと、スタック・トップカウンタと、スタ
ック・ベースカウンタと、前記2種類のカウンタの内容
を1だけ減算した出力を発生する減算器Aと、前記スタ
ック・ベースカウンタの内容を1だけ減算した出力を発
生する減算器Bと、前記2種類のカウンタの内容および
前記減算器A、前記減算器Bの出力を互いに比較し一致
を検出する一致回路と、前記スタック・ベースカウンタ
の最上位への桁上がり信号でセットされるフリップフロ
ップから成り、スタックプッシュ操作において前記一致
回路によって前記メモリのエントリがすべて満たされた
事を検出したときに前記フリップフロップの状態が変更
されるまで前記外部メモリに前記高速メモリの内容を退
避し、また、スタックポツプ捜査において前記一致回路
によって前記メモリの内容がすべて空になった事を検出
したときには前記フリップフロップの状態が変更される
まで前記外部メモリより高速メモリに復帰することによ
り、常にスタックの先頭のデータ群を前記高速メモリに
保持することを特徴とするスタック・メモリである。
(Means for Solving the Problems) The present invention includes a high-speed memory for storing power-of-2 entries used as a stack, an external memory for saving stack contents, a stack top counter, and a stack top counter. a base counter, a subtracter A that generates an output obtained by subtracting the contents of the two types of counters by 1, a subtracter B that generates an output obtained by subtracting the contents of the stack base counter by 1; It consists of a matching circuit that compares the contents of the counter and the outputs of the subtracter A and the subtracter B to detect a match, and a flip-flop that is set by a carry signal to the top of the stack base counter. When the coincidence circuit detects that all entries in the memory are filled in a push operation, the contents of the high-speed memory are saved in the external memory until the state of the flip-flop is changed; When the coincidence circuit detects that the contents of the memory are completely empty, the data group at the top of the stack is always stored in the memory by returning to the faster memory than the external memory until the state of the flip-flop is changed. This is a stack memory characterized by being held in high-speed memory.

(作用) スタック機能は、ある時点での状態を保持し、さらに引
き続く時点の状態を次々に保持し、アクセスされたとき
には最も最近に保持された状態を出力するラストインフ
ァーストアウト(Last InFirst 0ut)
メモリ(LIFOメモリ)で実現される。ここで前者を
ブツシュ操作、後者をポツプ操作と呼ぶ。ブツシュ操作
は論理的には無限回行える必要があるが、ハードウェア
量は限界がある。スタック操作を効率よく実現するため
には少量の高速だが高価なメモリと低速だが安価な故に
大容量化が可能なメモリとの組み合わせによって構成す
る。
(Function) The stack function retains the state at a certain point in time, then successively retains the state at subsequent points in time, and when accessed, outputs the most recently held state (Last In First Out).
This is realized using memory (LIFO memory). Here, the former is called a push operation, and the latter is called a pop operation. Logically, the button operation should be performed an infinite number of times, but there is a limit to the amount of hardware available. In order to efficiently perform stack operations, a small amount of fast but expensive memory is combined with a slow but cheap memory that can be increased in capacity.

すなわち、最近にブツシュされた状態はアクセスされる
可能性が最も高いため、できる限り高速なメモリ上に置
いておくことが望ましい。ここで高速メモリへのブツシ
ュ操作が続き、高速メモリをオーバーフロラするときに
は、古い状態から順に低速メモリへの掃き出しを行い、
高速メモリは引き続くブツシュ操作に備えてクリアーす
る必要がある。この内容入れ替えのタイミングと入れ替
え処理の高速化が重要である。
In other words, since the most recently bushed state has the highest possibility of being accessed, it is desirable to store it in the fastest possible memory. Here, the push operation to the fast memory continues, and when the fast memory is overflowed, the oldest state is flushed to the slow memory,
High speed memory must be cleared for subsequent bush operations. The timing of this content replacement and speeding up of the replacement process are important.

本発明のスタックメモリは前記高速メモリのベースを指
すスタックベースカウンタとブツシュlポツプ操作のた
めの前記メモリのアドレスを指すスタックトップカウン
タによってスタック操作を実現するとともに、前記高速
メモリがオーバーフロウするか否かをハードウェアによ
って検出し、高速な内容入れ替え動作を実現するための
ものである。
The stack memory of the present invention realizes the stack operation by a stack base counter pointing to the base of the high speed memory and a stack top counter pointing to the address of the memory for push button operation, and also checks whether the high speed memory overflows. This is to detect the content using hardware and realize high-speed content replacement operation.

(実施例) 以下、本発明のスタックメモリの実施例について図面を
用いて詳細に説明する。
(Example) Hereinafter, an example of the stack memory of the present invention will be described in detail using the drawings.

第1図は本発明の一実施例を示すブロック図である。図
において10はスタックとして使用する2のべき乗のエ
ントリを格納する高速メモリ、20は外部メモリ、30
はスタックトップカウンタ(STと略称する)、40は
スタックベースカウンタ(SBと略称する)、50は減
算器A160は減算器B170は一致回路、80はフリ
ップフロップ、11,51,71.72はセレクタであ
る。
FIG. 1 is a block diagram showing one embodiment of the present invention. In the figure, 10 is a high-speed memory that stores entries of powers of 2 used as a stack, 20 is an external memory, and 30
is a stack top counter (abbreviated as ST), 40 is a stack base counter (abbreviated as SB), 50 is a subtracter A160, subtracter B170 is a matching circuit, 80 is a flip-flop, 11, 51, 71.72 is a selector. It is.

簡単のため高速メモリ10のエントリ数(アドレス)が
4である例について説明する。初期状態では5T30お
よび5B40はともに00”にセットされ、フリップフ
ロップ80はリセットされる。
For simplicity, an example will be described in which the number of entries (addresses) in the high-speed memory 10 is four. In the initial state, 5T30 and 5B40 are both set to 00'' and flip-flop 80 is reset.

(ブツシュ操作) ブツシュ操作が行われるときの各セレクタは以下の状態
にセットされる。すなわち、セレクタ11の入力は線3
01、セレクタ71の入力は線301、セレクタ72の
入力は線601が選ばれる。初期状態におけるブツシュ
操作は、5T30の内容が線301、セレクタ11、線
111を介して番地付けされ、高速メモリ10の“00
パ番地へデータレジスタ(図示せず)の内容が書き込ま
れることで実現され、5T30はこの書き込み終了後に
1加算される。すなわち5T30の出力は書き込み終了
時点で“01″となり、次のブツシュ操作に備えた準備
が行われる。この値は、線301、セレクタ71、線7
11を介して一致回路70の一方の入力として与えられ
る。−数回路70の他方の入力は5B40から1だけ減
算された値、すなわち11°”である。−数回路はこ゛
の時点では一致を検出しないためこれ以。
(Bush operation) When a push button operation is performed, each selector is set to the following state. That is, the input of selector 11 is line 3
01, the line 301 is selected as the input to the selector 71, and the line 601 is selected as the input to the selector 72. The button operation in the initial state is such that the contents of 5T30 are addressed via line 301, selector 11, and line 111, and the contents of 5T30 are addressed to “00” of high-speed memory 10.
This is achieved by writing the contents of a data register (not shown) to address 5T30, and 1 is added to 5T30 after this writing is completed. That is, the output of 5T30 becomes "01" at the end of writing, and preparations are made for the next bushing operation. This value is line 301, selector 71, line 7
11 as one input of the matching circuit 70. The other input of the -number circuit 70 is the value obtained by subtracting 1 from 5B40, that is, 11°.The -number circuit does not detect a match at this point, so no further processing is performed.

上の動作を生起しない。Does not cause the above behavior.

引き続きブツシュ操作が行われた時には一致回路70が
一致を検出するまで上記と同様の動作が実行される。
When the bushing operation is subsequently performed, the same operation as described above is executed until the coincidence circuit 70 detects a coincidence.

(退避処理) 一致回路70が一致を検出したときの5T30と5B4
0の値は共に’oo”であり、高速メモリ10のエント
リがすべて使われた状態を示している。この状態のとき
にブツシュ操作が行われると高速メモリ10の内容を外
部メモリ20へ掃き出す退避処理が必要となるがこのと
きの各セレクタの状態は以下のとおりである。すなわち
セレクタ11の入力は線401、セレクタ51の入力は
線301、セレクタ71の入力は線501、セレクタ7
2の入力は線401が選択される。以後高速メモリ10
の外部メモリ20への退避処理が行われる。まず、8B
40の内容がアドレスとして高速メモリ10に与えられ
、“00′”番地の内容が外部メモリ20への転送され
た後5B40の値が1だけ加算される。5B40の最上
位桁の出力は線402を介してフリップフロップ80に
与えられ、桁上がりが起こるとセットされる。上記動作
はこのフリップフロップ80がセットされるまで行われ
る。すなわち高速メモリ10の半分の量が退避されるこ
とになる。最終エントリの退避が終了した時点での5B
40の内容は“10”になっている。したがってこの後
のスタック・ベースは高速メモリ10の後半の先頭位置
となる。この状態からさらにブツシュ操作が行われ、高
速メモリ10が再び一杯になるとフリップフロップ80
がセットされているため高速メモリ10の後半部分が退
避されスタックベースは再度110011番地に更新さ
れる。以後の復帰処理終了は5B40の最上位の桁上が
りによってフリップフロップ80がリセット、される時
点である。また、高速メモリ10から外部゛メモリ20
への退避が行われたことは(図示しない)外部装置によ
って記憶される。
(Saving process) 5T30 and 5B4 when the matching circuit 70 detects a match
Both values of 0 are 'oo', indicating that all entries in the high-speed memory 10 are used.If a push operation is performed in this state, the contents of the high-speed memory 10 are flushed to the external memory 20. Processing is required, and the states of each selector at this time are as follows: Input to selector 11 is line 401, input to selector 51 is line 301, input to selector 71 is line 501, selector 7 is input to line 401.
For input No. 2, line 401 is selected. High speed memory 10
A saving process to the external memory 20 is performed. First, 8B
The contents of 40 are given to the high speed memory 10 as an address, and after the contents of address "00'" are transferred to the external memory 20, the value of 5B40 is incremented by 1. The most significant digit output of 5B40 is provided to flip-flop 80 via line 402 and is set when a carry occurs. The above operation is performed until this flip-flop 80 is set. In other words, half the amount of high-speed memory 10 is saved. 5B at the time the final entry has been saved
The content of 40 is "10". Therefore, the subsequent stack base becomes the top position of the second half of the high speed memory 10. When the high-speed memory 10 becomes full again due to further push operation from this state, the flip-flop 80
is set, the second half of the high-speed memory 10 is saved and the stack base is updated to address 110011 again. The end of the subsequent return process is when the flip-flop 80 is reset by the most significant carry of 5B40. Also, from the high-speed memory 10 to the external memory 20
The fact that the evacuation has been performed is stored by an external device (not shown).

(ポツプ操作) ポツプ操作が行われるときの各セレクタの状態は以下の
とおりである。すなわち、セレクタ11の入力は線50
1、セレクタ51の入力は線301、セレクタ71の入
力は線501、−セレクタ72の入力は線401が選択
されている。5T30は次にブツシュされるべき高速メ
モリ10のアドレスを指示しているため、ポツプ操作に
おいて減算器50によって1だけ以前のアドレスの読み
だしが行われることになる。この読みだしが終了した時
点で8T30は1だけ減算される。−数回路70には5
B40の値と、5T30の値から1だけ減算された値が
入力されている。ポツプ操作は一致回路70が一致を検
出するまでは上記動作の繰り返しで実現される。
(Pop operation) The state of each selector when a pop operation is performed is as follows. That is, the input of the selector 11 is the line 50
1. The line 301 is selected as the input to the selector 51, the line 501 is selected as the input to the selector 71, and the line 401 is selected as the input to the -selector 72. Since 5T30 indicates the address of the high speed memory 10 to be bushed next, the subtracter 50 reads the previous address by 1 in the pop operation. When this reading is completed, 8T30 is subtracted by 1. - 5 for number circuit 70
The value of B40 and the value obtained by subtracting 1 from the value of 5T30 are input. The pop operation is realized by repeating the above operations until the matching circuit 70 detects a match.

(復帰処理) 復帰処理が行われるときの各セレクタの状態は以下のと
おりである。すなわち、セレクタ11の入力は線501
、セレクタ51の入力は線401、セレクタ71の入力
は線301、セレクタ72の入力は線601が選択され
ている。前記ポツプ操作中に一致回路70が一致を検出
するのは5B30の内容が01”、8B40の内容が“
’oo”のときである。この直後には8T30は”oo
’”に更新され、この時点でポツプ操作が行われるとア
ドレスパ11”へアクセスが行われる。ここでもし、以
前に退避処理が行われていた時には復帰処理が行われな
ければならない。復帰は5B40から1だけ減算された
アドレス1111+1へ行われ、読みだしが終了した時
点で5B40の値が1だけ減算される。この操作が5B
40の最上位の桁下がりによってフリップフロップ80
がリセットされるまで繰り返される。この操作によって
高速メモリ10の半分の内容が高速メモリ10へ復帰さ
れる。尚、復帰処理は外部装置によって高速メモリ10
の内容が外部メモリ2oに退避されていることがわかっ
ているときのみ行われるのは言うまでもない。
(Return Process) The states of each selector when the return process is performed are as follows. That is, the input of the selector 11 is the line 501
, the line 401 is selected as the input to the selector 51, the line 301 is selected as the input to the selector 71, and the line 601 is selected as the input to the selector 72. During the pop operation, the matching circuit 70 detects a match when the content of 5B30 is "01" and the content of 8B40 is "
'oo'. Immediately after this, 8T30 is 'oo'.
"", and if a pop operation is performed at this point, the address space 11" is accessed. Here, if a save process was previously performed, a restore process must be performed. The return is performed to address 1111+1, which is obtained by subtracting 1 from 5B40, and when reading is completed, the value of 5B40 is subtracted by 1. This operation is 5B
Flip-flop 80 by the most significant digit of 40
repeats until reset. This operation restores half the contents of high speed memory 10 to high speed memory 10. Note that the recovery process is performed by an external device using the high-speed memory 10.
Needless to say, this is performed only when it is known that the contents of are saved in the external memory 2o.

以上の4種の動作説明により、実施例の内容がすべて説
明された。
The contents of the embodiment have all been explained through the explanation of the four types of operations described above.

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

第1図は本発明の一実施例を示すブロック図である。 図において、10はスタックとして使用する2のべき乗
のエントリを格納する高速メモリ、20は外部メモリ、
30はスタックトップカウンタ、40はスタックベース
カウンタ、50.60は減算器、7oは一致回路、80
はフリップフロップ、11,51,71.72はセレク
タである。 工業技術院長 飯塚十三
FIG. 1 is a block diagram showing one embodiment of the present invention. In the figure, 10 is a high-speed memory that stores entries of powers of 2 used as a stack, 20 is an external memory,
30 is a stack top counter, 40 is a stack base counter, 50.60 is a subtracter, 7o is a matching circuit, 80
is a flip-flop, and 11, 51, 71, and 72 are selectors. Juzo Iizuka, Director of the Agency of Industrial Science and Technology

Claims (1)

【特許請求の範囲】[Claims] スタックとして使用する2のべき乗のエントリを格納す
る高速メモリと、スタック内容を退避するための外部メ
モリと、スタック・トップカウンタと、スタック・ベー
スカウンタと、前記2種類のカウンタの内容を1だけ減
算した出力を発生する減算器Aと、前記スタック・ベー
スカウンタの内容を1だけ減算した出力を発生する減算
器Bと、前記2種類のカウンタの内容および前記減算器
A、前記減算器Bの出力を互いに比較し一致を検出する
一致回路と、前記スタック・ベースカウンタの最上位へ
の桁上がり信号でセットされるフリップフロップから成
り、スタックプッシュ操作において前記一致回路によっ
て前記メモリのエントリがすべて満たされた事を検出し
たときに前記フリップフロップの状態が変更されるまで
前記外部メモリに前記高速メモリの内容を退避し、また
、スタックポップ操作において前記一致回路によって前
記メモリの内容がすべて空になった事を検出したときに
は前記フリップフロップの状態が変更されるまで前記外
部メモリより高速メモリに復帰することにより、常にス
タックの先頭のデータ群を前記高速メモリに保持するこ
とを特徴とするスタック・メモリ装置。
A high-speed memory for storing power-of-2 entries used as a stack, an external memory for saving the stack contents, a stack top counter, a stack base counter, and the contents of the two types of counters are subtracted by 1. a subtracter A that generates an output that is obtained by subtracting the contents of the stack base counter by 1; a subtracter B that generates an output that is obtained by subtracting the contents of the stack base counter by 1; and the contents of the two types of counters and the outputs of the subtracter A and the subtracter B. and a flip-flop that is set by a carry signal to the top of the stack base counter, and in a stack push operation, all the entries in the memory are filled by the matching circuit. the contents of the high-speed memory are evacuated to the external memory until the state of the flip-flop is changed when a stack pop operation is detected, and the contents of the memory are all emptied by the match circuit in a stack pop operation. A stack memory device characterized in that when a problem is detected, the data group at the top of the stack is always held in the high-speed memory by returning to the high-speed memory from the external memory until the state of the flip-flop is changed. .
JP28418187A 1987-11-12 1987-11-12 Stack memory device Pending JPH01126730A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28418187A JPH01126730A (en) 1987-11-12 1987-11-12 Stack memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28418187A JPH01126730A (en) 1987-11-12 1987-11-12 Stack memory device

Publications (1)

Publication Number Publication Date
JPH01126730A true JPH01126730A (en) 1989-05-18

Family

ID=17675226

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28418187A Pending JPH01126730A (en) 1987-11-12 1987-11-12 Stack memory device

Country Status (1)

Country Link
JP (1) JPH01126730A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001020623A1 (en) * 1999-09-10 2001-03-22 Marconi Communications Gmbh Capacitor component

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5241132A (en) * 1975-09-29 1977-03-30 Hitachi Ltd Molten plating method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5241132A (en) * 1975-09-29 1977-03-30 Hitachi Ltd Molten plating method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001020623A1 (en) * 1999-09-10 2001-03-22 Marconi Communications Gmbh Capacitor component
US6639785B1 (en) * 1999-09-10 2003-10-28 Marconi Communications Gmbh Capacitor component

Similar Documents

Publication Publication Date Title
US4426682A (en) Fast cache flush mechanism
JPH0414385B2 (en)
US3771142A (en) Digital data storage system
JPS59111569A (en) Vector processing device
CN110060196B (en) Image processing method and device
JPH01126730A (en) Stack memory device
US5293594A (en) Data processing system having a plurality of register groups and a logical or circuit for addressing one register of one of the register groups
JPH01126729A (en) Stack storage device
JPH01126731A (en) Stack memory
US3268874A (en) Computer multi-register linkage with a memory unit
KR930009666B1 (en) Access mechanism of memory unit
JPH01273132A (en) Microprocessor
JP2604604B2 (en) Stack control device
JPS619725A (en) Microprogram control circuit
JPH113209A (en) Data processing system having dynamic resource application function
JPS63261430A (en) Method and apparatus for information processing
JPH01106138A (en) Associative memory
JPS62110697A (en) Address control system
JP3074897B2 (en) Memory circuit
JPS5840664A (en) Buffer memory device
JPS6327731B2 (en)
JPS58189888A (en) Hardware stacking device
JPS61201335A (en) Storing method for program
JPH04266140A (en) Address conversion buffer device
JPH04262436A (en) Address conversion buffer circuit