JPS635451A - Memory addressing system - Google Patents

Memory addressing system

Info

Publication number
JPS635451A
JPS635451A JP61148244A JP14824486A JPS635451A JP S635451 A JPS635451 A JP S635451A JP 61148244 A JP61148244 A JP 61148244A JP 14824486 A JP14824486 A JP 14824486A JP S635451 A JPS635451 A JP S635451A
Authority
JP
Japan
Prior art keywords
segment
base address
offset
memory
descriptor
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
JP61148244A
Other languages
Japanese (ja)
Inventor
Sadao Nakamura
中村 定雄
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 JP61148244A priority Critical patent/JPS635451A/en
Publication of JPS635451A publication Critical patent/JPS635451A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To release the restrictions of the size of a memory and the number of segments and to effectively use memory space by employing a floating point address system, and dividing the large segments of an access descriptor to generate plural small segments at the inside of the descriptor. CONSTITUTION:A base address is read out by a bit field extracting circuit 5 from a memory 8 via a segment selector, etc., taken out from an access descriptor 2, and inputted to a register as a bit. By means of thus set value, a segment header is read out from the memory 8 and stored in a register 4. A segment length in said stored content and the exponent part from the descriptor 2 are compared with each other by a comparator 10; in case of coincidence, a floating point system operation without the restriction to the size of memory is executed, but in case of discrepancy a bit field extracting circuit 11 fetches the correction of a base address from the descriptor 2, the segment is divided by means of left-shifting, then processing similar to the above is executed. Thus the restriction to the segment length can be released, and the memory space can be effectively used.

Description

【発明の詳細な説明】 〔発明の目的〕 (産業上の利用分野) 本発明はセグメント方式のメモリ管理システムにおける
データのアドレッシング方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Field of Industrial Application) The present invention relates to a data addressing method in a segment-based memory management system.

(従来の技術) 従来のセグメント方式によるデータアドレッシングでは
、第3図に示す如く、メモリの中に存在するセグメント
の最大数と、セグメントの最大長とがあらかじめ決めら
れ、固定長のセグメントセレクタ31と固定長のオフセ
ット32とヲ含ムアクセスディスクリプタ33によって
目的セグメントの中の目的データをアクセスしていた。
(Prior Art) In data addressing using the conventional segment method, as shown in FIG. The target data in the target segment is accessed using the fixed length offset 32 and the included access descriptor 33.

即ち、セグメントセレクタ31はベースアドレスの固定
されたセグメントディスクリブタテーブル36のインデ
ックスとなって特定のセグメントディスクリブタ37を
選択し、セグメントディスクリブタ37に含まれる目的
セグメントのベースアドレスと前記オフセット32とを
加算して目的データのアドレスを得ていた。
That is, the segment selector 31 selects a specific segment disc libter 37 using an index of the segment disc libter table 36 having a fixed base address, and selects the base address of the target segment included in the segment disc libter 37 and the offset 32. The address of the target data was obtained by adding.

ところである種のデータ処理システム、特にオブジュク
ト指向計算システムでは小さなセグメントが多量に生成
される傾向がある。同時に才た画像データのように大き
なセグメントもたしかに必要である。このような場合、
上記従来方式によるメモリアクセスでは、多量のセグメ
ントと巨大なセグメントの為に、非常に大きなアクセス
ディスクリプタが必要になってしまう。
However, certain data processing systems, particularly object-oriented computing systems, tend to generate a large number of small segments. At the same time, large segments of image data are certainly needed. In such a case,
Memory access using the conventional method described above requires a very large access descriptor due to the large number of segments and huge segments.

具体例を示すと、従来方法に従ってそれぞれ8ビツト長
のセグメントセレクタ及びオフセットより成る16ビツ
ト長のセグメントディスクリブタを考えると、セグメン
トの最大長が256バイトに制限され、かつセグメント
の数がセグメントの大きさにかかわらず最大256個に
制限される。
To give a specific example, if we consider a 16-bit long segment discriminator consisting of a segment selector and an offset, each of which is 8 bits long, according to the conventional method, the maximum segment length is limited to 256 bytes, and the number of segments is limited to the size of the segment. Regardless, the number is limited to a maximum of 256.

多量のセグメントと巨大セグメントとを同時に可能とす
る為にはセグメントディスクリブタのビット長をもっと
ずっと長くしなければならない。
In order to allow a large number of segments and a large segment at the same time, the bit length of the segment discriminator must be much longer.

上記問題点を解決する為に浮動小数点アドレス(flo
ating point address)方式が提案
されている。(W、J、Dally、@An 0bje
ct 0riented Archite−cture
” Proceedings of the 1985
 InternatinalConference o
n Computer Architecture、p
p154−提案されている浮動小数点アドレス方式の概
要を第4図を用いて説明する。
In order to solve the above problem, floating point address (flo)
(point address) method has been proposed. (W, J, Dally, @An 0bje
ct Oriented Architecture-Cture
” Proceedings of the 1985
International Conference o
n Computer Architecture, p
p154 - An overview of the proposed floating point addressing system will be explained using FIG.

アクセスディスクリプタ41の固定位置に指数部42な
るビットフィールドを設け、前記指数部42の値をeと
するとき、アクセスディスクリプタ41の下位eビット
をオフセット部43とし、アクセスディスクリプタ41
からオフセット部43を除いた残りの部分をセグメント
セレクタ部44とする。今、第5図(a)にあるように
アクセスディスクリプタを16ビツト長とし、その中の
4ビツトが指数部である・とすると、提案されている浮
動小数点アドレス方式によれば、第5図(b)の表のよ
うに、セグメント長21のセグメントを最大211個、
セグメント長22のセグメントを最大210個、・・・
A bit field called an exponent part 42 is provided at a fixed position of the access descriptor 41, and when the value of the exponent part 42 is e, the lower e bit of the access descriptor 41 is set as the offset part 43, and the access descriptor 41
The remaining portion after removing the offset portion 43 is defined as a segment selector portion 44. Now, assuming that the access descriptor is 16 bits long, and 4 bits of it are the exponent part, as shown in Figure 5(a), according to the proposed floating point address system, Figure 5(a) As shown in the table b), a maximum of 211 segments with a segment length of 21,
Up to 210 segments with segment length 22,...
.

セグメント長2のセグメントを最大2個作ることができ
る。
A maximum of two segments with a segment length of 2 can be created.

上に示したように提案されている浮動小数点アドレス方
式によれば、多量の小セグメントと小数の犬セグメント
の問題がある程度解決されている。
The proposed floating point addressing scheme as shown above solves the problem of large number of small segments and small number of dog segments to some extent.

しかしながら同一セグメント長を持つセグメントの最大
個数が、メモリの中に存在する他のセグメント長を持つ
セグメントとは無関係に決定され! る為、小さなセグメントを大量に生成した場合、十分な
メモリの空きスペースがあるにもかかわらずセグメント
個数の限界に達してしまう事態が生じ得た。例えば第5
図のようにアクセスディスクリプタを16ビツト長、そ
の内指数部を4ビツト長とするとメモリスペースは64
にワー)’ カ可能であるが、大きさ2ワードのセグメ
ントの最大個数は2個、即ち4にワードである。残りの
60I(ワードには大きさ2ワードのセグメントを作る
ことができない。
However, the maximum number of segments with the same segment length is determined independently of segments with other segment lengths that exist in memory! Therefore, if a large number of small segments were generated, the limit on the number of segments could be reached even though there was sufficient free memory space. For example, the fifth
As shown in the figure, if the access descriptor is 16 bits long and the exponent part is 4 bits long, the memory space will be 64 bits.
However, the maximum number of segments of size 2 words is 2, or 4 words. The remaining 60I (words cannot have a segment of size 2 words).

(発明が解決しようとする問題点) 本発明は上記従来の浮動小数点アドレス方式の欠点を解
決するもので、小量の大セグメントと多量の小セグメン
トに対して効率的にセグメントセレクタを割り当てるこ
とができ、かつセグメントの最大個数に対する制限をな
くして全メモリスペースを有効に使用することのできる
データアドレッシング方式を提供することを目的として
いる。
(Problems to be Solved by the Invention) The present invention solves the above-mentioned drawbacks of the conventional floating point addressing method, and it is possible to efficiently allocate segment selectors to a small number of large segments and a large number of small segments. It is an object of the present invention to provide a data addressing method that can effectively use the entire memory space by eliminating restrictions on the maximum number of segments.

〔発明の構成〕[Structure of the invention]

(問題点を解決するための手段) 本発明は、セグメントセレクタとオフセットとを含むア
クセスディスクリプタによって目的セグメントの中の目
的データをアクセスするデータアドレッシング方式であ
って、 前記アクセスディスクリプタの中の固定位置に指数部な
るビットフィールドを設け、前記指数部の表現する数値
をeとするとき、前記アクセスディスクリプタを前記指
数部を含まないeビットのビットフィールドと残りの部
分の2つのビットフィールドに分解して、それぞれをオ
フセット部、セグメントセレクタ部とするとき、前記セ
グメントセレクタからアドレス変換機構によって、対応
するセグメントのベースアドレスを獲得する手段を有し
、 メモリ内のセグメントはそのベースアドレス位置にヘッ
ダ部を持ち、前記ヘッダ部はセグメント属性のひとつと
してセグメント長tを含み、前記セグメント長tと前記
指数部eとを比較し、両者が一致するときは前記ベース
アドレスと前記オフセットによって目的セグメントの中
の目的データをアクセスし、 前記セグメント長tが前記指数部eよりも小さいときは
、前記オフセットをtビットのビットフィールドと残り
の部分との2つのビットフィールドに分解し、それぞれ
を真のオフセット及びベース補正とし、前記ベースアド
レスと前記ベース補正とから真のベースアドレスを求め
、前記真のベースアドレスと前記真のオフセットとによ
って目的セグメント内の目的データをアクセスすること
、以上を特徴とするメモリアドレッシング方式によって
実現される。
(Means for Solving the Problems) The present invention provides a data addressing method for accessing target data in a target segment using an access descriptor including a segment selector and an offset, the data addressing method comprising: accessing target data in a target segment using an access descriptor including a segment selector and an offset; A bit field as an exponent part is provided, and when the numerical value expressed by the exponent part is e, the access descriptor is decomposed into two bit fields: an e-bit bit field that does not include the exponent part, and a remaining part, When each is an offset part and a segment selector part, the segment has means for acquiring the base address of the corresponding segment from the segment selector by an address conversion mechanism, and the segment in the memory has a header part at the base address position, The header section includes a segment length t as one of the segment attributes, and the segment length t and the exponent section e are compared, and when they match, the target data in the target segment is extracted using the base address and the offset. accessing, when the segment length t is smaller than the exponent e, decomposing the offset into two bit fields, a bit field of t bits and a remaining part, and treating each as a true offset and a base correction; A memory addressing method characterized in that the true base address is determined from the base address and the base correction, and the target data in the target segment is accessed using the true base address and the true offset. Ru.

(作用) 本発明の具体的な動作例を第2図を用いて説明する。(effect) A specific example of the operation of the present invention will be explained using FIG. 2.

まず、アクセスディスクリプタ21の固定位置にある指
数部22の値をeとする。次に前記アクセスディスクリ
プタ21から前記指数部22を含まないeビット長のビ
ットフィールド23を取り出してオフセット部とし、前
記アクセスディスクリプタ21から前記オフセット部2
3を除いた残りの部分をセグメントセレクタ部24とす
る。
First, let the value of the exponent part 22 at a fixed position of the access descriptor 21 be e. Next, a bit field 23 with a length of e bits that does not include the exponent part 22 is extracted from the access descriptor 21 and used as an offset part, and the offset part 23 is extracted from the access descriptor 21.
The remaining portion except for the segment selector section 24 is the segment selector section 24.

25はセグメントディスクリブタテーブルであり、セグ
メントセレクタをインデックスにして対応するセグメン
トのベースアドレス位置よる。
25 is a segment discriminator table, which uses the segment selector as an index to determine the base address position of the corresponding segment.

e=Qを禁止することによって、すべてのセグメントセ
レクタに対してセグメントディスクリブタテーブルに異
なるエントリーを与えることが可能である。
By disallowing e=Q, it is possible to give different entries in the segment descriptor table for every segment selector.

前記セグメントセレクタ24から前記セグメントディス
クリブタテーブル25を介して得たセグメントのベース
アドレス26によってセグメントヘッダ27をアクセス
する。前記セグメントヘッダ27にはセグメント長tが
含まれている。
The segment header 27 is accessed using the base address 26 of the segment obtained from the segment selector 24 via the segment descriptor table 25. The segment header 27 includes a segment length t.

次に前記セグメント長tと前記指数の値eとを比較し、
両者が一致するときは前記セグメントベースアドレス2
6と前記オフセット23とによって目的セグメント内の
目的データをアクセスするが、 前記セグメント長tが前記指数の値eよりも小さいさき
は、前記オフセット23をtビットの長さを持つ真のオ
フセット部27と残りの部分であるベース補正部28の
2つのビットフィールドに分解し、前記ベースアドレス
補正28を2を倍してスケーリングした後、前記ベース
アドレス26を加算して真のセグメントベースアドレス
を求め、前記真のベースアドレスと前記真のオフセット
27とによって目的セグメント内の目的データをアクセ
スする。
Next, compare the segment length t and the index value e,
If the two match, the segment base address 2
6 and the offset 23, the target data in the target segment is accessed. However, if the segment length t is smaller than the exponent value e, the offset 23 is converted to a true offset section 27 having a length of t bits. and the remaining part of the base correction unit 28, and after scaling the base address correction 28 by 2, adding the base address 26 to obtain the true segment base address, The target data in the target segment is accessed by the true base address and the true offset 27.

なお、セグメントのベースアドレス位置にあるヘッダ部
はセグメント属性として、セグメント長tの他にセグメ
ントのタイプや、ガーベジコレクションの為のリファレ
ンスカウトなどを含むことを意図している。
Note that the header section located at the base address position of the segment is intended to include, as segment attributes, the segment type, reference count for garbage collection, etc. in addition to the segment length t.

(実施例) 第1図は本発明の実施例を示す図である。図において1
はセグメントディスクリブタテーブルのベースアドレス
を格納するレジスタ、2はアクセスディスクリプタを格
納するレジスタ、3はセグメントのベースアドレスを格
納するレジスタ、4はセグメントヘッダを格納するレジ
スタである。
(Example) FIG. 1 is a diagram showing an example of the present invention. In the figure 1
2 is a register that stores the base address of the segment descriptor table, 2 is a register that stores the access descriptor, 3 is a register that stores the base address of the segment, and 4 is a register that stores the segment header.

5はビットフィールド抽出回路でアクセスディスクリプ
タ2の指数部に従って前記アクセスデイスフリプタ2か
らセグメントセレクタを取り出す。
5 is a bit field extraction circuit which extracts a segment selector from the access descriptor 2 according to the exponent part of the access descriptor 2;

前記セグメントセレクタとセグメントディスクリブタテ
ーブルのベースアドレス1とを加算器6によって加算し
、データセレクタ7を経てメモリ8のアドレスとし、供
給し、前記メモリから目的セグメントのベースアドレス
を読み出してレジスタ3ヘセツトする。
The segment selector and the base address 1 of the segment discriminator table are added by an adder 6, and the address is supplied to the memory 8 via the data selector 7, and the base address of the target segment is read from the memory and set in the register 3. .

次に前記セグメントベースアドレス3を加算器9をその
まま通過させてメモリ8のアドレスとして供給すること
により前記メモリ8よりセグメントヘッダを読み出し、
レジスタ4ヘセツトする。
Next, read the segment header from the memory 8 by passing the segment base address 3 through the adder 9 as it is and supplying it as the address of the memory 8;
Set to register 4.

前記セグメントヘッダは対応するセグメントの長さ、タ
イプ、ガーベジコレクションの為のりファレンスカウト
を含んでいる。
The segment header contains the length, type, and reference information for garbage collection of the corresponding segment.

10は比較回路であり、前記指数部と前記セグメント長
との一致を検査する。
Reference numeral 10 denotes a comparison circuit, which checks whether the exponent part and the segment length match.

もし前記指数部と前記セグメント長とが一致するならば
ビットフィールド抽出回路11によって前記アクセスデ
ィスクリプタ2からオフセット部を取り出し、加算器9
によってセグメントベースアドレス3と加算することに
よって目的データのアドレスを得る。ここまでは従来の
浮動小数点アドレス方式の動作とほとんど同一である。
If the exponent part and the segment length match, the bit field extraction circuit 11 extracts the offset part from the access descriptor 2, and the adder 9 extracts the offset part from the access descriptor 2.
By adding it to segment base address 3, the address of the target data is obtained. Up to this point, the operation is almost the same as the conventional floating-point addressing method.

しかし前記指数部と前記セグメント長とが異なるときは
、セグメントディスクリブタ11からビットフィールド
抽出回路によってセグメントのベースアドレス補正を取
り出し、tビット左シフトした後前記セグメントベース
アドレス3と加算シ、データセレクタ12を経て再びレ
ジスタ3にセットし、真のセグメントベースアドレスと
する。続いて前記真のセグメントベースアドレスによっ
て目的セグメントのヘッダ部をメモリより読み出してレ
ジスタ4にセットし、前記アクセスディスクリプタ2か
らビットフィールド抽出回路によって真のオフセットを
取り出し、前記真のセグメントベースアドレスと前記オ
フセットとを合わせて目的セグメント内の目的データの
アドレスを得る。
However, when the exponent part and the segment length are different, the bit field extraction circuit extracts the base address correction of the segment from the segment descriptor 11, shifts it to the left by t bits, and adds it to the segment base address 3. After that, it is set in register 3 again and becomes the true segment base address. Next, the header part of the target segment is read from the memory using the true segment base address and set in the register 4, the true offset is extracted from the access descriptor 2 by the bit field extraction circuit, and the true segment base address and the offset are extracted. and obtain the address of the target data in the target segment.

以上述べた本発明の実施例は、従来の浮動小数点アドレ
ス方式の実現と比べて、わずかに比較回路10とデータ
セレクタ12と及び若干の制御回路が増化したのみであ
る。にもかかわらず本発明の実施例によれば従来の浮動
小数点アドレス方式のセグメント数の最大個数に関する
制限が解決された。
In the embodiment of the present invention described above, the number of comparison circuits 10, data selectors 12, and some control circuits are only slightly increased compared to the implementation of the conventional floating point addressing method. Nevertheless, embodiments of the present invention overcome the limitations on the maximum number of segments of conventional floating point addressing schemes.

〔発明の効果〕〔Effect of the invention〕

本発明は従来の浮動小数点アドレス方式の利点を含んで
いる。即ち大セグメントの存在を許し、かつ小セグメン
トはどたくさんのセグメントセレクタを割り当てること
ができ、第5図の例のような従来の浮動小数点アドレス
方式におけるセグメントの最大個数の範囲内ならば、本
発明においても従来方法と同一の手間で、目的のデータ
をアクセスできる。
The present invention includes the advantages of conventional floating point addressing schemes. That is, as long as the existence of a large segment is allowed, and any number of segment selectors can be assigned to a small segment, and the number of segments is within the range of the maximum number of segments in the conventional floating point addressing method as in the example of FIG. You can access the desired data with the same effort as with conventional methods.

本発明の方式では更に、大セグメントを細分してその内
部に複数の小セグメントを作ることによって従来の浮動
小数点アドレス方式におけるセグメントの最大個数の制
限を越えてセグメントを作り出し、それをアクセスする
ことができる。従って本発明によれば、メモリの大きさ
以外にセグメントの個数の制限がなくなり、メモリスペ
ースの有効利用が可能になる。
Furthermore, in the method of the present invention, by subdividing a large segment and creating a plurality of small segments within it, it is possible to create and access segments exceeding the maximum number of segments in the conventional floating-point addressing method. can. Therefore, according to the present invention, there is no restriction on the number of segments other than the memory size, and memory space can be used effectively.

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

第1図は本発明の実施例を示す図、第2図は本発明の動
作手順を説明する為の図、第3図は従来のセグメントア
ドレッシング方式を示す図、第4図は提案されている浮
動小数点アドレス方式を示す図、第5図は前記浮動小数
点アドレス方式におけるセグメント長と対応するセグメ
ントの最大個数を示した図。 第1図において、 1・・・セグメントディスクリブタテーブルのベースア
ドレスを格納するレジスタ、 2・・・アクセスディスクリプタを格納するレジスタ、 3・・・セグメントディスクリブタ(セグメントのベー
スアドレス)を格納するレジスタ。 4・・・セグメントヘッダを格納するレジスタ。 5.11・・・ビットフィールド抽出回路、10・・・
比較回路、6,9・・・加算回路、8・・・メモリ。 第  1  図 第2図 第3図 第  4 図 第  6 図    (?)
Fig. 1 is a diagram showing an embodiment of the present invention, Fig. 2 is a diagram for explaining the operating procedure of the present invention, Fig. 3 is a diagram showing a conventional segment addressing method, and Fig. 4 is a diagram showing a proposed method. FIG. 5 is a diagram illustrating a floating point addressing method. FIG. 5 is a diagram showing the maximum number of segments corresponding to the segment length in the floating point addressing method. In FIG. 1, 1...Register for storing the base address of the segment descriptor table, 2...Register for storing the access descriptor, 3...Register for storing the segment descriptor (segment base address). 4...Register for storing segment header. 5.11... Bit field extraction circuit, 10...
Comparison circuit, 6, 9...addition circuit, 8...memory. Figure 1 Figure 2 Figure 3 Figure 4 Figure 6 (?)

Claims (1)

【特許請求の範囲】 セグメントセレクタとオフセットとを含むアクセスディ
スクリプタによって目的セグメントの中の目的データを
アクセスするメモリアドレッシング方式において、 前記アクセスディスクリプタの中の固定位置に指数部な
るビットフィールドを設け、前記指数部の表現する数値
をeとするとき、前記アクセスディスクリプタを、前記
指数部を含まないeビットのビットフィールドと残りの
部分との2つに分解して、それぞれオフセット及びセグ
メントセレクタとするとき、アドレス変換機構によって
前記セグメントセレクタから、対応するセグメントのベ
ースアドレスを獲得する手段を有し、 メモリ内のセグメントはそのベースアドレス位置にヘッ
ダ部を持ち、前記ヘッダ部はセグメント属性のひとつと
してセグメント長lを含み、前記指数部eと前記セグメ
ント長lとが一致するときは、前記ベースアドレスと前
記オフセットによって目的セグメント内の目的データを
アクセスし、 前記セグメント長lが前記指数部eより小さいときは、
前記オフセットをlビットのビットフィールドと残りの
部分との2つのビットフィールドに分解し、それぞれを
、真のオフセット及びベース補正とし、前記ベースアド
レスと前記ベース補正とから真のベースアドレスを求め
、前記真のベースアドレスと前記真のオフセットとによ
って目的セグメント内の目的データをアクセスすること
、以上を特徴としたメモリアドレッシング方式。
[Scope of Claims] In a memory addressing method in which target data in a target segment is accessed by an access descriptor including a segment selector and an offset, a bit field serving as an exponent part is provided at a fixed position in the access descriptor; When the numerical value expressed by the exponent part is e, the access descriptor is decomposed into two parts: an e-bit bit field that does not include the exponent part, and the remaining part, which are respectively used as an offset and a segment selector. means for obtaining a base address of a corresponding segment from the segment selector by a conversion mechanism, the segment in the memory has a header section at its base address location, and the header section has a segment length l as one of the segment attributes. and when the exponent part e and the segment length l match, the target data in the target segment is accessed by the base address and the offset, and when the segment length l is smaller than the exponent part e,
Decompose the offset into two bit fields, a bit field of l bits and the remaining part, define each as a true offset and a base correction, calculate the true base address from the base address and the base correction, and calculate the true base address from the base address and the base correction. A memory addressing method characterized by accessing target data in a target segment using a true base address and the true offset.
JP61148244A 1986-06-26 1986-06-26 Memory addressing system Pending JPS635451A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61148244A JPS635451A (en) 1986-06-26 1986-06-26 Memory addressing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61148244A JPS635451A (en) 1986-06-26 1986-06-26 Memory addressing system

Publications (1)

Publication Number Publication Date
JPS635451A true JPS635451A (en) 1988-01-11

Family

ID=15448459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61148244A Pending JPS635451A (en) 1986-06-26 1986-06-26 Memory addressing system

Country Status (1)

Country Link
JP (1) JPS635451A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6802029B2 (en) 1999-10-19 2004-10-05 Inasoft, Inc. Operating system and data protection
US7337360B2 (en) 1999-10-19 2008-02-26 Idocrase Investments Llc Stored memory recovery system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6802029B2 (en) 1999-10-19 2004-10-05 Inasoft, Inc. Operating system and data protection
US7337360B2 (en) 1999-10-19 2008-02-26 Idocrase Investments Llc Stored memory recovery system
US7818617B2 (en) * 1999-10-19 2010-10-19 Shen Andrew W Operating system and data protection

Similar Documents

Publication Publication Date Title
US4992936A (en) Address translation method and apparatus therefor
US4835734A (en) Address translation apparatus
US4495575A (en) Information processing apparatus for virtual storage control system
US4792897A (en) Address translation unit for translation of virtual address to real address using translation tables of multi-level hierarchical structure
US4604688A (en) Address translation buffer control system
JPH067377B2 (en) Method of using memory in virtual addressing information processing system and apparatus for implementing this method
EP0214490A2 (en) Data processing apparatus with a virtual storage address boundary check circuit
EP0077619B1 (en) Data-packet driven digital computer
JPS635451A (en) Memory addressing system
US6338125B1 (en) Dynamic slot allocation and tracking of multiple memory requests
US6081869A (en) Bit-field peripheral
JP3124778B2 (en) Address translator
US6128636A (en) Method for interfacing floating point and integer processes in a computer system
JPH0394325A (en) Data selector
JPS59132483A (en) Address converting device
AU2014268230A1 (en) Cyclic allocation buffers
SU1322296A1 (en) Interface for linking processor with memory
JPS61204752A (en) Address converting system
JPH0661067B2 (en) Information processing equipment
JPS628245A (en) Virtual memory system
JPS58142437A (en) Information processor
JPH0934788A (en) Device and method for translating address
JPH03235149A (en) Address converter
JPS58129544A (en) Data classifying storage device
JPS6134628A (en) Computer provided with tag