JPS6136254B2 - - Google Patents

Info

Publication number
JPS6136254B2
JPS6136254B2 JP6576278A JP6576278A JPS6136254B2 JP S6136254 B2 JPS6136254 B2 JP S6136254B2 JP 6576278 A JP6576278 A JP 6576278A JP 6576278 A JP6576278 A JP 6576278A JP S6136254 B2 JPS6136254 B2 JP S6136254B2
Authority
JP
Japan
Prior art keywords
main memory
address
microprogram
expansion
main
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.)
Expired
Application number
JP6576278A
Other languages
Japanese (ja)
Other versions
JPS54157450A (en
Inventor
Hideo Maejima
Kunihiko Oonuma
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP6576278A priority Critical patent/JPS54157450A/en
Publication of JPS54157450A publication Critical patent/JPS54157450A/en
Publication of JPS6136254B2 publication Critical patent/JPS6136254B2/ja
Granted legal-status Critical Current

Links

Description

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

本発明はマイクロプログラム制御のデータ処理
装置に関し、特に主記憶装置のアドレス空間を拡
張する機能を有するデータ処理装置に関する。 近年、マイクロプロセツサの高性能、高機能化
が著しくミニコンピユータの領域に近づいてい
る。特に、ミニコンピユータの最近のセールスポ
イントの1つともなつている主記憶容量の拡大が
それである。16ビツト語長のコンピユータでは基
本的に215すなわち64K語がアドレス可能な最大
規模の主記憶容量となるが、ソフトウエアの高級
化、多重タスク構成、マルチコンピユータ化等の
事情で64K語では全く不足という状況になつてい
る。その為、多くのシステムでは第1図に示す如
く、主記憶装置(以下主記憶と略称する)100
にドラム、デイスクといつた補助記憶装置101
を付加して主記憶100内の非常駐タスク領域で
タスク群のロール・イン、ロール・アウトを行い
複数タスクの切換えを行つている。しかし、主記
憶100に於けるS領域、グローバルデータ
(タスク間共有データ)領域が常駐して64Kのア
ドレス空間を狭くしている。また、非常駐タスク
領域に於てもメモリ・インターフエイスを利用し
た特殊な入出力装置を付加するシステムでは上記
入出力装置に割り当てる主記憶のアドレス領域の
為にタスク領域のアドレス空間に制限が加えられ
る。更に、二重系システム、マルチシステムでは
他系の主記憶(あるいは他系データ)を参照でき
なければならない為に主記憶のアドレス空間の拡
大がコンピユータの多用性にとつて不可欠であ
る。 従来、特にミニコンピユータの分野では上記主
記憶アドレス空間拡大の試みが成されているが、
その主な方式はマツピング方式及びバンクレジス
タ方式といえる。第2図にマツピング方式の概念
図を示し、これを説明する。16ビツト語長の主記
憶アドレスは論理アドレスとして主記憶番地レジ
スタ200に格納されており、これを2つ以上の
セグメントに分割し、例えば下位12ビツトのセグ
メント2bはそのまま物理アドレスの下位12ビツ
トとなり、残りの上位4ビツトのセグメント2a
は予めアドレス拡張の為のデータを書き込んだ小
容量記憶装置202のアドレス指定として働き、
上記4ビツト情報はデコーダ201により小容量
記憶装置202の中の1語(語長は例えば8ビツ
ト)2cを選択し、合計20ビツトの物理アドレス
を作成し、最大1M語のアドレス間を作り出す。
前記小容量記憶装置202の内容はダイナミツク
に書き換えられ、複雑なマツピングが可能となる
反面、回路規模の増大、物理アドレス作成に係る
遅延が問題となる。 また、もう1つのバンクレジスタ方式を第3図
により説明する。バンクとはバンクレジスタ毎に
分けられる主記憶の単位であり、第3図では1バ
ンク64K語の場合を示してある。従つて、主記憶
番地レジスタ200の内容16ビツト36はそのま
ま20ビツトの物理アドレスの一部(バンク内アド
レス)となり、バンクの切換えは命令レジスタの
コード等の外的要因3aによりデコーダ300に
よつて選択される小容量記憶装置301の1語
(例えば4ビツト)3cにより行われ、最終的に
20ビツトの物理アドレスを作成する。本方式の場
合、マツピング方式よりも多少構成が簡素となる
が、相変らずその制御が面倒となる。 いずれの方式にしてもこれらの主記憶アドレス
空間拡大機構をマイクロプロセツサに内蔵する事
は(1)ピン数増加、(2)集積度の増大、(3)素子遅延の
増加といつた下具合が生ずる。一方、上記機構を
マイクロプロセツサ外部に設けた場合はマイクロ
プロセツサの最大の特徴ともいえる部品数に増加
が生じると共に、主記憶参照の為のアクセス時間
の増大を招く結果となる。 本発明は前述した従来技術の欠点に鑑みなされ
たものであり、その目的はマイクロプロセツサの
パツケージ・ピン数の増加、集積度の増加がより
少なく、かつ拡張された主記憶のアクセス時間が
増大する事のない主記憶拡張可能なデータ処理装
置を提供するにある。 本発明の特徴は、マイクロプログラム制御にな
るデータ処理装置に於けるマイクロプログラムが
各マクロ命令毎に異なるマイクロプログラム・ア
ドレスを流れる事を利用し、予め定められたマイ
クロプログラム・アドレスを通過する際にこれを
検出し、そのマイクロ命令にて主記憶を参照する
場合に限つて、主記憶のアドレス空間を拡張する
ようにしていることである。 以下図面に基づいて本発明の好適な実施例を詳
細に説明する。 第4図は本発明が適用されるデータ処理装置全
体のブロツク図である。この構成はデータ処理の
中枢となるマイクロプロセツサ400、マイクロ
プログラムのアドレスを指定する固定記憶番地レ
ジスタ401、マイクロプログラムを格納する固
定記憶装置402、上記マイクロプロセツサ40
0の入出力バスとデータバスとの間の母線駆動回
路403、主記憶番地レジスタ200、主記憶1
00、および主記憶拡張装置404から成る。本
装置の動作を以下に説明する。 (i) マイクロ命令の実行 マイクロプロセツサ400にて決定されたマ
クロ命令に1対1に対応したマイクロプログラ
ム・アドレスは信号線4cを経由してクロツク
4iにより固定記憶番地レジスタ401に置数
される。レジスタ401に置数されたマイクロ
プログラムのアドレス情報はマイクロプログラ
ム・アドレスバス4aを介して固定記憶装置4
02から所定のマイクロ命令を読み出し信号線
4bを通じてマイクロプロセツサ400に連絡
され、マイクロ命令に応じた処理が成される。
マイクロプログラムはマクロ命令毎に分割され
ており、マクロ命令は第5図に示したフローの
如く成される。すなわち、割り込みの有無を判
別し、これが無い場合にはマクロ命令を主記憶
100から読み出し、これを解読し、オペラン
ドのアドレス計算を行う“スタテイサンズ・ル
ーチン”を経由し、解読されたマクロ命令毎の
実行ルーチン1〜Nへと多分岐し、各々で処理
が行われる。この実行終了後は再び割り込みの
有無判別へと戻る。一方、割り込みが有る場合
には割込処理ルーチンへマイクロプログラムが
移され、処理され、処理完了後、再び割り込み
の有無判別へと戻る。 また、マイクロプログラム制御形式は第6図
に示す如く、マイクロ命令実行中に次のマイク
ロ命令を読み出しておく先行制御方式とする。 (ii) 主記憶100の参照 マイクロプロセツサ400内部で作成された
主記憶アドレスがマイクロプロセツサ400の
入出力バス4dを通じて共通バス4eに載せら
れる。このアドレス・データは主記憶番地レジ
スタ200に置数され、アドレスバス4gを介
して主記憶100に連絡される一方、マイクロ
プロセツサ400からは主記憶100への起動
信号4jが出力される。主記憶100から読み
出されたデータはデータバス4f、母線駆動回
路403、共通バス4e、入出力バス4dを経
由してマイクロプロセツサ400へ入力する。
主記憶100のアクセス終了は同装置から信号
線4kによりマイクロプロセツサ400に知ら
される。 一方、本発明の特徴部分である主記憶拡張装
置404はバス4aのマイクロプログラム・ア
ドレスをデコードし、主記憶のアドレスバス4
gを拡張する信号線4hを作成する。 次に、本発明の特徴部分である主記憶拡張装置
404の詳細な一例を図面により説明する。 第7図は主記憶拡張装置404の詳細回路図で
ある。その構成はマイクロプログラム・アドレス
のデコーダ700、クロツク・ゲート701、主
記憶拡張指示用のフリツプ・フロツプ702から
成る。本回路の動作説明には第8図を参照する。 クロツク4iの立下りによつて固定記憶番地レ
ジスタ401に置数されたマイクロプログラム・
アドレスはバス4aに載り、これがデコーダ70
0により検出され、信号7aを得る。本信号7a
はクロツク4iとの間でクロツク・ゲート701
により論理積がとられ、フリツプ・フロツプ70
2のセツト入力に印加され、主記憶拡張信号4h
を得る。 本フリツプ・フロツプ702の解除(リセツ
ト)条件は第8図に示す如く主記憶100からの
アクセス終了信号4kの立下りであると共に、シ
ステムのイニシヤライズ信号7cによつてもリセ
ツトされる。 以上説明した回路によれば主記憶はフリツプ・
フロツプ702の1ビツト分、すなわち2倍のア
ドレス空間を有するシステムとなる。第9図に主
記憶アドレス空間のアクセス方法を示す。 次表に示す如く例えば12ビツトの固定記憶番地
の解読すべきデータを予め決め、3CO〜F,7CO
〜F,BCO〜F,FCO〜Fとするようにデコー
ダ700を構成しておく。
The present invention relates to a microprogram-controlled data processing device, and more particularly to a data processing device having a function of expanding the address space of a main memory device. In recent years, the performance and functionality of microprocessors have significantly increased and they are approaching the realm of minicomputers. This is particularly the case with the expansion of main memory capacity, which has become one of the recent selling points of minicomputers. For a computer with a 16-bit word length, the maximum main memory capacity that can be addressed is basically 215 , or 64K words, but due to advances in software, multi-task configurations, multi-computer design, etc., 64K words cannot be used at all. There is a shortage situation. Therefore, in many systems, as shown in FIG.
Auxiliary storage device 101 with drums and disks
is added to perform roll-in and roll-out of task groups in the non-resident task area in the main memory 100, and switch between multiple tasks. However, the S area and the global data (inter-task shared data) area in the main memory 100 reside permanently, narrowing the 64K address space. In addition, in systems that add special input/output devices using memory interfaces to non-resident task areas, restrictions are placed on the address space of the task area due to the address area of main memory allocated to the input/output devices. . Furthermore, in dual systems and multisystems, it is necessary to be able to refer to the main memory (or data) of other systems, so expanding the address space of the main memory is essential for the versatility of the computer. In the past, attempts have been made to expand the main memory address space, especially in the field of minicomputers, but
The main methods are the mapping method and the bank register method. A conceptual diagram of the mapping method is shown in FIG. 2, and will be explained. A main memory address with a word length of 16 bits is stored as a logical address in the main memory address register 200, and is divided into two or more segments. For example, the lower 12 bits of segment 2b become the lower 12 bits of the physical address. , the remaining upper 4 bits of segment 2a
serves as an address specification for the small capacity storage device 202 in which data for address expansion has been written in advance,
For the above 4-bit information, the decoder 201 selects one word (the word length is, for example, 8 bits) 2c in the small capacity storage device 202 to create a physical address of 20 bits in total, and a maximum of 1M words between addresses.
Although the contents of the small capacity storage device 202 are dynamically rewritten and complex mapping becomes possible, problems arise such as an increase in circuit scale and delays associated with creating physical addresses. Another bank register system will be explained with reference to FIG. A bank is a unit of main memory divided into bank registers, and FIG. 3 shows a case where one bank has 64K words. Therefore, the 16-bit content 36 of the main memory address register 200 becomes part of the 20-bit physical address (address within the bank), and bank switching is performed by the decoder 300 due to an external factor 3a such as a code in the instruction register. This is done by one word (for example, 4 bits) 3c of the small capacity storage device 301 that is selected, and finally
Create a 20-bit physical address. In the case of this method, the configuration is somewhat simpler than that of the mapping method, but its control is still troublesome. In either method, incorporating these main memory address space expansion mechanisms into a microprocessor results in (1) an increase in the number of pins, (2) an increase in the degree of integration, and (3) an increase in element delay. occurs. On the other hand, if the above mechanism is provided outside the microprocessor, the number of components, which is the most important feature of the microprocessor, will increase, and the access time for main memory reference will increase. The present invention has been devised in view of the above-mentioned drawbacks of the prior art, and its purpose is to reduce the increase in the number of package pins and the degree of integration of a microprocessor, and to increase the access time of expanded main memory. The purpose of the present invention is to provide a data processing device whose main memory can be expanded without having to do anything. A feature of the present invention is that the microprogram in a data processing device that is microprogram controlled uses the fact that each macro instruction flows through a different microprogram address, and when passing through a predetermined microprogram address, This is detected and the address space of the main memory is expanded only when the microinstruction refers to the main memory. Preferred embodiments of the present invention will be described in detail below based on the drawings. FIG. 4 is a block diagram of the entire data processing apparatus to which the present invention is applied. This configuration includes a microprocessor 400 that is the center of data processing, a fixed memory address register 401 that specifies the address of the microprogram, a fixed memory device 402 that stores the microprogram, and the microprocessor 40
Bus drive circuit 403 between input/output bus 0 and data bus, main memory address register 200, main memory 1
00, and a main memory expansion device 404. The operation of this device will be explained below. (i) Execution of microinstructions A microprogram address that corresponds one-to-one to a macroinstruction determined by the microprocessor 400 is placed in the fixed memory address register 401 by the clock 4i via the signal line 4c. . The address information of the microprogram stored in the register 401 is transferred to the fixed storage device 4 via the microprogram address bus 4a.
A predetermined microinstruction is read out from the microprocessor 400 through the signal line 4b, and processing according to the microinstruction is performed.
The microprogram is divided into macroinstructions, and the macroinstructions are executed as shown in the flowchart shown in FIG. That is, the presence or absence of an interrupt is determined, and if there is no interrupt, the macro instruction is read from the main memory 100, decoded, and the address of the operand is calculated via the "status routine" for each decoded macro instruction. The execution routine branches into multiple execution routines 1 to N, and processing is performed in each execution routine. After this execution is completed, the process returns to determining the presence or absence of an interrupt. On the other hand, if there is an interrupt, the microprogram is moved to the interrupt processing routine and processed, and after the processing is completed, the process returns to determining whether or not there is an interrupt. Further, the microprogram control format is a advance control method in which the next microinstruction is read out while a microinstruction is being executed, as shown in FIG. (ii) Reference to main memory 100 The main memory address created inside the microprocessor 400 is loaded onto the common bus 4e through the input/output bus 4d of the microprocessor 400. This address data is placed in the main memory address register 200 and communicated to the main memory 100 via the address bus 4g, while the microprocessor 400 outputs an activation signal 4j to the main memory 100. Data read from main memory 100 is input to microprocessor 400 via data bus 4f, bus drive circuit 403, common bus 4e, and input/output bus 4d.
The completion of access to the main memory 100 is notified from the device to the microprocessor 400 via the signal line 4k. On the other hand, the main memory expansion device 404, which is a characteristic part of the present invention, decodes the microprogram address on the bus 4a and decodes the main memory address bus 4a.
Create a signal line 4h that extends g. Next, a detailed example of the main memory expansion device 404, which is a feature of the present invention, will be explained with reference to the drawings. FIG. 7 is a detailed circuit diagram of the main memory expansion device 404. Its structure consists of a microprogram address decoder 700, a clock gate 701, and a flip-flop 702 for instructing main memory expansion. Refer to FIG. 8 for an explanation of the operation of this circuit. The microprogram number placed in the fixed memory address register 401 by the falling edge of the clock 4i is
The address is placed on bus 4a, which is decoder 70
0 is detected and a signal 7a is obtained. Main signal 7a
clock gate 701 between clock 4i
The logical AND is performed by the flip-flop 70
Main memory expansion signal 4h
get. The release (reset) condition for flip-flop 702 is the fall of access end signal 4k from main memory 100, as shown in FIG. 8, and is also reset by system initialization signal 7c. According to the circuit explained above, the main memory is a flip
The system has an address space equivalent to one bit of flop 702, that is, twice as much address space. FIG. 9 shows a method of accessing the main memory address space. As shown in the following table, for example, the data to be decoded at a 12-bit fixed memory address is determined in advance, and data 3CO to F, 7CO
~F, BCO~F, and FCO~F, the decoder 700 is configured.

【表】 この固定記憶番地を通過するとバンク1(64K
以上)の主記憶が参照され、それ以外ではバンク
0(64K以下)が参照される。 すなわち、例えば、主記憶からデータをアクセ
スし、そのデータをマイクロプロセツサ400内
のレジスタ902に格納するマイクロ命令
“LDACC”が固定記憶の2CO及び3CO番地に格
納されていたとする。2CO番地に格納されたマイ
クロ命令の実行の際にはバンク0の主記憶装置9
00のデータをレジスタ902に転送するが、
3CO番地に格納されたマイクロ命令の実行では上
記アドレスがデコーダ700にて検出される事か
らバンク1の主記憶装置901のデータがレジス
タ902に転送される。このように、同一のマイ
クロ命令でもその命令の格納されている固定記憶
番地の違いで主記憶のアドレスを変更せしめ、そ
の空間を拡張する事ができる。 以上はバンク0、バンク1の128K語までの主
記憶拡張例であるが、本発明によれば本質的に更
にアドレス空間の拡張が可能である。第10図を
用いて1M語までのアドレス空間の拡張例を説明
する。本装置の構成はマイクロプログラム・アド
レスバス4aの全ビツトをデコードするプログラ
マブル・ロジツク・アレイ(以下PLAと略称す
る。)1000、このPLA1000の出力パター
ン10a〜dとクロツク4iとの論理積をとるク
ロツク・ゲート群701a〜d、該出力によりセ
ツトされるフリツプ・フロツプ群702a〜dか
ら成る。 PLA1000の内部はANDアレイ1000
a,1000b等とRアレイ1000c,10
00d等から成り、ANDアレイによりデコード
された結果をRアレイにより所定のパターンと
して出力する事が可能である。すなわち、PLA
1000出力(4ビツト)の10a〜dのパター
ンはO〜Fの16通りであり、主記憶の16バンクを
切り換え、全体として1M語のアドレス空間を得
る事ができる。 今、バス4aのマイクロプログラム・アドレス
をデコードし、“0110”なるパターンを得たとす
ると各々の信号10a〜dはクロツク・ゲート7
01a〜dによりクロツク4iがゲート701
b,701cのみ許可され、信号10f,10g
を介してフリツプ・フロツプ702b,702c
のみセツトされ、フリツプ・フロツプ702a,
702bは不変となつている。この結果、バンク
指定信号10i〜lは“0110”すなわち、バンク
6を指示する。フリツプ・フロツプ702b及び
702cのリセツトは主記憶からのアクセス終了
信号4kにより行われると共に、システム・イニ
シヤライズ信号7cによつてもリセツトされ、リ
セツト後はバンク0(64K以下)を指示する事と
なる。 以上のように、図示した実施例によればマイク
ロプログラム制御のデータ処理装置に於ける主記
憶のアドレス空間の拡張に対し、マイクロプロセ
ツサに何ら手を加える事なく、極くわずかの部品
追加でこれを達成し得る。 以上詳細に説明したように、本発明の望ましい
実施例によれば、マイクロプロセツサの入出力ピ
ン及び集積度を増加する事なく、主記憶のアドレ
ス空間を拡張可能なこの種データ処理装置を提供
できる。
[Table] When passing through this fixed memory address, bank 1 (64K
(above) main memory is referenced, otherwise bank 0 (64K or less) is referenced. That is, for example, assume that a microinstruction "LDACC" that accesses data from main memory and stores the data in register 902 in microprocessor 400 is stored at addresses 2CO and 3CO in fixed memory. When executing the microinstruction stored at address 2CO, main memory 9 of bank 0
The data of 00 is transferred to the register 902, but
When the microinstruction stored at address 3CO is executed, the above address is detected by the decoder 700, so that the data in the main memory device 901 of bank 1 is transferred to the register 902. In this way, even if the same microinstruction is stored, the address of the main memory can be changed depending on the fixed memory address where the instruction is stored, and the space can be expanded. The above is an example of expanding the main memory to 128K words in banks 0 and 1, but according to the present invention, it is essentially possible to further expand the address space. An example of expanding the address space to 1M words will be explained using FIG. The configuration of this device is a programmable logic array (hereinafter abbreviated as PLA) 1000 that decodes all bits of the microprogram address bus 4a, and a clock that takes the AND of the output patterns 10a to 10d of this PLA 1000 and the clock 4i. Consists of a gate group 701a-d and a flip-flop group 702a-d set by the output. Inside PLA1000 is AND array 1000
a, 1000b etc. and R array 1000c, 10
00d, etc., and the result decoded by the AND array can be output as a predetermined pattern by the R array. That is, PLA
There are 16 patterns of 10a to 10d of 1000 outputs (4 bits) from O to F, and by switching 16 banks of the main memory, an address space of 1M words can be obtained as a whole. Now, if we decode the microprogram address on bus 4a and obtain a pattern of "0110", each signal 10a-d will be sent to clock gate 7.
01a to 01d, the clock 4i is set to the gate 701.
b, 701c only, signals 10f, 10g
via flip-flops 702b, 702c
only the flip-flop 702a,
702b remains unchanged. As a result, bank designation signals 10i to 10l are "0110", that is, bank 6 is designated. The flip-flops 702b and 702c are reset by the access end signal 4k from the main memory, and also by the system initialize signal 7c, and after being reset, bank 0 (64K or less) is designated. As described above, according to the illustrated embodiment, expansion of the address space of the main memory in a microprogram-controlled data processing device can be done without making any changes to the microprocessor and by adding very few parts. This can be achieved. As described in detail above, a preferred embodiment of the present invention provides a data processing device of this type that can expand the address space of the main memory without increasing the input/output pins or the degree of integration of the microprocessor. can.

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

第1図は通常計算機システムに於ける主記憶の
利用を示す図、第2図は従来の主記憶拡張方式で
あるマツピング方式を示す図、第3図は従来の主
記憶拡張方式であるバンクレジスタ方式を示す
図、第4図は本発明が適用されるデータ処理装置
全体のブロツク図、第5図はマクロ命令のフロー
図、第6図はマイクロプログラム制御のタイムチ
ヤート、第7図は本発明の特徴部分の一実施例回
路図、第8図は主記憶拡張装置の動作説明用のタ
イムチヤート、第9図は主記憶のアドレス空間の
拡張の様子を示す図、第10図は主記憶拡張装置
の他の一例を示す回路図である。 700…デコーダ、701…クロツク・ゲー
ト、702…フリツプ・フロツプ。
Figure 1 shows the use of main memory in a normal computer system, Figure 2 shows the mapping method, which is a conventional main memory expansion method, and Figure 3 shows the bank register, which is a conventional main memory expansion method. 4 is a block diagram of the entire data processing device to which the present invention is applied, FIG. 5 is a flow diagram of macro instructions, FIG. 6 is a time chart of microprogram control, and FIG. 7 is a diagram of the present invention. Fig. 8 is a time chart for explaining the operation of the main memory expansion device, Fig. 9 is a diagram showing how the address space of the main memory is expanded, and Fig. 10 is the main memory expansion. FIG. 3 is a circuit diagram showing another example of the device. 700...decoder, 701...clock gate, 702...flip flop.

Claims (1)

【特許請求の範囲】[Claims] 1 マイクロプロセツサが、マイクロプログラム
メモリのアドレスを順次指定し、該アドレスによ
り指定されたマイクロ命令を順次読み出して主記
憶装置のデータ処理を行なうマイクロプログラム
制御のデータ処理装置において、該マイクロプロ
グラムアドレスバスに接続された主記憶拡張用の
解読手段により解読された情報を一時記憶する一
時記憶手段と該一時記憶手段の出力を主記憶装置
のアドレスバスの主記憶拡張ビツト線として主記
憶装置に出力する出力手段を有し、マイクロプロ
グラムメモリのアドレスが所定のアドレスになつ
たことを該解読手段によつて検出し、該検出結果
を該一時記憶手段に記憶せしめ、該一時記憶手段
の内容が主記憶装置のアドレス空間拡張ビツトと
して主記憶装置に出力されることを特徴とするマ
イクロプログラム制御のデータ処理装置。
1. In a microprogram-controlled data processing device in which a microprocessor sequentially specifies addresses in a microprogram memory and sequentially reads microinstructions specified by the addresses to process data in a main memory device, the microprogram address bus temporary storage means for temporarily storing information decoded by the main memory expansion decoding means connected to the main memory expansion means; and outputting the output of the temporary storage means to the main storage device as a main memory expansion bit line of an address bus of the main storage device. the decoding means detects that the address of the microprogram memory becomes a predetermined address, the detection result is stored in the temporary storage means, and the contents of the temporary storage means are stored in the main memory. A data processing device controlled by a microprogram, characterized in that bits are output to a main memory device as address space expansion bits of the device.
JP6576278A 1978-06-02 1978-06-02 Microprogram-controlled data processor Granted JPS54157450A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6576278A JPS54157450A (en) 1978-06-02 1978-06-02 Microprogram-controlled data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6576278A JPS54157450A (en) 1978-06-02 1978-06-02 Microprogram-controlled data processor

Publications (2)

Publication Number Publication Date
JPS54157450A JPS54157450A (en) 1979-12-12
JPS6136254B2 true JPS6136254B2 (en) 1986-08-18

Family

ID=13296353

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6576278A Granted JPS54157450A (en) 1978-06-02 1978-06-02 Microprogram-controlled data processor

Country Status (1)

Country Link
JP (1) JPS54157450A (en)

Also Published As

Publication number Publication date
JPS54157450A (en) 1979-12-12

Similar Documents

Publication Publication Date Title
CA1109967A (en) Expandable microprogram memory
JP2651218B2 (en) Flexible ASIC microcomputer
EP0192202B1 (en) Memory system including simplified high-speed data cache
US3753236A (en) Microprogrammable peripheral controller
US4591972A (en) Data processing system with unique microcode control
US4794523A (en) Cache memory architecture for microcomputer speed-up board
US4124893A (en) Microword address branching bit arrangement
CA1204218A (en) Data processing system with logical to physical address translation means
US6047347A (en) Computer system with programmable bus size
JPS58219644A (en) Instruction execution system
US4446517A (en) Microprogram memory with page addressing and address decode in memory
US4050094A (en) Translator lookahead controls
JPH0248931B2 (en)
JPS605978B2 (en) Storage device access control method
JPS6226726B2 (en)
KR19980069757A (en) Microprocessor and Multiprocessor Systems
CA1099415A (en) Rom initializing apparatus
US4597041A (en) Method and apparatus for enhancing the operation of a data processing system
EP0110227A2 (en) Control memory organization
US5537627A (en) Microprogrammable processor capable of accessing unused portions of control store as fast data memory
JP2680828B2 (en) Digital device
JPS6136254B2 (en)
JPS6133214B2 (en)
JP2731618B2 (en) emulator
EP0110613B1 (en) Digital data processing system