JPS6051924A - External character access system - Google Patents

External character access system

Info

Publication number
JPS6051924A
JPS6051924A JP58157740A JP15774083A JPS6051924A JP S6051924 A JPS6051924 A JP S6051924A JP 58157740 A JP58157740 A JP 58157740A JP 15774083 A JP15774083 A JP 15774083A JP S6051924 A JPS6051924 A JP S6051924A
Authority
JP
Japan
Prior art keywords
external character
image data
memory
character
registered
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
JP58157740A
Other languages
Japanese (ja)
Inventor
Yukio Suganuma
菅沼 幸雄
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 JP58157740A priority Critical patent/JPS6051924A/en
Publication of JPS6051924A publication Critical patent/JPS6051924A/en
Pending legal-status Critical Current

Links

Landscapes

  • Document Processing Apparatus (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To shorten an external character registration and a read-out time by constituting a sytem so that a necessary data for the external character registration of one character is divided into an external character memory, external character memory selector and a table buffer, to store. CONSTITUTION:An external character area consists of an external character memory 1 having plural data areas which can read/write an image data of an external character for an external character access, an external character memory selector 2 for storing a flag showing a registration state of a handled external character code, to the external character memory and a pointer showing an address of the external character memory, a table buffer 3 for storing as one pair a section/point code and also a flag showing a free area of the external character memory at every order of an external character data registered in the external character memory, and a table pointer 4 showing an address point of the external character memory to be registered in the next time. The flag of the selector 2 to which a section/point image data is fed from the outside, the buffer 3 and the pointer 4 are retrieved, whether the free area exists or not is checked, and an access is executed to the memory 1.

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、漢字を使用するシステム等における外字アク
セス方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to a system for accessing external characters in systems using Kanji.

〔発明の技術的背景〕[Technical background of the invention]

従来の外字エリアは第1図に示すようなフラグ(FLA
G)・区・点・イメージデータ(データ)で1文字分の
ブロックBを構成する構造を有し、図の如く複数文字分
のブロックBがメモリ上に配置されていた。このため外
字登録する場合、外部から与えられた区・点と同じ区・
点・データが既に登録されているかいないかを外字エリ
アの先頭から調べる必要があった。
The conventional external character area is a flag (FLA) as shown in Figure 1.
G), wards, dots, and image data (data) constitute a block B for one character, and as shown in the figure, blocks B for multiple characters were arranged on the memory. For this reason, when registering external characters, the same ku/dot as the ku/dot given from the outside must be registered.
It was necessary to check from the beginning of the external character area to see if points and data were already registered.

この方法は上記メモリ上のフラグをリードし、フラグが
セットされていたらその後に続く区・点を外部から与え
られた区・点と比較し、同じならこれら区・点に続くデ
ータエリアに新しいイメージデータを登録する。もし、
区・点が外部から与えられたものと違っていたならば、
次のエリアのフラグをリードし次々にこの動作を繰り返
す。このようにしてメモリ上の全エリアをチェックして
も新しい区・点が登録されていなければ、テーブルポイ
ンタで示されるエリアに新しいフラグ・区・点・イメー
ジデータをセットしてテーブルポインタを進める。全エ
リアのフラグがセットされており、新しい区・点もない
場合は全エリアに空がないものと判断し、テーブルポイ
ンタで示される一番古いエリアに新しい区・点・イメー
ジデータを登録してテーブルポインタを進める。
This method reads the flag on the memory mentioned above, and if the flag is set, compares the following wards/points with the wards/points given from the outside, and if they are the same, a new image is created in the data area following these wards/points. Register data. if,
If the wards/points are different from those given from outside,
Read the flag of the next area and repeat this operation one after another. If all areas on the memory are checked in this way and no new wards/points are registered, new flags/wards/points/image data are set in the area indicated by the table pointer and the table pointer is advanced. If the flags for all areas are set and there are no new wards/points, it is assumed that all areas are empty, and new wards/points/image data are registered in the oldest area indicated by the table pointer. Advance the table pointer.

次に外字読み出しの場合にはテーブルポインタで示され
るメモリ上のエリアのフラグをリードし、フラグがセッ
トされているエリアを見つけ、このエリアのフラグに続
く区・点が指定された区・点と同じエリアならこれら区
・点に続くイメージデータを読み出す。この動作を繰り
返し、メモリ上の全エリアをチェックしテーブルポイン
タで示すエリアまで戻った時は、指示された区・点の外
字は未登録と判定してその旨を外部に知らせる。
Next, in the case of reading external characters, read the flag of the area in the memory indicated by the table pointer, find the area where the flag is set, and match the ku/point following the flag in this area to the specified ku/point. If the area is the same, the image data following these wards/points is read out. This operation is repeated, and when all areas on the memory are checked and the area indicated by the table pointer is returned, it is determined that the external character of the designated ku/dot is not registered, and this fact is notified to the outside.

〔背景技術の問題点〕[Problems with background technology]

上記の如〈従来の外部アクセス方式では、最悪の場合外
字エリアを全部チェックしなければならず、登録、読み
出し共に時間がかかシ、システムのスピードダウンにつ
ながるという欠点があった。
As mentioned above, the conventional external access method has the disadvantage that in the worst case, the entire external character area must be checked, which takes time for both registration and readout, which leads to a slowdown of the system.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、上記の欠点に鑑み、外字登録及び読み
出し時間を短縮してシステムの高速化を可能にした外字
アクセス方式を提供することにある。
SUMMARY OF THE INVENTION In view of the above-mentioned drawbacks, an object of the present invention is to provide a custom character access method that shortens the time for registering and reading out custom characters, thereby increasing the speed of the system.

〔発明の概要〕[Summary of the invention]

本発明は、外字のイメージデータをリード/2イトでき
複数のデータエリアを持つ外字メモリと、取扱う外字の
全ての区・点毎に区分けされその区・点で示される外字
コードの外字メモリへの登録状況を示すフラグ及び外字
メモリのアドレスを示すポインタを格納する外字メモリ
セレクタと、外字メモリに登録されている外字データの
順番毎に5− その区・点コードと更に外字メモリの空エリアを示すフ
ラグを1対として格納するテーブルバッファと、次に登
録する外字メモリのアドレスポイントを示すテーブルポ
インタとを具備し、外字登録を行なう際は、外字メモリ
上1/クタをリードして登録しようとする外字が登録済
か否かを知シ、登録済であれば新規データを外字メモリ
の該当アドレスエリアに新たに登録し、登録済でなけれ
ばテーブルポインタで示されるテーブルバッファ内の7
ラグをリードして空エリアをさがし、この空エリアに対
応する外字メモリの該当アドレスエリアに新規データを
登録し、空エリアがない場合は外字メモリセレクタの古
い区・点を消して新しい区・点を書き込みこの新しい区
・点に対応する外字メモリの該当アドレスに新規データ
を登録し、次に外字の読み出しの際は、指示された区・
点傾よす外字メモリセレクタのフラグをリードし、この
フラグがセットされていたならば外字メモリの該当アド
レスからイメージデータを読み出して外部に渡し、もし
フラグがセットされていない力らばG − 指示されたイメージデータは登録されていない旨を外部
に知らせる動作を行なうことにより、上記目的を達成す
るものである。
The present invention provides a custom character memory that can read and write image data of custom characters and has multiple data areas, and a custom character memory that is divided into all wards and dots of the handled custom characters and stores the custom character codes indicated by the wards and dots in the custom character memory. A private character memory selector that stores a flag indicating the registration status and a pointer indicating the address of the private character memory, and a 5-point code for each order of private character data registered in the private character memory, and further indicating the empty area of the private character memory. It is equipped with a table buffer that stores flags as a pair and a table pointer that indicates the address point of the external character memory to be registered next.When registering a external character, it reads 1/kuta on the external character memory and attempts to register it. Checks whether the external character has been registered or not. If it has been registered, new data is newly registered in the corresponding address area of the external character memory. If it is not registered, the 7 in the table buffer indicated by the table pointer is registered.
Read the lag and search for an empty area, register new data in the corresponding address area of the external character memory corresponding to this empty area, and if there is no empty area, delete the old ku/dot of the external character memory selector and enter the new ku/dot. is written, new data is registered in the corresponding address of the external character memory corresponding to this new ward/point, and the next time the external character is read, the specified ward/point is written.
Read the flag of the external character memory selector that points to the point, and if this flag is set, read the image data from the corresponding address of the external character memory and pass it to the outside, and if the flag is not set, execute the G - instruction. The above object is achieved by performing an operation to inform the outside that the image data that has been registered is not registered.

〔発明の実施例〕[Embodiments of the invention]

以下本発明の外字アクセス方式の一実施例を図面に従っ
て説明する。第2図は本発明の外字アクセス方式を適用
した外字エリアの一実施例を示した図である。この外字
エリアは、外字アクセスのために外字のイメージデータ
をリード/ライトできる複数のデータエリアを持つ外字
メモリ1と、取扱う外字の全ての区・点毎に区分けされ
その区点に示す外字コードの外字メモリへの登録状況を
示スフラグ及び外字メモリのアドレスを示すポインタを
格納する外字メモリセレクタと、外字メモリに登録され
ている外字データの順番毎にその区・点コードと更に外
字メモリの空エリアを示すフラグを1対として格納する
テーブルバッファ3と、次に登録する外字メモリのアド
レスポイントを示ステーブルポインタ4とから成ってい
る。
An embodiment of the private character access method of the present invention will be described below with reference to the drawings. FIG. 2 is a diagram showing an example of a custom character area to which the custom character access method of the present invention is applied. This private character area consists of a private character memory 1 that has multiple data areas that can read/write image data of private characters for access to private characters, and a private character memory 1 that is divided into all wards and points of the handled private characters and stores the private character code shown at each point. A private character memory selector that stores a flag indicating the registration status in the private character memory and a pointer indicating the address of the private character memory, and the ku/ten code and empty area of the private character memory for each order of the private character data registered in the private character memory. It consists of a table buffer 3 which stores a pair of flags indicating the following, and a stable pointer 4 which indicates the address point of the external character memory to be registered next.

第3図(4)は第2図に示した外字メモリセレクタの詳
細例であり、フラグ(FLAG)はその区点で示される
イメージデータが外字メモリ1に登録されているか否か
を示しており、ポインタは前記フラグに対応する外字メ
モリのアドレスを示している。第3図(B)は第2図で
示したテーブルバッファ3の詳細例であり、外字メモリ
1のデータエリアに空があるかないかを示すフラグ(F
LAG)と登録されているイメージデータの区・点とか
ら成っており、これらフラグ・区・点の並びは外字メモ
リ1内に格納されているイメージデータの並びと一致し
ている。
FIG. 3 (4) is a detailed example of the external character memory selector shown in FIG. , the pointer indicates the address of the external character memory corresponding to the flag. FIG. 3(B) is a detailed example of the table buffer 3 shown in FIG.
LAG) and registered image data wards and points, and the arrangement of these flags, wards and points matches the arrangement of the image data stored in the external character memory 1.

次に本実施例の動作について説明する。先ず、外字登録
については外部から区・点イメージデータが1ブロツク
として与えられる。本システムは与えられた区・点によ
り外字メモリセレクタ2のフラグをリードする。もし、
フラグがセットされているなら外字メモリ1には既にこ
の区・点で示された古いイメージデータが登録済である
と判断し、そのま1新しいイメージデータを新規に外部
メモリ1の該当データエリアに登録する。
Next, the operation of this embodiment will be explained. First, for custom character registration, ku/dot image data is given as one block from the outside. This system reads the flag of the external character memory selector 2 according to the given ku/dot. if,
If the flag is set, it is determined that the old image data indicated by this ward/dot has already been registered in external character memory 1, and the new image data is newly stored in the corresponding data area of external memory 1. register.

7− まり、外字メモリセレクタ2においてフラグがリセット
されていたならば、与えられた区・点で示された外字登
録は外字メモリ1にはないと判断される。そこで、外字
メモリ1の空データエリアをさがすため、テーブルポイ
ンタ4で示されるテーブルバッファ3内のフラグをリー
ドする。このテーブルバッファ3のフラグがリセットし
ているならば外部メモリ1内に空データエリアがあるこ
とを示しているので、このフラグをセットし、新しく外
部より与えられた区・点をこのプラグに続けてテーブル
バッファ3に登録してデータエリアの確保を行なう。次
に外字メモリセレクタ2にもこの新しく与えられた区・
点で示されるフラグとポインタをセットし、外部メモリ
1の該当データエリアに新しいイメージデータを登録し
、最後にテーブルポインタ4を1つ進めて1つの外字登
録を終了する。
7- In other words, if the flag has been reset in the external character memory selector 2, it is determined that the external character registration indicated by the given ward/point does not exist in the external character memory 1. Therefore, in order to search for an empty data area in the external character memory 1, the flag in the table buffer 3 indicated by the table pointer 4 is read. If this flag of table buffer 3 is reset, it means that there is an empty data area in external memory 1, so set this flag and continue the newly given wards/points from the outside to this plug. The data is registered in the table buffer 3 to secure a data area. Next, this newly given ward and
The flag and pointer indicated by the dot are set, new image data is registered in the corresponding data area of the external memory 1, and finally the table pointer 4 is advanced by one to complete the registration of one external character.

しかし、テーブルポインタ4で示されたテーブルバッフ
ァ3内のフラグがセットしている時は外字メモリ1内に
空データエリアがかいことを示す8− ため、テーブルポインタ4で示された一番古い外字メモ
リ1内のデータエリアの内容を以下の如く外字のイメー
ジデータに書き換える。先ず、テーブルポインタ4で示
されたテーブルバッファ3から古い区・点を読み出し、
この古い区点に対応する外字メモリセレクタ2のフラグ
をリセットして古い区・点を消去する。次に、テーブル
バッファ3に外部から与えられた新しい区・点を書き込
み、外字メモリセレクタ2の新しい区・点で示されるエ
リアにテーブルポインタ4の内容をセットする。
However, when the flag in the table buffer 3 indicated by table pointer 4 is set, it indicates that there is an empty data area in the external character memory 1. Therefore, the oldest external character indicated by table pointer 4 The contents of the data area in memory 1 are rewritten to image data of external characters as shown below. First, read the old wards/points from the table buffer 3 indicated by the table pointer 4,
The flag of the external character memory selector 2 corresponding to this old kuten is reset to erase the old kuten. Next, the new ku/point given from the outside is written into the table buffer 3, and the contents of the table pointer 4 are set in the area of the external character memory selector 2 indicated by the new ku/point.

その後、外字メモリのアドレスポインタで示される外字
メモリ1のデータエリアに新しいイメージデータを登録
し、テーブルポインタ4を1つ進めて外字登録を終了す
る。
Thereafter, new image data is registered in the data area of the external character memory 1 indicated by the address pointer of the external character memory, the table pointer 4 is advanced by one, and the external character registration is completed.

次に、外部から外字の読み出しが指示されると、指示さ
れた区・点により外字メモリセレクタ2のフラグをリー
ドする。この外字メモリセレクタ2のフラグがセットさ
れていたならば、外字メモリ1から該当のデータエリア
のイメージデータを読み出しこれを外部に渡す。もし、
外字メモリセレフタ2のフラグがリセットされていたな
らば、指示された区・点のイメージデータは外字メモリ
1に登録されていないと判断し、この旨を外部に知らせ
て読み出し動作を終了する。
Next, when external characters are instructed to read, the flags in the external character memory selector 2 are read according to the designated ku/dot. If the flag of the external character memory selector 2 is set, the image data of the corresponding data area is read from the external character memory 1 and passed to the outside. if,
If the flag of the external character memory selector 2 has been reset, it is determined that the image data of the designated ward/dot is not registered in the external character memory 1, this fact is notified to the outside, and the read operation is terminated.

本実施例によれば、外字メモリ1.外字メモリセレクタ
2、テーブルバッファ3のそれぞれに、1つの文字を外
字登録するために必要なデータ、即ちフラグ・区・点及
びイメージデータを分割して格納し、特に外字メモリセ
レクタ2には外字メモリ1の外字登録状況を示すフラグ
を、テーブルバッファ3には外字メモリ1の空データエ
リアの存否を示すフラグを格納することKより、指定さ
れた区・点のエリアのみをチェックするだけで、外字登
録及び外字読み出しを行なうことができ、外字登録及び
外字読み出しKかかる時間を短縮することができ、シス
テムの高速化を図ることができる、特に、読み出し時に
は外字メモリセレクタ2のみを検索するだけで指定され
た外字が登録されているか否かを知ることができ、上記
効果は読み出し時に特にある。
According to this embodiment, external character memory 1. The data necessary for registering one character as a custom character, that is, flags, wards, dots, and image data, are divided and stored in the custom character memory selector 2 and the table buffer 3, respectively. By storing a flag indicating the registration status of the private character 1 in table buffer 3 and a flag indicating the presence or absence of an empty data area in the private character memory 1 in the table buffer 3, you can register the private character by simply checking the area of the specified ku/dot. It is possible to register and read external characters, shorten the time required to register and read external characters, and speed up the system. In particular, when reading, only the external character memory selector 2 can be specified by searching. It is possible to know whether or not a registered external character is registered, and the above effect is particularly effective when reading.

11− 〔発明の効果〕 以上記述した如く本発明の外字アクセス方式によれば、
1つの文字を外字登録するために必要なデータを外字メ
モリ、外字メモリセレクタ及びテーブルバッファに分割
して格納する方式を採り、外字登録及び外字読み出しを
する際に、必要な部分のみを検索して処理を行なう方式
を採ることにより、外字登録及び読み出し時間を短縮し
てシステムの高速化を可能とする効果がある。
11- [Effect of the invention] As described above, according to the external character access method of the present invention,
A method is adopted in which the data required to register one character is divided and stored in a custom character memory, a custom character memory selector, and a table buffer, and only the necessary part is searched when registering or reading a custom character. By adopting a processing method, it is possible to shorten the time for registering and reading external characters, thereby increasing the speed of the system.

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

第1図は従来の外字アクセス方式を実現するためのメモ
リ上の外字エリアの構造例を示した図、第2図は本発明
の外字アクセス方式を適用した外字エリアの構造の一実
施例を示した図、第3図(2)は第2図で示した外字メ
モリセレクタ2の詳細例を示した模式図、第3図(Bl
は第2図のテーブルバッファ3の詳細例を示した模式図
である。 ■・・・外字メモリ 2・・・外字メモリセレクタ 3・・・テーブルバッファ 12− 4・・・テーブルポインタ 代理人 弁理士 則 近 憲 佑 (ほか1名) =13−−126 第1図
FIG. 1 is a diagram showing an example of the structure of a custom character area on a memory to implement the conventional custom character access method, and FIG. 2 is an example of the structure of a custom character area to which the custom character access method of the present invention is applied. Figure 3 (2) is a schematic diagram showing a detailed example of the external character memory selector 2 shown in Figure 2, Figure 3 (Bl
2 is a schematic diagram showing a detailed example of the table buffer 3 of FIG. 2. FIG. ■...External character memory 2...External character memory selector 3...Table buffer 12-4...Table pointer agent Patent attorney Noriyuki Chika (and 1 other person) =13--126 Figure 1

Claims (1)

【特許請求の範囲】 (1] イメージデータが登録される外字メモリと、取
扱われるイメージデータの区・点コート毎、その区・点
で示されるイメージデータが上記外字メモリに登録され
ているか否かを示すフラグ情報及び該当イメージデータ
の上記外字メモリにおける登録位置が設定されるアドレ
スポインタで構成される外字メモリセレクタと、上記外
字メモリに登録される外字データ毎、その区・点コード
及び上記外字メモリの空き状態を示すフラグ情報が対と
して設定されるテーブルバッファと、登録すべきイメー
データの外字メモリにおける登録位置が更新設定される
テーブルポインタから成り、外部から指定される区・点
コードをキーとして上記外字メモリセレクタ及びテーブ
ルバッファを参照することにより上記外字メモリの指定
アドレス位置に新規イメージデータを登録し、必要時、
読出しを行なうことを特徴とする外字アクセス方式。 (2)外字登録の際、上記外字メモリセレクタのフラグ
情報を参照し、与えられた外字が登録済であるかないか
を知り、登録済であれば与えられた新規イメージデータ
を外字メモリの該当アドレスデータエリアに登録し、登
録済でなければテーブルポインタで示されるテーブルバ
ッファを参照して外字メモリの空データエリアを探し、
該当のデータエリアに新規イメージデータを登録し、空
エリアがない場合は外字メモリセレクタの古い区・点を
消して与えられた新しい区・点コードを書き込み、この
新しい区・点に対応する外字メモリの該尚アドレスに新
規イメージデータを登録することを特徴とする特許請求
の範囲第1項記載の外字アクセス方式。 (3) 外字読出しの際、指示された区・点コードによ
り外字メモリセレクタを参照して指示された外字のイメ
ージデータが外字メモリに登録されているか否かを知り
、登録されていたならば外字メモリの該当アドレスから
イメージデータを読み出し、登録されていないならばそ
の旨を外部に知らせることを特徴とする特許請求の範囲
第1項記載の外字アクセス方式。
[Scope of Claims] (1) For each ward/dot code of the external character memory in which image data is registered and the handled image data, whether or not the image data indicated by the ward/point is registered in the external character memory. A private character memory selector consisting of flag information indicating the image data and an address pointer in which the registration position of the corresponding image data in the private character memory is set, and for each private character data registered in the private character memory, its ku/ten code and the private character memory. It consists of a table buffer in which flag information indicating the free status of the image data is set as a pair, and a table pointer in which the registration position of the image data to be registered in the external character memory is updated and set, and the ku/ten code specified from the outside is used as a key. By referring to the above-mentioned external character memory selector and table buffer, new image data is registered at the specified address position of the above external character memory, and when necessary,
A private character access method characterized by reading. (2) When registering a custom character, refer to the flag information of the custom character memory selector above to find out whether the given custom character is already registered or not, and if it is registered, send the given new image data to the corresponding address in the custom character memory. Register it in the data area, and if it is not registered, refer to the table buffer indicated by the table pointer and search for an empty data area in the external character memory.
Register new image data in the corresponding data area, and if there is no empty area, erase the old ku/dot in the external character memory selector, write the given new ku/point code, and save the external character memory corresponding to this new ku/dot. 2. The private character access method according to claim 1, wherein new image data is registered in the address of the character. (3) When reading a custom character, it is checked whether the image data of the designated custom character is registered in the custom character memory by referring to the custom character memory selector using the designated ku/ten code, and if it is, the custom character is read. 2. The external character access method according to claim 1, wherein the image data is read from the corresponding address in the memory, and if the image data is not registered, that fact is notified to the outside.
JP58157740A 1983-08-31 1983-08-31 External character access system Pending JPS6051924A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP58157740A JPS6051924A (en) 1983-08-31 1983-08-31 External character access system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP58157740A JPS6051924A (en) 1983-08-31 1983-08-31 External character access system

Publications (1)

Publication Number Publication Date
JPS6051924A true JPS6051924A (en) 1985-03-23

Family

ID=15656313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP58157740A Pending JPS6051924A (en) 1983-08-31 1983-08-31 External character access system

Country Status (1)

Country Link
JP (1) JPS6051924A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01210990A (en) * 1987-04-02 1989-08-24 Internatl Business Mach Corp <Ibm> Display device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01210990A (en) * 1987-04-02 1989-08-24 Internatl Business Mach Corp <Ibm> Display device

Similar Documents

Publication Publication Date Title
US4961134A (en) Method for minimizing locking and reading in a segmented storage space
JP3786993B2 (en) Data storage unit and data storage device using the unit
KR880006600A (en) Microprocessor with cache memory
JPS6051924A (en) External character access system
JPS58211186A (en) Slit screen display control system
GB1000962A (en) Data storage system
JP2759824B2 (en) Address error detection method for data storage device
JPS617874A (en) Display unit
JPS63165986A (en) Data storage system
JPH0236009B2 (en) MEMORIAKUSESUSEIGYOHOSHIKI
JPH04310149A (en) Memory control system
JPS608513B2 (en) Guidance character display method for display devices
JPS59231587A (en) Display control system
KR20000001443A (en) Method for controlling message use in dtad
JPS634293A (en) Pattern storage system
JPH0212346A (en) Data assurance system
JPS6152757A (en) Data processing system
JPH045755A (en) Japanese word processor
JPS6294891A (en) Display unit
JPS5693190A (en) Buffer memory control system
JPS637392B2 (en)
JPS585081U (en) Character display control device
JPS58225457A (en) Information processor
JPS62204954A (en) Image forming device
JPS63155186A (en) Font fault processing system for display device